kevinjqliu commented on code in PR #1149:
URL: https://github.com/apache/iceberg-python/pull/1149#discussion_r1750910730


##########
pyproject.toml:
##########
@@ -64,7 +64,7 @@ zstandard = ">=0.13.0,<1.0.0"
 tenacity = ">=8.2.3,<10.0.0"
 pyarrow = { version = ">=14.0.0,<18.0.0", optional = true }
 pandas = { version = ">=1.0.0,<3.0.0", optional = true }
-duckdb = { version = ">=0.5.0,<2.0.0", optional = true }
+duckdb = {version = "1.1.0", optional = true}

Review Comment:
   Good point, not sure about this one. The CI issue can only be resolved by 
v1.1.0 or higher. I'm not sure if CI will automatically pick the newest version 
of the 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]

Reply via email to