From 0979f80f6b4d71be8b142308a4f89edbda687336 Mon Sep 17 00:00:00 2001 From: David Szmolka <69192509+sfc-gh-dszmolka@users.noreply.github.com> Date: Tue, 21 Oct 2025 16:31:06 +0200 Subject: [PATCH] Update requests dependency version in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e103441..c999c7e 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ "snowflake-connector-python>=3.12.0", "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: