You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2021/12/07 11:14:16 UTC

[airflow] branch constraints-2-2 updated: Downgrade httpx to 0.19.0 in 2.2.2 constraints

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch constraints-2-2
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/constraints-2-2 by this push:
     new 360c1b0  Downgrade httpx to 0.19.0 in 2.2.2 constraints
360c1b0 is described below

commit 360c1b0813efa4a36afa9c78bf8da800f6bdb59b
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Tue Dec 7 12:13:30 2021 +0100

    Downgrade httpx to 0.19.0 in 2.2.2 constraints
    
    Following https://github.com/apache/airflow/issues/20088 we
    are downgrading httpx to be 0.19.0 as 0.20.0 introduced a
    breaking change.
---
 constraints-3.6.txt                  | 2 +-
 constraints-3.7.txt                  | 2 +-
 constraints-3.8.txt                  | 2 +-
 constraints-3.9.txt                  | 2 +-
 constraints-no-providers-3.6.txt     | 2 +-
 constraints-no-providers-3.7.txt     | 2 +-
 constraints-no-providers-3.8.txt     | 2 +-
 constraints-no-providers-3.9.txt     | 2 +-
 constraints-source-providers-3.6.txt | 2 +-
 constraints-source-providers-3.7.txt | 2 +-
 constraints-source-providers-3.8.txt | 2 +-
 constraints-source-providers-3.9.txt | 2 +-
 12 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/constraints-3.6.txt b/constraints-3.6.txt
index a695409..497f5be 100644
--- a/constraints-3.6.txt
+++ b/constraints-3.6.txt
@@ -294,7 +294,7 @@ hdfs==2.6.0
 hmsclient==0.1.1
 httpcore==0.13.7
 httplib2==0.19.1
-httpx==0.20.0
+httpx==0.19.0
 humanize==3.12.0
 hvac==0.11.2
 identify==2.3.4
diff --git a/constraints-3.7.txt b/constraints-3.7.txt
index e8cbd37..4144fb9 100644
--- a/constraints-3.7.txt
+++ b/constraints-3.7.txt
@@ -291,7 +291,7 @@ hdfs==2.6.0
 hmsclient==0.1.1
 httpcore==0.13.7
 httplib2==0.19.1
-httpx==0.20.0
+httpx==0.19.0
 humanize==3.12.0
 hvac==0.11.2
 identify==2.3.4
diff --git a/constraints-3.8.txt b/constraints-3.8.txt
index 5bf6944..13cde79 100644
--- a/constraints-3.8.txt
+++ b/constraints-3.8.txt
@@ -289,7 +289,7 @@ hdfs==2.6.0
 hmsclient==0.1.1
 httpcore==0.13.7
 httplib2==0.19.1
-httpx==0.20.0
+httpx==0.19.0
 humanize==3.12.0
 hvac==0.11.2
 identify==2.3.4
diff --git a/constraints-3.9.txt b/constraints-3.9.txt
index fc2f52f..6e39bbb 100644
--- a/constraints-3.9.txt
+++ b/constraints-3.9.txt
@@ -286,7 +286,7 @@ hdfs==2.6.0
 hmsclient==0.1.1
 httpcore==0.13.7
 httplib2==0.19.1
-httpx==0.20.0
+httpx==0.19.0
 humanize==3.12.0
 hvac==0.11.2
 identify==2.3.4
diff --git a/constraints-no-providers-3.6.txt b/constraints-no-providers-3.6.txt
index 99eed1e..5e63246 100644
--- a/constraints-no-providers-3.6.txt
+++ b/constraints-no-providers-3.6.txt
@@ -90,7 +90,7 @@ gssapi==1.7.2
 gunicorn==20.1.0
 h11==0.12.0
 httpcore==0.13.7
-httpx==0.20.0
+httpx==0.19.0
 humanize==3.12.0
 idna==3.3
 immutables==0.16
diff --git a/constraints-no-providers-3.7.txt b/constraints-no-providers-3.7.txt
index db79182..27db99b 100644
--- a/constraints-no-providers-3.7.txt
+++ b/constraints-no-providers-3.7.txt
@@ -88,7 +88,7 @@ gssapi==1.7.2
 gunicorn==20.1.0
 h11==0.12.0
 httpcore==0.13.7
-httpx==0.20.0
+httpx==0.19.0
 humanize==3.12.0
 idna==3.3
 importlib-metadata==4.8.1
diff --git a/constraints-no-providers-3.8.txt b/constraints-no-providers-3.8.txt
index 0b159fc..38f2d75 100644
--- a/constraints-no-providers-3.8.txt
+++ b/constraints-no-providers-3.8.txt
@@ -87,7 +87,7 @@ gssapi==1.7.2
 gunicorn==20.1.0
 h11==0.12.0
 httpcore==0.13.7
-httpx==0.20.0
+httpx==0.19.0
 humanize==3.12.0
 idna==3.3
 importlib-metadata==4.8.1
diff --git a/constraints-no-providers-3.9.txt b/constraints-no-providers-3.9.txt
index 6d1605d..57919ad 100644
--- a/constraints-no-providers-3.9.txt
+++ b/constraints-no-providers-3.9.txt
@@ -87,7 +87,7 @@ gssapi==1.7.2
 gunicorn==20.1.0
 h11==0.12.0
 httpcore==0.13.7
-httpx==0.20.0
+httpx==0.19.0
 humanize==3.12.0
 idna==3.3
 inflection==0.5.1
diff --git a/constraints-source-providers-3.6.txt b/constraints-source-providers-3.6.txt
index 9769b63..06c6590 100644
--- a/constraints-source-providers-3.6.txt
+++ b/constraints-source-providers-3.6.txt
@@ -223,7 +223,7 @@ hdfs==2.6.0
 hmsclient==0.1.1
 httpcore==0.13.7
 httplib2==0.19.1
-httpx==0.20.0
+httpx==0.19.0
 humanize==3.12.0
 hvac==0.11.2
 identify==2.3.4
diff --git a/constraints-source-providers-3.7.txt b/constraints-source-providers-3.7.txt
index 357e5bf..7f24842 100644
--- a/constraints-source-providers-3.7.txt
+++ b/constraints-source-providers-3.7.txt
@@ -220,7 +220,7 @@ hdfs==2.6.0
 hmsclient==0.1.1
 httpcore==0.13.7
 httplib2==0.19.1
-httpx==0.20.0
+httpx==0.19.0
 humanize==3.12.0
 hvac==0.11.2
 identify==2.3.4
diff --git a/constraints-source-providers-3.8.txt b/constraints-source-providers-3.8.txt
index 398e04c..0fb99e0 100644
--- a/constraints-source-providers-3.8.txt
+++ b/constraints-source-providers-3.8.txt
@@ -218,7 +218,7 @@ hdfs==2.6.0
 hmsclient==0.1.1
 httpcore==0.13.7
 httplib2==0.19.1
-httpx==0.20.0
+httpx==0.19.0
 humanize==3.12.0
 hvac==0.11.2
 identify==2.3.4
diff --git a/constraints-source-providers-3.9.txt b/constraints-source-providers-3.9.txt
index 29e83cb..c9adc10 100644
--- a/constraints-source-providers-3.9.txt
+++ b/constraints-source-providers-3.9.txt
@@ -216,7 +216,7 @@ hdfs==2.6.0
 hmsclient==0.1.1
 httpcore==0.13.7
 httplib2==0.19.1
-httpx==0.20.0
+httpx==0.19.0
 humanize==3.12.0
 hvac==0.11.2
 identify==2.3.4