This is an automated email from the ASF dual-hosted git repository.
potiuk 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 77783e066a2 add min version to types- aiofiles, certifi, crontier,
docutils (#43390)
77783e066a2 is described below
commit 77783e066a2abb891bc901a572536175352516cf
Author: Kalyan R <[email protected]>
AuthorDate: Sat Oct 26 13:05:21 2024 +0530
add min version to types- aiofiles, certifi, crontier, docutils (#43390)
* add min version to types- deprecated, markdown,pymysql,pyyaml
* add min version to types- aiofiles,certifi,crontier,docutils
---
hatch_build.py | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/hatch_build.py b/hatch_build.py
index 626156663a6..cf3307b576c 100644
--- a/hatch_build.py
+++ b/hatch_build.py
@@ -220,10 +220,10 @@ DEVEL_EXTRAS: dict[str, list[str]] = {
"types-Markdown>=3.6.0.20240316",
"types-PyMySQL>=1.1.0.20240425",
"types-PyYAML>=6.0.12.20240724",
- "types-aiofiles",
- "types-certifi",
- "types-croniter",
- "types-docutils",
+ "types-aiofiles>=23.2.0.20240403",
+ "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",