Skip to content

Commit

Permalink
Fix pytz breaking the public client tests (#12667)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 6a073e98208e18045a7df19e94fdf2ae90b57def
  • Loading branch information
stephencpope authored and Descartes Labs Build committed Sep 18, 2024
1 parent 47bb4a7 commit 7a017cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def do_setup():
"Pillow>=9.2.0",
"pyarrow>=14.0.1",
"pydantic>=2.4.0",
"pytz>=2021.1",
"pytz>=2021.1,<2024.2",
"requests>=2.32.3,<3",
# It is not obvious but dynaconf requires pkg_resources from setuptools.
"setuptools>=70.0.0",
Expand Down

0 comments on commit 7a017cb

Please sign in to comment.