Zanie Blue
Zanie Blue
> Does not close #4644 - see comment in the linked issue. For others who read this, this comment refers specifically to an issue with using dynamically generated models with...
Note that coverage is failing because this utility is not explicitly tested and consequently there's not coverage for actually using a custom `cloned_types` value. @tiangolo The CI failures at https://github.com/tiangolo/fastapi/actions/runs/3535147825/jobs/5932836062...
This is ready to ship ~although it does not currently meet coverage requirements for the project~. The maintainer has marked this as an issue to investigate when they have time.
I think if/when we go this route we'd use directives similar to the Rust ecosystem.
What kind of problems are you having with the test suite? Have you merged main lately? We've recently improved the test snapshot filtering (i.e. #2678)
This sounds very likely to be a regression related to #2596 Can you share more details on the requirements? Do you have a minimal reproduction?
@bschoenmaeckers are any of those packages already installed locally?
@bschoenmaeckers I cannot reproduce this: ``` ❯ cat requirements.txt --extra-index-url https://astral-sh.github.io/packse/0.3.8/simple-html/ --extra-index-url https://download.pytorch.org/whl/cpu torch==2.1.0+cpu example-a==1.0.0 ❯ uv venv Using Python 3.11.8 interpreter at: /usr/bin/python3 Creating virtualenv at: .venv Activate with:...
Hi! Thanks for implementing this. I'm hesitant to include this rule in Ruff. It looks like "too few methods" is used as a proxy for "this should be a dataclass"...
I think we just don't support this yet although we probably can! Can you share the keyring invocation we are performing and the other you would prefer?