chore: pin all Python dependency versions in requirements.txt (#62) #63

Merged
cal merged 1 commits from ai/major-domo-database-62 into main 2026-03-10 14:04:22 +00:00
2 changed files with 11 additions and 10 deletions

2
requirements-dev.txt Normal file
View File

@ -0,0 +1,2 @@
pytest==9.0.2
pytest-asyncio==1.3.0

View File

@ -1,11 +1,10 @@
fastapi
uvicorn
fastapi==0.133.0
uvicorn==0.41.0
starlette==0.52.1
peewee==3.13.3
python-multipart
numpy<2.0.0
pandas
psycopg2-binary>=2.9.0
requests
redis>=4.5.0
pytest>=7.0.0
pytest-asyncio>=0.21.0
python-multipart==0.0.22
numpy==1.26.4
pandas==3.0.1
psycopg2-binary==2.9.11
requests==2.32.5
redis==7.3.0