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:
@@ -7,5 +7,6 @@ aiofiles>=23.2.0
|
||||
httpx>=0.25.0
|
||||
sqlalchemy[asyncio]>=2.0.23
|
||||
aiomysql>=0.2.0
|
||||
cryptography>=41.0.0
|
||||
PyJWT>=2.8.0
|
||||
bcrypt>=4.1.0
|
||||
Reference in New Issue
Block a user