14
0

- Update to 0.47.2 (fixes CVE-2025-54121, bsc#1246855)

* Make UploadFile check for future rollover #2962.
- Update to 0.47.1
  * Use Self in TestClient.__enter__ #2951
  * Allow async exception handlers to type-check #2949

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-starlette?expand=0&rev=65
This commit is contained in:
2025-07-23 10:51:03 +00:00
committed by Git OBS Bridge
parent db727897cd
commit 6e1bcf045f
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Jul 22 07:41:52 UTC 2025 - Nico Krapp <nico.krapp@suse.com>
- Update to 0.47.2 (fixes CVE-2025-54121, bsc#1246855)
* Make UploadFile check for future rollover #2962.
- Update to 0.47.1
* Use Self in TestClient.__enter__ #2951
* Allow async exception handlers to type-check #2949
-------------------------------------------------------------------
Wed Jun 4 12:21:42 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>