diff --git a/hatch_build.py b/hatch_build.py index 4c0e7f377112e..d21965f0d5247 100644 --- a/hatch_build.py +++ b/hatch_build.py @@ -228,10 +228,12 @@ "types-protobuf>=5.26.0.20240422", "types-python-dateutil>=2.9.0.20240316", "types-python-slugify>=8.0.2.20240310", - "types-pytz", - "types-redis", - "types-requests", - "types-setuptools", + "types-pytz>=2024.1.0.20240417", + "types-redis>=4.6.0.20240425", + # aiobotocore>=2.9.0 requires urllib<2. types-requests>=2.31.0.7 uses urllib>2. + # hence, 2.31.0.6 is required for aiobotocore>=2.9.0 + "types-requests>=2.31.0.6", + "types-setuptools>=69.5.0.20240423", "types-tabulate", "types-termcolor", "types-toml",