From 868333a3738ceda4c646910bcd3739b51bfdd3e6 Mon Sep 17 00:00:00 2001 From: Kalyan R Date: Sat, 26 Oct 2024 20:42:11 +0530 Subject: [PATCH] add min version to types- paramiko,protobuf,python-dateutil,slugify (#43392) --- hatch_build.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hatch_build.py b/hatch_build.py index cf3307b576c7b..26f1233fb8f25 100644 --- a/hatch_build.py +++ b/hatch_build.py @@ -224,10 +224,10 @@ "types-certifi>=2021.10.8.3", "types-croniter>=2.0.0.20240423", "types-docutils>=0.21.0.20240704", - "types-paramiko", - "types-protobuf", - "types-python-dateutil", - "types-python-slugify", + "types-paramiko>=3.4.0.20240423", + "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",