kevinjqliu opened a new pull request, #2161: URL: https://github.com/apache/iceberg-python/pull/2161
<!-- Thanks for opening a pull request! --> <!-- In the case this PR will resolve an issue, please replace ${GITHUB_ISSUE_ID} below with the actual Github issue id. --> <!-- Closes #${GITHUB_ISSUE_ID} --> # Rationale for this change Older versions of google libraries throw ``` E UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. ``` We found a temporary workaround by manually upgrading the libraries in #2127 However, other libraries might depend on these packages and will revert them back to the <2.0 versions. For example, #2145 This PR pins the top-level `google-cloud-storage` to `>=2.0.0` to mitigate this issue. The side effect is #2145 wont be necessary anymore since cachetools@6.1.0 wont satisfy the dependency constraints # Are these changes tested? # Are there any user-facing changes? <!-- In the case of user-facing changes, please add the changelog label. --> -- 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