Skip to content

Commit

Permalink
add min version to types- deprecated, markdown,pymysql,pyyaml (apache…
Browse files Browse the repository at this point in the history
  • Loading branch information
rawwar authored Oct 25, 2024
1 parent 1cc1a2e commit 4618b58
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hatch_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,10 +216,10 @@
# 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",
Expand Down

0 comments on commit 4618b58

Please sign in to comment.