diff --git a/fastapi-0.115.5.tar.gz b/fastapi-0.115.5.tar.gz deleted file mode 100644 index d049b37..0000000 --- a/fastapi-0.115.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0e7a4d0dc0d01c68df21887cce0945e72d3c48b9f4f79dfe7a7d53aa08fbb289 -size 301047 diff --git a/fastapi-0.115.6.tar.gz b/fastapi-0.115.6.tar.gz new file mode 100644 index 0000000..d960f5a --- /dev/null +++ b/fastapi-0.115.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ec46f7addc14ea472958a96aae5b5de65f39721a46aaf5705c480d9a8b76654 +size 301336 diff --git a/python-fastapi.changes b/python-fastapi.changes index afba38b..ba3e703 100644 --- a/python-fastapi.changes +++ b/python-fastapi.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Dec 5 14:49:59 UTC 2024 - Dirk Müller + +- update to 0.115.6: + * Preserve traceback when an exception is raised in sync + dependency with `yield`. PR #5823 by @sombek. + * Update tests and internals for compatibility with Pydantic + >=2.10. PR #12971 by @tamird. + ------------------------------------------------------------------- Thu Nov 21 08:52:11 UTC 2024 - Dirk Müller diff --git a/python-fastapi.spec b/python-fastapi.spec index ae00cce..121bd3b 100644 --- a/python-fastapi.spec +++ b/python-fastapi.spec @@ -20,7 +20,7 @@ %bcond_with ringdisabled %{?sle15_python_module_pythons} Name: python-fastapi -Version: 0.115.5 +Version: 0.115.6 Release: 0 Summary: FastAPI framework License: MIT