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/11 14:08:39 UTC

[airflow] branch v2-2-test updated: Limit httpx to <0.20.0 (#20218)

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

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


The following commit(s) were added to refs/heads/v2-2-test by this push:
     new 1d9f2aa  Limit httpx to <0.20.0 (#20218)
1d9f2aa is described below

commit 1d9f2aa42e982bfbe8d1bc5227c984f4aa5d6277
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Sat Dec 11 15:08:13 2021 +0100

    Limit httpx to <0.20.0 (#20218)
    
    This one limits httpx to <0.20.0 in order to handle breaaking
    change for CloudSQL provider.
    
    https://github.com/apache/airflow/issues/20088
    
    We do not add it in main /2.3 because we will fix the problem
    in main and release new provider then.
---
 setup.cfg | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/setup.cfg b/setup.cfg
index a75191a..b4b947e 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -109,7 +109,8 @@ install_requires =
     flask-wtf>=0.14.3, <0.15
     graphviz>=0.12
     gunicorn>=20.1.0
-    httpx
+    # We need to limit httpx until https://github.com/apache/airflow/issues/20088 is fixed
+    httpx<0.20.0
     importlib_metadata>=1.7;python_version<"3.9"
     importlib_resources~=5.2;python_version<"3.7"
     # Required by vendored-in connexion