fix: add httpx to requirements.txt (missing dependency for llm_client.py)
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
fastapi>=0.111.0,<0.116
|
fastapi>=0.111.0,<0.116
|
||||||
uvicorn[standard]>=0.29.0
|
uvicorn[standard]>=0.29.0
|
||||||
python-multipart>=0.0.7
|
python-multipart>=0.0.7
|
||||||
|
httpx>=0.27
|
||||||
|
|
||||||
# Database / ORM
|
# Database / ORM
|
||||||
sqlalchemy==2.0.35
|
sqlalchemy==2.0.35
|
||||||
|
|||||||
Reference in New Issue
Block a user