From bad624cb92edbb041ee06318cc47f5c1103520e5 Mon Sep 17 00:00:00 2001 From: Kevin Liu Date: Mon, 22 Sep 2025 20:53:20 -0700 Subject: [PATCH] try 0.7.0rc1 try 0.7.0rc2 --- poetry.lock | 18 +++++++++--------- pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index e16f1d4d72..e152910058 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "adlfs" @@ -4589,19 +4589,19 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pyiceberg-core" -version = "0.6.0" +version = "0.7.0rc2" description = "" optional = true python-versions = "~=3.9" groups = ["main"] markers = "extra == \"pyarrow\" or extra == \"pyiceberg-core\"" files = [ - {file = "pyiceberg_core-0.6.0-cp39-abi3-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl", hash = "sha256:2f228a54a2a69912378be18f98ea866bb4a08d265c875856f99cd81f2f7299ba"}, - {file = "pyiceberg_core-0.6.0-cp39-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:edb41a1f182774085b11352a1f44955d561e21453f00973021244471873fbbd7"}, - {file = "pyiceberg_core-0.6.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5cf869d225d57254a54bc3778841cffea4193319bc0a849767a15e05e75c9b36"}, - {file = "pyiceberg_core-0.6.0-cp39-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:18c12fe1ac5b4725b673cf0d1d0ab3e9475644ac0dae871a2e9a293c2622f0a8"}, - {file = "pyiceberg_core-0.6.0-cp39-abi3-win_amd64.whl", hash = "sha256:d3249eeae5e1d1f1d2c8bd8d6eced98da002afa7c48c751cb22d8dbd4b091a1e"}, - {file = "pyiceberg_core-0.6.0.tar.gz", hash = "sha256:ce2cac8cf8a85da6e682cec032165fcf387256257971f0f84bc6d50c0941f261"}, + {file = "pyiceberg_core-0.7.0rc2-cp39-abi3-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl", hash = "sha256:850c29718ed4a21aadbe9db2026bb165c94b7db8f66cdc62b2a14c1b5bc69238"}, + {file = "pyiceberg_core-0.7.0rc2-cp39-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:d41aa3fe93332d46ccc2c668a2a829ae7c35cee48f4e26918ee208152dfca5f7"}, + {file = "pyiceberg_core-0.7.0rc2-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:cc0d390908beef228ed7c6b5c9e610c07877c9855a6df3ffcac8faf0c364ce8a"}, + {file = "pyiceberg_core-0.7.0rc2-cp39-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:dc2d07e2f023fa87b178e46169fae349c4ba7dbd092004e26b877557c397ea6f"}, + {file = "pyiceberg_core-0.7.0rc2-cp39-abi3-win_amd64.whl", hash = "sha256:613d93d400bd9816d74df14295e55af3703ba10e2e39cee97794f9036f4537b2"}, + {file = "pyiceberg_core-0.7.0rc2.tar.gz", hash = "sha256:f73ac47ee872d9d004ec8ff642b75ddf8ea359cd5cbd44f3cf79aeca6d95b4f9"}, ] [[package]] @@ -6501,4 +6501,4 @@ zstandard = ["zstandard"] [metadata] lock-version = "2.1" python-versions = "^3.9.2, !=3.9.7" -content-hash = "aff36ee1d48cca375367caaac63badd2691cb72abd7b23ae458eb6048e2b89ea" +content-hash = "91ad87c0e7b42a1ac7f2525214d459d9a22f43c2da2d1ca37d1fce99c4699f7d" diff --git a/pyproject.toml b/pyproject.toml index 1d94838081..7da4c7c605 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,7 +84,7 @@ sqlalchemy = { version = "^2.0.18", optional = true } bodo = { version = ">=2025.7.4", optional = true } daft = { version = ">=0.5.0", optional = true } cachetools = ">=5.5,<7.0" -pyiceberg-core = { version = ">=0.5.1,<0.7.0", optional = true } +pyiceberg-core = { version = "==0.7.0rc2", optional = true } polars = { version = "^1.21.0", optional = true } thrift-sasl = { version = ">=0.4.3", optional = true } kerberos = {version = "^1.3.1", optional = true}