- update to 0.105.0:

* Add support for multiple Annotated annotations, e.g.
    `Annotated[str, Field(), Query()]`.
  * Remove unused NoneType.
  * Tweak default suggested configs for generating clients.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fastapi?expand=0&rev=58
This commit is contained in:
Dirk Mueller 2023-12-14 10:15:07 +00:00 committed by Git OBS Bridge
parent 40113d6cb6
commit 34a815a779
4 changed files with 13 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e5e4540a7c5e1dcfbbcf5b903c234feddcdcd881f191977a1c5dfd917487e7ae
size 11295150

3
fastapi-0.105.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4d12838819aa52af244580675825e750ad67c9df4614f557a769606af902cf22
size 11410363

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Dec 14 10:14:31 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.105.0:
* Add support for multiple Annotated annotations, e.g.
`Annotated[str, Field(), Query()]`.
* Remove unused NoneType.
* Tweak default suggested configs for generating clients.
-------------------------------------------------------------------
Tue Nov 7 14:13:47 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -20,7 +20,7 @@
%bcond_with ringdisabled
%{?sle15_python_module_pythons}
Name: python-fastapi
Version: 0.104.1
Version: 0.105.0
Release: 0
Summary: FastAPI framework
License: MIT