requirements.txt 215 B

12345678910
  1. fastapi>=0.110,<1.0
  2. uvicorn[standard]>=0.29,<1.0
  3. langgraph>=0.2,<1.0
  4. langchain-openai>=0.2,<1.0
  5. langchain-core>=0.3,<1.0
  6. pydantic>=2.0,<3.0
  7. python-dotenv>=1.0,<2.0
  8. httpx>=0.27,<1.0
  9. pytest>=8.0,<9.0
  10. PyPDF2>=3.0,<4.0