Victorien

Results 142 issues of Victorien

### Is your feature request related to a problem? Please describe. The `Class.parameters` property uses `__init__` by default: https://github.com/mkdocstrings/griffe/blob/58eb9f4681c6ab7398750c6f1fa1f00db92c6456/src/_griffe/models.py#L1605-L1615 It would be nice if `__new__` could be supported as well....

feature

This issue is meant to track progress related to adding type hints to the library. Fixes: - https://github.com/ManimCommunity/manim/issues/52 - https://github.com/ManimCommunity/manim/issues/2121 ## Progress (layout subject to changes): - [x] `_config`: https://github.com/ManimCommunity/manim/pull/3440...

tracking

Fixes https://github.com/pydantic/FastUI/issues/369, closes https://github.com/pydantic/FastUI/pull/372.

Due to a circular import, the `AnyComponent` alias is imported in an `if TYPE_CHECKING:` block in `fastui.components.forms`: https://github.com/pydantic/FastUI/blob/5d9d604b2102b32adb1b3a7f30254a951f1cf086/src/python-fastui/fastui/components/forms.py#L12-L13 and later used in one of the defined models for this module:...

**Describe the bug** Typing objects backported by `typing-extensions` may be different from the stdlib `typing` versions. For instance, starting with `typing-extensions` 4.13.0, `typing_extensions.TypeAliasType` is different from `typing.TypeAliasType`, and as such...

### Description We recently added polar in our list of our tested third party libraries, to better prevent regressions in future versions of Pydantic. To improve build performance, we are...

bug

Fixes https://github.com/pydantic/pydantic/issues/11604. Using the pytest plugin might be done at some point but not really required. Simplify test code, update support policy, update CI. Bump mypy to 1.15. Require uv>=0.7.2,...

relnotes-change

Fixes https://github.com/pydantic/pydantic/issues/11805. ## Change Summary ## Related issue number ## Checklist * [ ] The pull request title is a good summary of the changes - it will be used...

relnotes-change

We require a higher version now. Also update documentation related to deprecated fields. ## Change Summary ## Related issue number ## Checklist * [ ] The pull request title is...

relnotes-ignore

### Initial Checks - [x] I have searched Google & GitHub for similar requests and couldn't find anything - [x] I have read and followed [the docs](https://docs.pydantic.dev) and still think...

feature request