jayceslesar commented on code in PR #2071: URL: https://github.com/apache/iceberg-python/pull/2071#discussion_r2138758157
########## pyiceberg/catalog/dynamodb.py: ########## @@ -28,6 +28,7 @@ ) import boto3 +from mypy_boto3_dynamodb.client import DynamoDBClient Review Comment: Good catch! I made a similar change in `glue.py` and also made the dev dependencies for these imports not optional under the dev group -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org