kevinjqliu commented on code in PR #2913:
URL: https://github.com/apache/iceberg-python/pull/2913#discussion_r2696401528
##########
pyproject.toml:
##########
@@ -118,6 +118,7 @@ dev = [
"mypy-boto3-glue>=1.28.18",
"mypy-boto3-dynamodb>=1.28.18",
"pyarrow-stubs>=20.0.0.20251107", # Remove when pyarrow >= 23.0.0
https://github.com/apache/arrow/pull/47609
+ "sqlalchemy>=2.0.18,<3",
Review Comment:
yep it is, now that we have `SqlCatalog` in conftest.py, this is technically
a new "dev dependency"
https://github.com/apache/iceberg-python/blob/8e4d42483bbab92fc76538e32574c0336b3dd9d5/tests/conftest.py#L2965-L2972
--
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]