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

kevinjqliu pushed a commit to branch kevinjqliu/fix-nightly
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git


The following commit(s) were added to refs/heads/kevinjqliu/fix-nightly by this 
push:
     new 070e536d include sqlalchemy in dev dep
070e536d is described below

commit 070e536dba5c089032ac52d97a43ba6df1dac9af
Author: Kevin Liu <[email protected]>
AuthorDate: Wed Jan 14 10:24:41 2026 -0800

    include sqlalchemy in dev dep
---
 pyproject.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pyproject.toml b/pyproject.toml
index 9d602df5..14cd882b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -118,6 +118,7 @@ dev = [
     "mypy-boto3-glue>=1.28.18",
     "mypy-boto3-dynamodb>=1.28.18",
     "pyarrow-stubs>=20.0.0.20251107", # Remove when pyarrow >= 23.0.0 
https://github.com/apache/arrow/pull/47609
+    "sqlalchemy>=2.0.18,<3",
 ]
 # for mkdocs
 docs = [

Reply via email to