Skip to content

Commit e96eae6

Browse files
committed
Add zipp again to fix sec vulnerability
1 parent c2d4c06 commit e96eae6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

requirements-dev.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ toml
1313
coverage
1414
mock
1515
types-mock
16+
17+
zipp>=3.21.0 # only a vulnerability fix: introduced through pydantic (we don't need this package ourselves)

requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
aiohttp[speedups]>=3.9.4,<4
2-
fastapi>=0.109.1
2+
fastapi>=0.115.12, <1
33
pydantic>=2.5.3
44
typing-extensions>=4.0.0
5+
6+
zipp>=3.21.0 # only a vulnerability fix: introduced through pydantic (we don't need this package ourselves)

0 commit comments

Comments
 (0)