File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -78,9 +78,6 @@ dependencies = [
78
78
" cryptography>=41.0.0" ,
79
79
" deprecated>=1.2.13" ,
80
80
" dill>=0.2.2" ,
81
- # Required for python 3.9 to work with new annotations styles. Check package
82
- # description on PyPI for more details: https://pypi.org/project/eval-type-backport/
83
- ' eval-type-backport>=0.2.0;python_version<"3.10"' ,
84
81
# 0.115.10 fastapi was a bad release that broke our API's and static checks.
85
82
# Related fastapi issue here: https://github.com/fastapi/fastapi/discussions/13431
86
83
" fastapi[standard]>=0.115.0,!=0.115.10" ,
@@ -95,8 +92,7 @@ dependencies = [
95
92
" jinja2>=3.1.5" ,
96
93
" jsonschema>=4.19.1" ,
97
94
" lazy-object-proxy>=1.2.0" ,
98
- ' libcst >=1.1.0,!=1.8.1;python_version<"3.10"' ,
99
- ' libcst >=1.1.0;python_version>="3.10"' ,
95
+ ' libcst >=1.1.0' ,
100
96
" linkify-it-py>=2.0.0" ,
101
97
" lockfile>=0.12.2" ,
102
98
" methodtools>=0.4.7" ,
You can’t perform that action at this time.
0 commit comments