Skip to content

Commit 137d60f

Browse files
committed
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14192442 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14192443
1 parent 6a7d0fe commit 137d60f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ tenacity >= 8.0.1
66
openai >= 1.74.1
77
sseclient-py >= 1.8.0
88
validators == 0.20.0
9+
urllib3>=2.6.0 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)