Skip to content

Commit 473dcce

Browse files
committed
fix: backend/requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-ZIPP-7430899
1 parent 7ac9bb4 commit 473dcce

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

backend/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ pandas>=2.0.0
1616
APScheduler>=3.10.4
1717
litellm>=1.50.0
1818
langchain-litellm>=0.3.0
19+
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)