python-pydantic
No description set
- Developed at devel:languages:python
-
10
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/python-pydantic && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
Fix-Python-3.12-test-failures.patch | 0000002918 2.85 KB | |
ignore-urllib3-pyopenssl-warning.patch | 0000000462 462 Bytes | |
pydantic-1.10.13.tar.gz | 0000766572 749 KB | |
python-pydantic.changes | 0000021829 21.3 KB | |
python-pydantic.spec | 0000002493 2.43 KB |
Revision 20 (latest revision is 30)
Dominique Leuenberger (dimstar_suse)
accepted
request 1137356
from
Dirk Mueller (dirkmueller)
(revision 20)
- update to 1.10.13: * 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 - add Fix-Python-3.12-test-failures.patch: fix test fails with Python 3.12 * 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
Comments 0