pythonPackages.fastapi: init at 0.33.0
This commit is contained in:
committed by
Frederik Rietdijk
parent
f878d34e5f
commit
124fb417fc
13
pkgs/development/python-modules/fastapi/setup.py.patch
Normal file
13
pkgs/development/python-modules/fastapi/setup.py.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
diff --git a/setup.py b/setup.py
|
||||
index ccc3d2b..77ce446 100644
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -10,7 +10,7 @@ package_data = \
|
||||
{'': ['*']}
|
||||
|
||||
install_requires = \
|
||||
-['starlette >=0.11.1,<=0.12.0', 'pydantic >=0.30,<=0.30.0']
|
||||
+['starlette >=0.11.1', 'pydantic >=0.30']
|
||||
|
||||
extras_require = \
|
||||
{'all': ['requests',
|
||||
Reference in New Issue
Block a user