14
0

- update to 0.96.1:

* Fix `HTTPException` header type annotations.
  * Fix OpenAPI model fields int validations, `gte` to `ge`.
  * Update minimum version of Pydantic to >=1.7.4.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fastapi?expand=0&rev=43
This commit is contained in:
2023-06-11 11:54:19 +00:00
committed by Git OBS Bridge
parent 92db804b3a
commit 6427129d95
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun Jun 11 11:52:48 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.96.1:
* Fix `HTTPException` header type annotations.
* Fix OpenAPI model fields int validations, `gte` to `ge`.
* Update minimum version of Pydantic to >=1.7.4.
-------------------------------------------------------------------
Mon Jun 5 13:26:32 UTC 2023 - David Anes <david.anes@suse.com>