mirror of
https://github.com/vee1e/bulk-questionnaire-upload.git
synced 2026-09-01 17:57:10 +00:00
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:
parent
afc9f6b06d
commit
5b209c718c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue