From b1bd6f58eeee719052bc7bfbb9612075ad6bac59 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 81633fdad..15b949028 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'", @@ -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"