From 32d4b63c5993d1dfb9b66040e2d214880da1fbf8 Mon Sep 17 00:00:00 2001 From: Kalyan R Date: Sat, 2 Nov 2024 01:51:55 +0530 Subject: [PATCH] add min versions to types- tabulate,termcolor,toml (#43570) --- hatch_build.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hatch_build.py b/hatch_build.py index 7bc7cf2ccd1d7..a362d7a5fcad4 100644 --- a/hatch_build.py +++ b/hatch_build.py @@ -230,9 +230,9 @@ # 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", + "types-tabulate>=0.9.0.20240106", + "types-termcolor>=1.1.6.2", + "types-toml>=0.10.8.20240310", ], "devel-sentry": [ "blinker>=1.7.0",