File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ classifiers = [
2727]
2828dependencies = [
2929 " fastapi>=0.79.0" ,
30- " greenlet>=1.1.2" ,
3130 " pydantic>=1.9.1" ,
3231 " simplejson>=3.17.6" ,
3332 " uvicorn>=0.18.2" ,
@@ -37,14 +36,14 @@ dependencies = [
3736all = [
3837 " pytest" ,
3938 " sphinx" ,
40- " SQLAlchemy>=1.4.39" ,
39+ " SQLAlchemy[asyncio] >=1.4.39" ,
4140 " tortoise-orm>=0.19.2" ,
4241]
4342docs = [
4443 " sphinx" ,
4544]
4645sqlalchemy = [
47- " SQLAlchemy>=1.4.39" ,
46+ " SQLAlchemy[asyncio] >=1.4.39" ,
4847]
4948tests = [
5049 " pytest" ,
@@ -73,15 +72,14 @@ packages = [
7372
7473[tool .poetry ]
7574name = " fastapi-jsonapi"
76- version = " 2.0 .0"
75+ version = " 2.1 .0"
7776description = " FastAPI extension to create REST web api according to JSON:API specification"
7877authors = [
7978 " Aleksei Nekrasov <nekrasov.aleks@mail.ru>" ,
8079 " Suren Khorenyan <surenkhorenyan@gmail.com>" ,
8180]
8281license = " MIT"
8382readme = " README.md"
84- packages = [{include = " fastapi_jsonapi" }]
8583
8684[tool .poetry .dependencies ]
8785python = " ^3.9"
You can’t perform that action at this time.
0 commit comments