From e822176e1d594704fda7efe0d8042209e8dae3df Mon Sep 17 00:00:00 2001 From: Tatiana Al-Chueyr Date: Tue, 28 May 2024 11:21:09 +0100 Subject: [PATCH] The issue we were trying to capture for no longer happens in the latest version of the Apache Airflow providers: https://github.com/apache/airflow/issues/39842 apache-airflow-providers-postgres==5.11.1rc1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 74cc3650e..f7e7e5bcb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -121,11 +121,11 @@ packages = ["/cosmos"] [tool.hatch.envs.tests] dependencies = [ "astronomer-cosmos[tests]", - "apache-airflow-providers-postgres==5.11.0", "apache-airflow-providers-cncf-kubernetes>=5.1.1", "apache-airflow-providers-amazon>=3.0.0,<8.20.0", # https://github.com/apache/airflow/issues/39103 "apache-airflow-providers-docker>=3.5.0", "apache-airflow-providers-microsoft-azure", + "apache-airflow-providers-postgres", "types-PyYAML", "types-attrs", "types-requests",