This is an automated email from the ASF dual-hosted git repository.

kevinjqliu pushed a commit to branch kevinjqliu/smaller-pyiceberg-core
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git


The following commit(s) were added to 
refs/heads/kevinjqliu/smaller-pyiceberg-core by this push:
     new 058d93d5 newlint
058d93d5 is described below

commit 058d93d561f58d480ba8423f3aa97f9874146f60
Author: Kevin Liu <[email protected]>
AuthorDate: Tue Nov 11 14:43:48 2025 -0800

    newlint
---
 bindings/python/Cargo.lock | 1 +
 bindings/python/Cargo.toml | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/bindings/python/Cargo.lock b/bindings/python/Cargo.lock
index 8249414b..814c9afb 100644
--- a/bindings/python/Cargo.lock
+++ b/bindings/python/Cargo.lock
@@ -2313,6 +2313,7 @@ dependencies = [
  "chrono",
  "derive_builder",
  "expect-test",
+ "flate2",
  "fnv",
  "futures",
  "itertools 0.13.0",
diff --git a/bindings/python/Cargo.toml b/bindings/python/Cargo.toml
index c4e66a61..9d4e94ab 100644
--- a/bindings/python/Cargo.toml
+++ b/bindings/python/Cargo.toml
@@ -42,4 +42,4 @@ tokio = { version = "1.46.1", default-features = false }
 codegen-units = 1
 debug = false
 lto = "fat"
-strip = true
\ No newline at end of file
+strip = true

Reply via email to