From 93defee6a27deb81d3a1da754a2816a9cbb58684 Mon Sep 17 00:00:00 2001 From: Tatiana Al-Chueyr Date: Tue, 12 Sep 2023 10:35:40 +0100 Subject: [PATCH] Add attr as a dependency --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 66e8d2852..e4460f223 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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'", @@ -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"