This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch query_v2_py in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 409124a96ca8d97de29c261d0ebf2fe9196288ab Author: HTHou <[email protected]> AuthorDate: Fri Mar 21 17:11:36 2025 +0800 opt --- iotdb-client/client-py/resources/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iotdb-client/client-py/resources/pyproject.toml b/iotdb-client/client-py/resources/pyproject.toml index 09a94636e64..bd8ea77a3e2 100644 --- a/iotdb-client/client-py/resources/pyproject.toml +++ b/iotdb-client/client-py/resources/pyproject.toml @@ -42,7 +42,7 @@ dependencies = [ "thrift>=0.14.1", "pandas>=1.0.0", "numpy>=1.0.0", - "sqlalchemy<1.5,>=1.4", + "sqlalchemy>=1.4", "sqlalchemy-utils>=0.37.8" ]
