kbendick commented on code in PR #4858:
URL: https://github.com/apache/iceberg/pull/4858#discussion_r883862791
##########
python/setup.cfg:
##########
@@ -44,11 +44,13 @@ packages = find:
python_requires = >=3.8
install_requires =
mmh3
+ pydantic==1.9.1
Review Comment:
Is `pydantic` required if we were to move forward with this or is this just
added in this PR for other reasons?
I know that we're trying to keep the required dependencies as minimal as
possible for the Python library.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]