forked from pool/python-fastapi
Accepting request 1057952 from home:david.anes:branches:devel:languages:python
- Update to 0.89.1: * Fixes - Ignore Response classes on return annotation. * Docs - Update docs and examples for Response Model with Return Type Annotations, and update runtime error. - New docs at Response Model - Return Type: Other Return Type Annotations. - Add External Link: FastAPI lambda container: serverless simplified. * Translations - Add Turkish translation for docs/tr/docs/tutorial/first_steps.md. - Update to 0.89.0: * Features - Add support for function return type annotations to declare the response_model. * Docs - Add External Link: Authorization on FastAPI with Casbin. - Fix typo in docs/en/docs/async.md. - Fix typo in docs/en/docs/deployment/concepts.md. * Translations - Add Russian translation for docs/ru/docs/fastapi-people.md. - Fix typo in Chinese translation for docs/zh/docs/benchmarks.md. - Add Korean translation for docs/tutorial/cors.md. * Internal - Update coverage[toml] requirement from <7.0,>=6.5.0 to >=6.5.0,<8.0. - Update uvicorn[standard] requirement from <0.19.0,>=0.12.0 to >=0.12.0,<0.21.0 for development. - Bump dawidd6/action-download-artifact from 2.24.2 to 2.24.3. - Update FastAPI People. - Bump types-ujson from 5.5.0 to 5.6.0.0. - Bump pypa/gh-action-pypi-publish from 1.5.2 to 1.6.4. OBS-URL: https://build.opensuse.org/request/show/1057952 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fastapi?expand=0&rev=22
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
# Keep extra test requirements out of Ring1
|
||||
%bcond_with ringdisabled
|
||||
Name: python-fastapi
|
||||
Version: 0.88.0
|
||||
Version: 0.89.1
|
||||
Release: 0
|
||||
Summary: FastAPI framework
|
||||
License: MIT
|
||||
@@ -52,7 +52,7 @@ BuildRequires: %{python_module orjson >= 3.2.1}
|
||||
BuildRequires: %{python_module passlib}
|
||||
BuildRequires: %{python_module peewee >= 3.13.0}
|
||||
BuildRequires: %{python_module python-jose >= 3.3}
|
||||
BuildRequires: %{python_module ujson >= 5.2}
|
||||
BuildRequires: %{python_module ujson >= 5.6}
|
||||
%endif
|
||||
# /SECTION
|
||||
%python_subpackages
|
||||
|
Reference in New Issue
Block a user