Spaces:
Build error
Build error
File size: 840 Bytes
f716166 2281e59 f716166 a3bcba5 f716166 2281e59 f716166 2281e59 f716166 a3bcba5 f716166 2281e59 f716166 2281e59 f716166 a3bcba5 f716166 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | # =============================== # Frontend # =============================== streamlit==1.28.1 # =============================== # Backend / API # =============================== fastapi==0.104.1 uvicorn==0.24.0 requests==2.31.0 # =============================== # Config # =============================== python-dotenv==1.0.0 pydantic==2.5.0 pydantic-settings==2.1.0 # =============================== # Agent / LLM Stack # =============================== langchain==0.1.0 langchain-openai==0.0.5 # ❌ DO NOT pin langchain-core manually # =============================== # LLM Providers # =============================== anthropic==0.7.0 # =============================== # Database # =============================== sqlalchemy==2.0.23 # =============================== # Networking # =============================== httpx==0.24.1 |