14
0

- Update to 0.115.12:

* Fix convert_underscores=False for header Pydantic models.
  * Add docs examples and tests (support) for Annotated custom validations,
    like AfterValidator.
  * Update internal annotation usage for compatibility with Pydantic 2.11.
  * Ensure that HTTPDigest only raises an exception when auto_error is True.
- Drop remove-classifiers.patch, no longer required.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fastapi?expand=0&rev=90
This commit is contained in:
2025-05-01 05:54:46 +00:00
committed by Git OBS Bridge
parent e439df6d66
commit 8ae5fcc01c
5 changed files with 17 additions and 21 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu May 1 05:53:56 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 0.115.12:
* Fix convert_underscores=False for header Pydantic models.
* Add docs examples and tests (support) for Annotated custom validations,
like AfterValidator.
* Update internal annotation usage for compatibility with Pydantic 2.11.
* Ensure that HTTPDigest only raises an exception when auto_error is True.
- Drop remove-classifiers.patch, no longer required.
-------------------------------------------------------------------
Fri Feb 7 11:00:37 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>