sungwy commented on code in PR #1090: URL: https://github.com/apache/iceberg-python/pull/1090#discussion_r1727207820
########## pyproject.toml: ########## @@ -94,7 +94,7 @@ pytest-mock = "3.14.0" pyspark = "3.5.2" cython = "3.0.11" deptry = ">=0.14,<0.20" -docutils = "!=0.21.post1" # https://github.com/python-poetry/poetry/issues/9248#issuecomment-2026240520 +docutils = "!=0.21.post1" # https://github.com/python-poetry/poetry/issues/9248#issuecomment-2026240520 Review Comment: Just curious, what happened here? 🙂 ########## pyproject.toml: ########## @@ -61,7 +61,7 @@ fsspec = ">=2023.1.0,<2025.1.0" pyparsing = ">=3.1.0,<4.0.0" zstandard = ">=0.13.0,<1.0.0" tenacity = ">=8.2.3,<10.0.0" -pyarrow = { version = ">=9.0.0,<18.0.0", optional = true } +pyarrow = { version = ">=14.0.0,<18.0.0", optional = true } Review Comment: Thanks for raising this issue and correcting the constraints! -- 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