forked from pool/python-fastapi
- update to 0.115.5:
* Update internal checks to support Pydantic 2.10. * Fix error in `docs/en/docs/tutorial/middleware.md`. - update to 0.115.4: * Update logic to import and check `python-multipart` for compatibility with newer version. - update to 0.115.3: * Upgrade Starlette to `>=0.40.0,<0.42.0`. * Fix broken link in docs. - drop allow-new-starlette.patch (obsolete) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fastapi?expand=0&rev=82
This commit is contained in:
13
remove-classifiers.patch
Normal file
13
remove-classifiers.patch
Normal 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",
|
Reference in New Issue
Block a user