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 4618b58a861 add min version to types- deprecated,
markdown,pymysql,pyyaml (#43371)
4618b58a861 is described below
commit 4618b58a8614ec9162d8f359b65a57962d5800bc
Author: Kalyan R <[email protected]>
AuthorDate: Fri Oct 25 20:59:53 2024 +0530
add min version to types- deprecated, markdown,pymysql,pyyaml (#43371)
---
hatch_build.py | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/hatch_build.py b/hatch_build.py
index a337489707b..626156663a6 100644
--- a/hatch_build.py
+++ b/hatch_build.py
@@ -216,10 +216,10 @@ DEVEL_EXTRAS: dict[str, list[str]] = {
# Make sure to upgrade the mypy version in update-common-sql-api-stubs
in .pre-commit-config.yaml
# when you upgrade it here !!!!
"mypy==1.9.0",
- "types-Deprecated",
- "types-Markdown",
- "types-PyMySQL",
- "types-PyYAML",
+ "types-Deprecated>=1.2.9.20240311",
+ "types-Markdown>=3.6.0.20240316",
+ "types-PyMySQL>=1.1.0.20240425",
+ "types-PyYAML>=6.0.12.20240724",
"types-aiofiles",
"types-certifi",
"types-croniter",