mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-08 08:04:25 +00:00
fix: llm/requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-ZIPP-7430899
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
openai==1.30.3
|
||||
python-dotenv==1.0.0
|
||||
pyyaml==6.0
|
||||
tqdm==4.65.0
|
||||
tqdm==4.65.0
|
||||
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
|
||||
Reference in New Issue
Block a user