This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 14d56a5a9e postgres provider: use non-binary psycopg2 (#25710)
14d56a5a9e is described below
commit 14d56a5a9e78580c53cf85db504464daccffe21c
Author: Brian King <[email protected]>
AuthorDate: Tue Aug 23 17:08:21 2022 +0200
postgres provider: use non-binary psycopg2 (#25710)
---
airflow/providers/postgres/provider.yaml | 2 +-
generated/provider_dependencies.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/airflow/providers/postgres/provider.yaml
b/airflow/providers/postgres/provider.yaml
index d3476f08f3..d67be1416f 100644
--- a/airflow/providers/postgres/provider.yaml
+++ b/airflow/providers/postgres/provider.yaml
@@ -41,7 +41,7 @@ versions:
dependencies:
- apache-airflow>=2.2.0
- apache-airflow-providers-common-sql>=1.1.0
- - psycopg2-binary>=2.7.4
+ - psycopg2>=2.8.0
integrations:
- integration-name: PostgreSQL
diff --git a/generated/provider_dependencies.json
b/generated/provider_dependencies.json
index 3bcf75c9fb..86cf1413d0 100644
--- a/generated/provider_dependencies.json
+++ b/generated/provider_dependencies.json
@@ -556,7 +556,7 @@
"deps": [
"apache-airflow-providers-common-sql>=1.1.0",
"apache-airflow>=2.2.0",
- "psycopg2-binary>=2.7.4"
+ "psycopg2>=2.8.0"
],
"cross-providers-deps": [
"amazon",