14
0

- Add patch allow-starlette-0.38.patch:

* Allow starlette 0.38.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fastapi?expand=0&rev=73
This commit is contained in:
2024-08-14 02:14:25 +00:00
committed by Git OBS Bridge
commit d8ebe5a07d
8 changed files with 895 additions and 0 deletions

13
remove-classifiers.patch Normal file
View File

@@ -0,0 +1,13 @@
Index: fastapi-0.95.1/pyproject.toml
===================================================================
--- fastapi-0.95.1.orig/pyproject.toml
+++ fastapi-0.95.1/pyproject.toml
@@ -27,8 +27,6 @@ classifiers = [
"Environment :: Web Environment",
"Framework :: AsyncIO",
"Framework :: FastAPI",
- "Framework :: Pydantic",
- "Framework :: Pydantic :: 1",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3 :: Only",