File tree Expand file tree Collapse file tree 3 files changed +9
-69
lines changed
tests/integration/framework Expand file tree Collapse file tree 3 files changed +9
-69
lines changed Original file line number Diff line number Diff line change 11[project ]
22name = " quart-sqlalchemy"
3- version = " 3.0.1 "
3+ version = " 3.0.2 "
44description = " SQLAlchemy for humans, with framework adapter for Quart."
55authors = [
66 {name = " Joe Black" , email = " me@joeblack.nyc" },
77]
88dependencies = [
9- " quart~ =0.18.3" ,
9+ " quart> =0.18.3" ,
1010 " SQLAlchemy[asyncio]>=1.4.35, <2.1.0" ,
1111 " SQLAlchemy-Utils" ,
12- " anyio~=3.3.4 " ,
12+ " anyio" ,
1313 " aiosqlite" ,
1414 " pydantic" ,
15- " tenacity>=8.2.2 " ,
16- " sqlapagination<=0.0.1 " ,
17- " exceptiongroup<=1.1.1 "
15+ " tenacity" ,
16+ " sqlapagination" ,
17+ " exceptiongroup"
1818]
1919requires-python = " >=3.7"
2020readme = " README.rst"
@@ -31,11 +31,11 @@ build-backend = "setuptools.build_meta"
3131
3232[project .optional-dependencies ]
3333tests = [
34- " pytest~=7.2.1 " ,
34+ " pytest" ,
3535 # "pytest-asyncio~=0.20.3",
3636 # "pytest-asyncio @ https://github.com/joeblackwaslike/pytest-asyncio/releases/download/v0.20.4.dev42/pytest_asyncio-0.20.4.dev42-py3-none-any.whl",
3737 " pytest-asyncio @ https://github.com/joeblackwaslike/pytest-asyncio/releases/download/v0.20.4.dev43/pytest_asyncio-0.20.4.dev43-py3-none-any.whl" ,
38- " pytest-mock~=3.10.0 " ,
38+ " pytest-mock" ,
3939 " pytest-cov" ,
4040 " coverage[toml]" ,
4141]
Original file line number Diff line number Diff line change 1- __version__ = "3.0.1 "
1+ __version__ = "3.0.2 "
22
33from .bind import AsyncBind
44from .bind import Bind
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments