Accepting request 1133051 from devel:languages:python

- 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/request/show/1133051
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fastapi?expand=0&rev=26
This commit is contained in:
Ana Guerrero 2023-12-15 20:46:47 +00:00 committed by Git OBS Bridge
commit f7a4508d9f
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