From 807a5e49411adcfe54160ba2297ff74894034d04 Mon Sep 17 00:00:00 2001 From: Hao Dang Date: Wed, 22 Oct 2025 09:55:43 -0700 Subject: [PATCH] update request to 2.32.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6c68eee..56ed675 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ "snowflake-connector-python>=3.0.3", "furl", "cryptography", - "requests<=2.32.3"] + "requests<=2.32.4"] # If we're at version less than 3.4 - fail if version_info[0] < 3 or version_info[1] < 4: