11[project ]
22name = " aiohttp-sqlalchemy"
33packages = [{include = " aiohttp_sqlalchemy" , from = " src" }]
4- version = " 1.1.1 "
4+ version = " 1.2.0 "
55description = " SQLAlchemy 2.0 support for aiohttp."
66license = " MIT"
77
88authors = [
9- { name = " Ruslan Ilyasovich Gilfanov" , email = " ri.gilfanov @yandex.ru>" },
9+ { name = " Ruslan Ilyasovich Gilfanov" , email = " rigilfanov @yandex.ru>" },
1010]
1111maintainers = [
12- { name = " Ruslan Ilyasovich Gilfanov" , email = " ri.gilfanov @yandex.ru>" },
12+ { name = " Ruslan Ilyasovich Gilfanov" , email = " rigilfanov @yandex.ru>" },
1313]
1414
1515readme = " README.rst"
1616homepage = " https://pypi.org/project/aiohttp-sqlalchemy/"
17- repository = " https://github.com/ri-gilfanov /aiohttp-sqlalchemy"
17+ repository = " https://github.com/rigilfanov /aiohttp-sqlalchemy"
1818documentation = " https://aiohttp-sqlalchemy.readthedocs.io/"
1919
2020keywords = [" aiohttp" , " sqlalchemy" , " asyncio" ]
@@ -31,6 +31,7 @@ classifiers = [
3131 " Programming Language :: Python :: 3.11" ,
3232 " Programming Language :: Python :: 3.12" ,
3333 " Programming Language :: Python :: 3.13" ,
34+ " Programming Language :: Python :: 3.14" ,
3435 " Topic :: Database" ,
3536 " Topic :: Database :: Front-Ends" ,
3637 " Topic :: Internet" ,
@@ -41,28 +42,28 @@ classifiers = [
4142 " Typing :: Typed" ,
4243]
4344
44- requires-python = " >=3.9,<3.14 "
45+ requires-python = " >=3.9,<3.15 "
4546dependencies = [
46- " aiohttp-things (>=1.1.1 ,<2)" ,
47- " sqlalchemy-things (>=1.1.1 ,<2)" ,
47+ " aiohttp-things (>=1.2.post0 ,<2)" ,
48+ " sqlalchemy-things (>=1.2.0 ,<2)" ,
4849]
4950
5051[project .optional-dependencies ]
51- mysql = [ " aiomysql>=0.2.0 ,<1" ]
52- postgresql = [ " asyncpg>=0.30 .0,<1" ]
53- sqlite = [ " aiosqlite>=0.21.0 ,<1" ]
52+ mysql = [ " aiomysql>=0.3.2 ,<1" ]
53+ postgresql = [ " asyncpg>=0.31 .0,<1" ]
54+ sqlite = [ " aiosqlite>=0.22.1 ,<1" ]
5455
5556[tool .poetry .group .dev .dependencies ]
56- aiomysql = " >=0.2.0 ,<1"
57- aiosqlite = " >=0.21.0 ,<1"
58- asyncpg = " >=0.30 .0,<1"
59- mypy = " >=1.16.0 "
60- pytest = " >=8.3.5 "
61- pytest-cov = " >=6.1.1 "
62- ruff = ' >=0.11.12 '
57+ aiomysql = " >=0.3.2 ,<1"
58+ aiosqlite = " >=0.22.1 ,<1"
59+ asyncpg = " >=0.31 .0,<1"
60+ mypy = " >=1.19.1 "
61+ pytest = " >=8.4.2 "
62+ pytest-cov = " >=7.0.0 "
63+ ruff = ' >=0.14.11 '
6364sphinx = " >=7.4.7"
64- sphinx_rtd_theme = " >=3.0.2 "
65- tomli = { version = " ^2.2.1 " , optional = true , python = " ~3.9 || ~3.10" }
65+ sphinx_rtd_theme = " >=3.1.0 "
66+ tomli = { version = " ^2.4.0 " , optional = true , python = " ~3.9 || ~3.10" }
6667
6768[build-system ]
6869requires = [" poetry-core>=1.0.0" ]
0 commit comments