Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aed19ae

Browse files
committed
💡 Add more comments for dependency upgrades
1 parent 7ec701f commit aed19ae

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

‎pyproject.toml‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ dev = [
8585
"autoflake >=1.3.1,<2.0.0",
8686
"flake8 >=3.8.3,<4.0.0",
8787
"uvicorn[standard] >=0.12.0,<0.16.0",
88+
# TODO: remove in the next major version
8889
"graphene >=2.1.8,<3.0.0"
8990
]
9091
all = [
@@ -93,8 +94,10 @@ all = [
9394
# TODO: try to upgrade after upgrading Starlette
9495
"jinja2 >=2.11.2,<3.0.0",
9596
"python-multipart >=0.0.5,<0.0.6",
97+
# TODO: try to upgrade after upgrading Starlette
9698
"itsdangerous >=1.1.0,<2.0.0",
9799
"pyyaml >=5.3.1,<6.0.0",
100+
# TODO: remove in the next major version
98101
"graphene >=2.1.8,<3.0.0",
99102
"ujson >=4.0.1,<5.0.0",
100103
"orjson >=3.2.1,<4.0.0",

0 commit comments

Comments
 (0)