Discussions = "https://github.com/sqlalchemy/sqlalchemy/discussions"
[project.optional-dependencies]
-asyncio = ["greenlet!=0.4.17"]
+asyncio = ["greenlet>=1"]
mypy = [
"mypy >= 1.7",
"types-greenlet >= 2"
postgresql = ["psycopg2>=2.7"]
postgresql-pg8000 = ["pg8000>=1.29.3"]
postgresql-asyncpg = [
- "greenlet!=0.4.17", # same as ".[asyncio]" if this syntax were supported
+ "greenlet>=1", # same as ".[asyncio]" if this syntax were supported
"asyncpg",
]
postgresql-psycopg2binary = ["psycopg2-binary"]
postgresql-psycopgbinary = ["psycopg[binary]>=3.0.7,!=3.1.15"]
pymysql = ["pymysql"]
aiomysql = [
- "greenlet!=0.4.17", # same as ".[asyncio]" if this syntax were supported
+ "greenlet>=1", # same as ".[asyncio]" if this syntax were supported
"aiomysql",
]
aioodbc = [
- "greenlet!=0.4.17", # same as ".[asyncio]" if this syntax were supported
+ "greenlet>=1", # same as ".[asyncio]" if this syntax were supported
"aioodbc",
]
asyncmy = [
- "greenlet!=0.4.17", # same as ".[asyncio]" if this syntax were supported
+ "greenlet>=1", # same as ".[asyncio]" if this syntax were supported
"asyncmy>=0.2.3,!=0.2.4,!=0.2.6",
]
aiosqlite = [
- "greenlet!=0.4.17", # same as ".[asyncio]" if this syntax were supported
+ "greenlet>=1", # same as ".[asyncio]" if this syntax were supported
"aiosqlite",
]
sqlcipher = ["sqlcipher3_binary"]