14
0

- disable PendingDeprecatingWarning

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fastapi?expand=0&rev=80
This commit is contained in:
2024-11-07 09:17:16 +00:00
committed by Git OBS Bridge
commit 1ea5b572e9
11 changed files with 952 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",