Skip to content

Commit

Permalink
Pin setuptools < 71.0.0 in dagster-airflow (dagster-io#23097)
Browse files Browse the repository at this point in the history
  • Loading branch information
clairelin135 committed Jul 23, 2024
1 parent dd95adb commit a722f24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python_modules/libraries/dagster-airflow/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def get_version() -> str:
"docker>=5.0.3,<6.0.0",
"urllib3<2", # docker version pinned above requires this but has no pin
"lazy_object_proxy",
"setuptools<71.0.0",
],
project_urls={
# airflow will embed a link this in the providers page UI
Expand Down

0 comments on commit a722f24

Please sign in to comment.