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-FASTAPI-6228055
  • Loading branch information
snyk-bot committed Feb 5, 2024
1 parent 3fc5977 commit 26e7d01
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
Expand Up @@ -3,7 +3,7 @@ aiofiles
pydantic>=1.4.0,<2.0.0
requests>=2.24.0
ujson>=2.0.2
fastapi>=0.95.0
fastapi>=0.109.1
Jinja2>=3.0
gpt4all>=1.0.0
pytest
Expand Down

0 comments on commit 26e7d01

Please sign in to comment.