Merge pull request #49 from cubxxw/patch-2

fix: Add httpx[socks]>=0.27.0 Dependency to pyproject.toml
This commit is contained in:
Luis Novo 2025-04-12 09:42:45 -03:00 committed by GitHub
commit ff44e142a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -48,6 +48,7 @@ dependencies = [
"langchain-groq>=0.2.1",
"groq>=0.12.0",
"python-dotenv>=1.0.1",
"httpx[socks]>=0.27.0",
"sdblpy",
]