From bf71881487f952f98706a047f0d6bbf67dabe5e4 Mon Sep 17 00:00:00 2001 From: Jonathan Yu Date: Wed, 21 Sep 2022 17:52:28 -0700 Subject: [PATCH] Upgrade httpx from 0.13 to 0.23 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4ebedd08..612a6521 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ "coolname >= 1.1, < 2.0", "docker >= 3.4,< 5.0", "graphql-core < 3.1", - "httpx >= 0.13.0, < 0.14.0", + "httpx >= 0.23.0, < 0.24.0", "json_log_formatter >= 0.3.0, < 0.4.0", "packaging >= 20.0, < 22.0", "psycopg2-binary >= 2.7, < 3.0",