diff --git a/pyproject.toml b/pyproject.toml index b1a5acf3d..874ab1e0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,8 +31,8 @@ pandas = ">=1.1,<1.6" pandera = ">=0.9.0" pydantic = ">=1.8" dacite = ">=1.6" -requests = ">=2.20" -requests-toolbelt = ">=1" +requests = ">=2.20,<2.30" # TODO: revert upper bound when urllib3 situation sorts out: https://github.com/psf/requests/issues/6432 +requests-toolbelt = "*" importlib-metadata = { version = "<5.0", python = "<3.8" } tqdm = ">=4,<5" Pillow = "^9.1.1"