add cryptography dependency for MySQL caching_sha2_password auth

aiomysql requires the cryptography package to connect to MySQL 8.0
which uses caching_sha2_password by default.

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
xuyong
2026-04-15 22:11:04 +08:00
parent f37bc9bdf5
commit 20e842a60a

View File

@@ -7,5 +7,6 @@ aiofiles>=23.2.0
httpx>=0.25.0 httpx>=0.25.0
sqlalchemy[asyncio]>=2.0.23 sqlalchemy[asyncio]>=2.0.23
aiomysql>=0.2.0 aiomysql>=0.2.0
cryptography>=41.0.0
PyJWT>=2.8.0 PyJWT>=2.8.0
bcrypt>=4.1.0 bcrypt>=4.1.0