diff --git a/airflow/providers/apache/pinot/provider.yaml b/airflow/providers/apache/pinot/provider.yaml index eebab0a1244..6493795635f 100644 --- a/airflow/providers/apache/pinot/provider.yaml +++ b/airflow/providers/apache/pinot/provider.yaml @@ -37,11 +37,7 @@ versions: dependencies: - apache-airflow>=2.2.0 - apache-airflow-providers-common-sql>=1.2.0 - - pinotdb>0.1.2 - # Pinotdb 0.4.7 lacks ciso8601 as install_requires dependency, yet it has implicit dependency on it - # Until https://github.com/python-pinot-dbapi/pinot-dbapi/issues/47 is fixed we add the dependency in - # the provider dependency - - ciso8601 + - pinotdb>0.4.7 integrations: - integration-name: Apache Pinot diff --git a/generated/provider_dependencies.json b/generated/provider_dependencies.json index 1bfaaf64662..74fa32863e5 100644 --- a/generated/provider_dependencies.json +++ b/generated/provider_dependencies.json @@ -133,8 +133,7 @@ "deps": [ "apache-airflow-providers-common-sql>=1.2.0", "apache-airflow>=2.2.0", - "ciso8601", - "pinotdb>0.1.2" + "pinotdb>0.4.7" ], "cross-providers-deps": [ "common.sql"