* Fix: Add max length check to `pydantic.validate_email` * Docs: Fix pip commands to install v1 * Fixes the `maxlen` property being dropped on `deque` validation. Happened only if the deque item has been typed. Changes the `_validate_sequence_like` func, #6581 by * Importing create_model in tools.py through relative path instead of absolute path - so that it doesn't import V2 code when copied over to V2 branch, #6361 by @SharathHuddar * Add Pydantic `Json` field support to settings management, * Fixed literal validator errors for unhashable values * Fixed bug with generics receiving forward refs * Update install method of FastAPI for internal tests in CI, #6117 by @Kludex * Use packaging, not pkg_resources for versions. - Skip some truculent tests. * Security fix: Fix date and datetime parsing so passing either 'infinity' * BaseSettings now uses the special env settings to define which * Change the precedence of aliases so child model aliases override * Add support for required Optional with name: Optional[AnyType] = Field(...) * alias precedence logic changed so aliases on a field always take OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydantic?expand=0&rev=38
Description
No description provided
Languages
RPM Spec
100%