We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2d4c06 commit e96eae6Copy full SHA for e96eae6
requirements-dev.txt
@@ -13,3 +13,5 @@ toml
13
coverage
14
mock
15
types-mock
16
+
17
+zipp>=3.21.0 # only a vulnerability fix: introduced through pydantic (we don't need this package ourselves)
requirements.txt
@@ -1,4 +1,6 @@
1
aiohttp[speedups]>=3.9.4,<4
2
-fastapi>=0.109.1
+fastapi>=0.115.12, <1
3
pydantic>=2.5.3
4
typing-extensions>=4.0.0
5
6
0 commit comments