forked from pool/python-fastapi
- update to 0.112.0:
* Add support for pip install "fastapi[standard]" with standard dependencies and python -m fastapi - version 0.111.1: * Remove orjson and ujson from default dependencies. These dependencies are still installed when you install with pip install "fastapi[all]" * Restored Swagger-UI links to use the latest version possible - version 0.111.0: * Add FastAPI CLI, the new fastapi command * Add configs and setup for fastapi-slim including optional extras fastapi-slim[standard], and fastapi including by default the same standard extras OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fastapi?expand=0&rev=70
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