Skip to content

Commit 5152174

Browse files
authored
Merge pull request #65 from prompt-security/vitaly-ps-patch-1-bugfix-httpx-proxies-ver-pin
PROE-2074: Fix broken ps-fuzz dependency causing crashes due to non-pinned httpx library version
2 parents 4d5847a + d37d92f commit 5152174

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
],
3232
python_requires='>=3.7',
3333
install_requires=[
34+
"httpx>=0.24.0,<0.25.0",
3435
"openai==1.6.1",
3536
"langchain==0.0.353",
3637
"langchain-community==0.0.7",

0 commit comments

Comments
 (0)