This is an automated email from the ASF dual-hosted git repository. zjffdu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/zeppelin.git
The following commit(s) were added to refs/heads/master by this push: new c48e35f27d [HOTFIX] Fix CI failure due to sqlalchemy api change (#4561) c48e35f27d is described below commit c48e35f27d417e9d7b6f748e52a2b40304971501 Author: Jeff Zhang <zjf...@apache.org> AuthorDate: Sat Feb 4 18:53:31 2023 +0800 [HOTFIX] Fix CI failure due to sqlalchemy api change (#4561) --- testing/env_python_3.8_with_R.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/env_python_3.8_with_R.yml b/testing/env_python_3.8_with_R.yml index 34e228e9d0..fd566bbe4d 100644 --- a/testing/env_python_3.8_with_R.yml +++ b/testing/env_python_3.8_with_R.yml @@ -9,6 +9,7 @@ dependencies: - grpcio - protobuf - pandasql + - sqlalchemy=1.4.46 - ipython - ipython_genutils - ipykernel