From ce782a5e1f5efb6c478d15a9e7ba32b787447037 Mon Sep 17 00:00:00 2001 From: Casper van der Wel Date: Thu, 12 Sep 2024 15:36:24 +0200 Subject: [PATCH] Revert urllib3 to 2.0.* --- CHANGES.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index c20c897..b836c9d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,7 +3,7 @@ ## 0.16.5 (unreleased) ---------------------- -- Nothing changed yet. +- Reverted urllib3 to 2.0.* because of other constraints. ## 0.16.4 (2024-09-12) diff --git a/pyproject.toml b/pyproject.toml index d2d0c69..ae2c5c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ sql-sync = ["sqlalchemy==2.0.*"] # also requires psycopg2 or psycopg2-binary # help the resolver a bit by copying version pins from aioboto3 / aiobotocore s3 = ["aioboto3==13.1.*", "aiobotocore==2.13.1", "boto3==1.34.131", "types-aioboto3[s3]"] s3-sync = ["boto3==1.34.*", "boto3-stubs[s3]"] -api-client = ["aiohttp==3.9.*", "urllib3==2.2.*"] +api-client = ["aiohttp==3.9.*", "urllib3==2.0.*"] profiler = ["yappi"] debugger = ["debugpy"] nanoid = ["nanoid==2.0.0"]