Robert Hofer
Robert Hofer
This may sound odd, but it was the only way to reproduce this bug. When using the latest pip-tools (6.8.0), any `pip-compile` command fails as long as the package `pre-commit`...
In regards to #91: Don't pin optional dependency "imagetools-core". Allow patch versions.
I was wondering why I still receive a vulnerability warning for the sharp library, even though `imagetools-core` was already updated (see [this issue](https://github.com/JonasKruckenberg/imagetools/issues/331) for more info). The reason is, that...
### Pull Request check-list _Please make sure to review and check all of these items:_ - [x] Does `$ tox` pass with this change (including linting)? - [x] Do the...
**Version**: What redis-py and what redis version is the issue happening on? * Redis server v=6.0.16 sha=00000000:0 malloc=jemalloc-5.2.1 bits=64 build=a3fdef44459b3ad6 * redis-py 4.3.4 **Platform**: What platform / version? (For example...
## What is this (abandoned) Python project? pyannotate has had its last update in 2019 and has [major/breaking bugs](https://github.com/dropbox/pyannotate/issues/92). -- Anyone who agrees with this pull request could submit an...
### Privileged issue - [X] I'm @tiangolo or he asked me directly to create an issue here. ### Issue Content # Reproduce 1. create FastAPI app 2. create route with...
Fixes #9424 If the return annotation of the route function is exactly `"None"`, return `None` for the typed annotation. This allows the status code `204 No Content` to be used.
I think #1143 was only about parsing it from an existing input file. Running `pip-compile` will add this flag (and probably others) to the generated output. While testing `uv`, I...
### Is your feature request related to a problem? Please describe. I want to re-use the long list of [VAT types](https://github.com/stripe/stripe-python/blob/master/stripe/_tax_id.py#L249) for my internal methods. Currently, they are copy pasted...