Nir Schulman
Nir Schulman
Just tried to open ipython on my mac and it crashed. This happened consistently. I can try to work around this issue by updating python/use a different version of ipython....
Added a third entrypoint to use python's minor version as well. This can help when testing out differences of python versions. One could easily open "ipython3.10" and test it's differences...
I guess it's small enough where I can try to open a PR myself for that. Right now, when installing ipython, 2 scripts are created: "ipython", and "ipythonM" where M...
aioodbc requires at least pyodbc version 5 which does not support Python 3.7 anymore. Therefore the "python-requires" should be changed to ">=3.8"
#10529 has pinned swagger to version 5.9.0 because of a bug that [swagger has fixed since](https://github.com/swagger-api/swagger-ui/issues/9337#issuecomment-1801528069). This PR removes this limitation.
(Only relevant for Pycharm users) If the flag is passed, Syrupy will import and extend Pycharm's default diff script to provide more meaning full diffs when viewing snapshots mismatches in...
### Proposal I'm kinda new to wiremock so it may be already possible, but I wish to be able to use [response templating](https://wiremock.org/docs/response-templating/) when working with graphql stubs. However, I...
When running a long, synchronous logic, aio-pika is prevented from processing heartbeats, which results in the connection being closed by the broker. (Which is to be expected). However, it will...
I'm not sure if it is supposed to be supported or not, but it seems the plugin does not support `BaseSettings`. When I instantiate a class inheriting from BaseSettings it...
**Describe the bug** Ever since upgrading to Pycharm 2024.3, fields declared with an `Annotated` style do not have their `default_factory` argument recognized. Calling the model's constructor will report an error...