fix: upgrade openpyxl to >=3.1.5 for pandas 3.x compatibility

pandas 3.0+ requires openpyxl 3.1.5+. The pinned 3.1.2 caused all
Excel file reads to fail with a version error.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
vee1e 2026-06-02 13:31:35 +05:30
parent afc9f6b06d
commit 5b209c718c
No known key found for this signature in database
GPG key ID: EB498AFC60A7A01A

View file

@ -2,7 +2,7 @@ fastapi==0.103.0
uvicorn==0.23.2 uvicorn==0.23.2
gunicorn gunicorn
python-multipart==0.0.6 python-multipart==0.0.6
openpyxl==3.1.2 openpyxl>=3.1.5
pandas pandas
pydantic pydantic
python-dotenv==1.0.0 python-dotenv==1.0.0