2026-03-11 12:49:36 -07:00
|
|
|
[project]
|
|
|
|
|
name = "multi-turn-rag"
|
|
|
|
|
version = "0.1.0"
|
2026-03-18 17:58:20 -07:00
|
|
|
requires-python = ">=3.12,<3.14"
|
2026-03-11 12:49:36 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"fastapi",
|
|
|
|
|
"uvicorn",
|
|
|
|
|
"pydantic>=2.8",
|
|
|
|
|
"httpx>=0.27",
|
|
|
|
|
"openai>=1.51",
|
|
|
|
|
"python-dotenv>=1.0",
|
|
|
|
|
]
|