Skip to content

Commit

Permalink
[Core-266] Client: Add pydantic to client setup (#12421)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: bc86e19e0b580bdbf47e89b8f633c44c52aa721d
  • Loading branch information
stephencpope authored and Descartes Labs Build committed Jan 30, 2024
1 parent 092bb20 commit e2f09b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ def do_setup():
"numpy>=1.23.2;python_version>='3.11'",
"Pillow>=9.2.0",
"pyarrow>=13.0.0",
"pydantic>=2.1.0",
"pytz>=2021.1",
"requests>=2.28.1,<3",
# It is not obvious but dynaconf requires pkg_resources from setuptools.
Expand Down

0 comments on commit e2f09b3

Please sign in to comment.