This is an automated email from the ASF dual-hosted git repository.
rom pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 868333a3738 add min version to types-
paramiko,protobuf,python-dateutil,slugify (#43392)
868333a3738 is described below
commit 868333a3738ceda4c646910bcd3739b51bfdd3e6
Author: Kalyan R <[email protected]>
AuthorDate: Sat Oct 26 20:42:11 2024 +0530
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 cf3307b576c..26f1233fb8f 100644
--- a/hatch_build.py
+++ b/hatch_build.py
@@ -224,10 +224,10 @@ DEVEL_EXTRAS: dict[str, list[str]] = {
"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",