From ffd028a4f1a78dc47688e3feda222d7f3c2314d1 Mon Sep 17 00:00:00 2001 From: Nathan Swain Date: Tue, 2 Dec 2025 08:14:56 -0700 Subject: [PATCH] Revert "Pinned urllib version to avoid issue when using geoserver (#29)" This reverts commit 17454e02b13799231435dbfc98c1b37b41bfef55. --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cd708b2..0f3cb06 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,6 @@ dependencies = [ "requests_toolbelt", "sqlalchemy<2", "psycopg2-binary", - "urllib3>=1.26,<2.0" ] dynamic = ["version"]