Skip to content

Commit

Permalink
add min versions to types- pytz, redis, requests, setuptools (apache#…
Browse files Browse the repository at this point in the history
…43405)

* add min versions to types- pytz,redis,requests,setuptools

* fix types-requests min version

* add comment
  • Loading branch information
rawwar authored Oct 31, 2024
1 parent 533ad40 commit c0ae6b8
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions hatch_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,10 +228,12 @@
"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",
"types-setuptools",
"types-pytz>=2024.1.0.20240417",
"types-redis>=4.6.0.20240425",
# aiobotocore>=2.9.0 requires urllib<2. types-requests>=2.31.0.7 uses urllib>2.
# 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",
Expand Down

0 comments on commit c0ae6b8

Please sign in to comment.