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 101c2e5 commit b1bd6f5
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 @@ -134,7 +135,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 b1bd6f5

Please sign in to comment.