forked from pool/python-fastapi
- update to 0.109.1 [bsc#1219610] CVE-2024-24762:
* Upgrade minimum version of `python-multipart` to `>=0.0.7` to fix a vulnerability when using form data with a ReDos attack. You can also simply upgrade `python-multipart`. * Read more in the advisory: Content-Type Header ReDoS. * Include HTTP 205 in status codes with no body. * Fix broken link in `docs/tutorial/sql-databases.md` in several languages. * Remove broken links from `external_links.yml`. * Update template docs with more info about `url_for`. PR #5937 by @EzzEddin. * Update usage of Token model in security docs. * Update highlighted line in `docs/en/docs/tutorial/bigger- applications.md`. * Add External Link: Explore How to Effectively Use JWT With FastAPI. * Add hyperlink to `docs/en/docs/tutorial/static-files.md`. * Add External Link: Instrument a FastAPI service adding tracing with OpenTelemetry and send/show traces in Grafana Tempo. * Review and rewording of `en/docs/contributing.md`. * Add External Link: ML serving and monitoring with FastAPI and Evidently. * Reword in docs, from "have in mind" to "keep in mind". * Add External Link: Talk by Jeny Sadadia. * Add location info to `tutorial/bigger-applications.md`. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fastapi?expand=0&rev=64
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
%bcond_with ringdisabled
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-fastapi
|
||||
Version: 0.109.0
|
||||
Version: 0.109.1
|
||||
Release: 0
|
||||
Summary: FastAPI framework
|
||||
License: MIT
|
||||
@@ -46,7 +46,7 @@ BuildRequires: %{python_module PyYAML >= 5.3.1}
|
||||
BuildRequires: %{python_module anyio >= 3.2.1}
|
||||
BuildRequires: %{python_module dirty-equals}
|
||||
BuildRequires: %{python_module httpx >= 0.23.0}
|
||||
BuildRequires: %{python_module python-multipart >= 0.0.5}
|
||||
BuildRequires: %{python_module python-multipart >= 0.0.7}
|
||||
BuildRequires: %{python_module sqlalchemy < 2.0}
|
||||
BuildRequires: %{python_module trio}
|
||||
%if !%{with ringdisabled}
|
||||
|
Reference in New Issue
Block a user