kevinjqliu opened a new pull request, #2635:
URL: https://github.com/apache/iceberg-python/pull/2635
<!--
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
Follow up to #2591
Closes #2590
Pydantic released a regression in 2.12.x that was fixed by 2.12.2 and 2.12.3
2.12.2 originally did not work due to incompatible signature that was fixed
in #2626
2.12.3 turn the incompatible signature into a deprecation warning.
This PR disallows pydantic 2.12.0 and 2.12.1 and update poetry lock to use
pydantic 2.12.3
With #2626 merged, pyiceberg should work with both pydantic 2.12.2 and 2.12.3
## Are these changes tested?
Yes, UT.
Tested both with pydantic 2.12.2 and 2.12.3
## Are there any user-facing changes?
<!-- In the case of user-facing changes, please add the changelog label. -->
No
--
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]