| commit | b85127e05b699f5e8f7acc1034b9f258fd209477 | [log] [tgz] |
|---|---|---|
| author | Kevin Liu <kevinjqliu@users.noreply.github.com> | Tue Apr 22 14:22:45 2025 -0400 |
| committer | GitHub <noreply@github.com> | Tue Apr 22 20:22:45 2025 +0200 |
| tree | 829ffe832c3ac12b4932d4f78ac263193ca47f80 | |
| parent | d8fcb04843f054a3c2d93f179553954075bedaa2 [diff] |
Build: Update Poetry to v2.1.1 (#1945)
<!--
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
[`poetry.lock`
file](https://github.com/apache/iceberg-python/blob/59742e01e8d190aa759e0154b03300bd81a28d02/poetry.lock#L1)
is generated with poetry 2.1.1
I suspect this is from dependabot. I couldn't find a way to control the
version of poetry dependabot uses, so let's just match the version its
using.
This way updating the lock file locally wont create a bunch of unrelated
changed
# Are these changes tested?
# Are there any user-facing changes?
<!-- In the case of user-facing changes, please add the changelog label.
-->PyIceberg is a Python library for programmatic access to Iceberg table metadata as well as to table data in Iceberg format. It is a Python implementation of the Iceberg table spec.
The documentation is available at https://py.iceberg.apache.org/.