Accepting request 1124010 from devel:languages:python
- update to 0.104.1: * Pin Swagger UI version to 5.9.0 temporarily to handle a bug crashing it in 5.9.1. * Update data structure and render for external-links. * Fix link to SPDX license identifier in `docs/en/docs/tutorial/metadata.md`. * Update example validation error from Pydantic v1 to match Pydantic v2 in `docs/en/docs/tutorial/path-params.md`. * Fix typos in emoji docs and in some source examples. * Fix typo in `docs/en/docs/reference/dependencies.md`. * Fix typos and rewordings in `docs/en/docs/tutorial/body- nested-models.md`. * Update docs, remove references to removed `pydantic.Required` in `docs/en/docs/tutorial/query-params- str-validations.md`. * Fix typo in `docs/en/docs/reference/index.md`. * Update Pydantic links to dotenv support. * Update links in `docs/en/docs/async.md` and `docs/zh/docs/async.md` to make them relative. * Fix links in `docs/em/docs/async.md`. * Fix typo in `docs/em/docs/index.md` with custom docstrings for BackgroundTasks, refactor docs structure. * dd support for openapi_examples in all FastAPI parameters. - update to 0.97.0: - Add exception handler for WebSocketRequestValidationError - Upgrade and fully migrate to Ruff, remove isort, includes a - Update internal type annotations and upgrade mypy. - Simplify AsyncExitStackMiddleware as without Python 3.6 - Update to version 0.96.0: OBS-URL: https://build.opensuse.org/request/show/1124010 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fastapi?expand=0&rev=25
This commit is contained in:
commit
ff901d9cca
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9c44de45693ae037b0c6914727a29c49a40668432b67c859a87851fc6a7b74c6
|
|
||||||
size 11296936
|
|
3
fastapi-0.104.1.tar.gz
Normal file
3
fastapi-0.104.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e5e4540a7c5e1dcfbbcf5b903c234feddcdcd881f191977a1c5dfd917487e7ae
|
||||||
|
size 11295150
|
@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 7 14:13:47 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 0.104.1:
|
||||||
|
* Pin Swagger UI version to 5.9.0 temporarily to handle a bug
|
||||||
|
crashing it in 5.9.1.
|
||||||
|
* Update data structure and render for external-links.
|
||||||
|
* Fix link to SPDX license identifier in
|
||||||
|
`docs/en/docs/tutorial/metadata.md`.
|
||||||
|
* Update example validation error from Pydantic v1 to match
|
||||||
|
Pydantic v2 in `docs/en/docs/tutorial/path-params.md`.
|
||||||
|
* Fix typos in emoji docs and in some source examples.
|
||||||
|
* Fix typo in `docs/en/docs/reference/dependencies.md`.
|
||||||
|
* Fix typos and rewordings in `docs/en/docs/tutorial/body-
|
||||||
|
nested-models.md`.
|
||||||
|
* Update docs, remove references to removed
|
||||||
|
`pydantic.Required` in `docs/en/docs/tutorial/query-params-
|
||||||
|
str-validations.md`.
|
||||||
|
* Fix typo in `docs/en/docs/reference/index.md`.
|
||||||
|
* Update Pydantic links to dotenv support.
|
||||||
|
* Update links in `docs/en/docs/async.md` and
|
||||||
|
`docs/zh/docs/async.md` to make them relative.
|
||||||
|
* Fix links in `docs/em/docs/async.md`.
|
||||||
|
* Fix typo in `docs/em/docs/index.md`
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 19 11:21:33 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
|
Thu Oct 19 11:21:33 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
@ -18,8 +18,9 @@
|
|||||||
|
|
||||||
# Keep extra test requirements out of Ring1
|
# Keep extra test requirements out of Ring1
|
||||||
%bcond_with ringdisabled
|
%bcond_with ringdisabled
|
||||||
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-fastapi
|
Name: python-fastapi
|
||||||
Version: 0.104.0
|
Version: 0.104.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: FastAPI framework
|
Summary: FastAPI framework
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user