Skip to content

Commit

Permalink
fix: gpt4all-api/gpt4all_api/requirements.txt to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-PYDANTIC-5907722
  • Loading branch information
snyk-bot committed Sep 29, 2023
1 parent a04306e commit 5d5fcaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpt4all-api/gpt4all_api/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
aiohttp>=3.6.2
aiofiles
pydantic>=1.4.0,<2.0.0
pydantic>=2.4.0,<2.0.0
requests>=2.24.0
ujson>=2.0.2
fastapi>=0.95.0
Expand Down

0 comments on commit 5d5fcaf

Please sign in to comment.