forked from pool/python-fastapi
* Fix form field regression with alias. * Improve performance in request body parsing with a cache for internal model fields. * Add support for Pydantic models in Form parameters. * Fix allow_inf_nan option for Param and Body classes. * Ensure that app.include_router merges nested lifespans. * Allow Starlette 0.38.x, update the pin to >=0.37.2,<0.39.0 - Drop patch allow-starlette-0.38.patch, included upstream. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fastapi?expand=0&rev=75
14 lines
513 B
Diff
14 lines
513 B
Diff
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",
|