chore: pin all Python dependency versions in requirements.txt (#64)
- Pin all 14 dependencies to exact versions (==) - Remove duplicate python-multipart entry - Upgrade numpy from floor constraint (<2) to exact pin (1.26.4, latest 1.x) - Pin Dockerfile base image from :latest to :python3.11 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
7f139770d1
commit
f37217af25
@ -1,4 +1,4 @@
|
|||||||
FROM tiangolo/uvicorn-gunicorn-fastapi:latest
|
FROM tiangolo/uvicorn-gunicorn-fastapi:python3.11
|
||||||
|
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
|
|
||||||
|
|||||||
@ -1,15 +1,14 @@
|
|||||||
pydantic==1.*
|
pydantic==1.10.21
|
||||||
fastapi
|
fastapi==0.111.1
|
||||||
uvicorn
|
uvicorn==0.30.6
|
||||||
peewee
|
peewee==3.17.9
|
||||||
psycopg2-binary # PostgreSQL adapter for Python
|
psycopg2-binary==2.9.9
|
||||||
python-multipart
|
python-multipart==0.0.9
|
||||||
numpy<2
|
numpy==1.26.4
|
||||||
pandas
|
pandas==2.2.3
|
||||||
pygsheets
|
pygsheets==2.0.6
|
||||||
pybaseball
|
pybaseball==2.2.7
|
||||||
python-multipart
|
requests==2.32.3
|
||||||
requests
|
html2image==2.0.6
|
||||||
html2image
|
jinja2==3.1.4
|
||||||
jinja2
|
playwright==1.45.1
|
||||||
playwright
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user