Skip to content

Commit

Permalink
Add attr as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tatiana committed Sep 12, 2023
1 parent 34c1718 commit 93defee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ classifiers = [
]
dependencies = [
# Airflow & Pydantic issue: https://github.com/apache/airflow/issues/32311
"attrs",
"pydantic>=1.10.0,<2.0.0",
"apache-airflow>=2.3.0",
"importlib-metadata; python_version < '3.8'",
Expand Down Expand Up @@ -133,7 +134,6 @@ dependencies = [
"apache-airflow-providers-cncf-kubernetes>=5.1.1,<7.3.0",
"types-PyYAML",
"types-attrs",
"attrs",
"types-requests",
"types-python-dateutil",
"apache-airflow"
Expand Down

0 comments on commit 93defee

Please sign in to comment.