Skip to content

Commit 830c24d

Browse files
authored
Cleanup stale Python3.9 dependencies (#52344)
1 parent 490947d commit 830c24d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

airflow-core/pyproject.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,6 @@ dependencies = [
7878
"cryptography>=41.0.0",
7979
"deprecated>=1.2.13",
8080
"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"',
8481
# 0.115.10 fastapi was a bad release that broke our API's and static checks.
8582
# Related fastapi issue here: https://github.com/fastapi/fastapi/discussions/13431
8683
"fastapi[standard]>=0.115.0,!=0.115.10",
@@ -95,8 +92,7 @@ dependencies = [
9592
"jinja2>=3.1.5",
9693
"jsonschema>=4.19.1",
9794
"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',
10096
"linkify-it-py>=2.0.0",
10197
"lockfile>=0.12.2",
10298
"methodtools>=0.4.7",

0 commit comments

Comments
 (0)