init
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
# FastAPI и зависимости
|
||||
fastapi>=0.100.0
|
||||
uvicorn[standard]>=0.23.0
|
||||
python-multipart>=0.0.6
|
||||
websockets>=11.0
|
||||
|
||||
# Database
|
||||
sqlalchemy>=2.0.0
|
||||
aiosqlite>=0.19.0
|
||||
|
||||
# LangChain/LangGraph - используем более новые версии совместимые с Python 3.13
|
||||
langchain>=0.3.0
|
||||
langchain-community>=0.3.0
|
||||
langgraph>=0.2.0
|
||||
langchain-ollama>=0.2.0
|
||||
|
||||
# HTTP клиент
|
||||
httpx>=0.25.0
|
||||
|
||||
# Encryption - используем версию с wheels для Python 3.13
|
||||
cryptography>=41.0.0
|
||||
|
||||
# Pydantic
|
||||
pydantic>=2.5.0
|
||||
pydantic-settings>=2.1.0
|
||||
|
||||
# Utilities
|
||||
python-dotenv>=1.0.0
|
||||
|
||||
Reference in New Issue
Block a user