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:
commit
f7a4508d9f
@ -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
3
fastapi-0.105.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4d12838819aa52af244580675825e750ad67c9df4614f557a769606af902cf22
|
||||
size 11410363
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user