- Changed encoding fallback order to prioritize iso-8859-1/latin-1 over cp1252 - Increased encoding test from 1KB to 10KB to catch issues deeper in files - Added proper file handle cleanup on encoding failures - Resolves 'charmap codec can't decode byte 0x9d' error in rolodex import - Tested with rolodex file containing 52,100 rows successfully
16 lines
293 B
Plaintext
16 lines
293 B
Plaintext
fastapi==0.104.1
|
|
pydantic>=2.7,<3
|
|
sqlalchemy==1.4.54
|
|
alembic==1.12.1
|
|
python-multipart==0.0.6
|
|
python-jose[cryptography]==3.3.0
|
|
passlib[bcrypt]==1.7.4
|
|
python-dotenv==1.0.0
|
|
uvicorn[standard]==0.24.0
|
|
jinja2==3.1.2
|
|
aiofiles==23.2.1
|
|
structlog==24.1.0
|
|
itsdangerous==2.2.0
|
|
fpdf2>=2.7,<3
|
|
pytest==8.3.3
|