Merge pull request #49 from cubxxw/patch-2
fix: Add httpx[socks]>=0.27.0 Dependency to pyproject.toml
This commit is contained in:
commit
ff44e142a2
1 changed files with 1 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ dependencies = [
|
||||||
"langchain-groq>=0.2.1",
|
"langchain-groq>=0.2.1",
|
||||||
"groq>=0.12.0",
|
"groq>=0.12.0",
|
||||||
"python-dotenv>=1.0.1",
|
"python-dotenv>=1.0.1",
|
||||||
|
"httpx[socks]>=0.27.0",
|
||||||
"sdblpy",
|
"sdblpy",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue