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

ningk pushed a commit to branch update-ipywidgets
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 195d727150aeff6643a71fc5dd2f6e2af9473d14
Author: Ning Kang <ningkang0...@gmail.com>
AuthorDate: Fri Oct 21 12:47:13 2022 -0700

    Updated ipywidgets
    
    Updated ipywidgets from v7 to v8 to work with JupyterLab.
---
 sdks/python/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdks/python/setup.py b/sdks/python/setup.py
index aaa761b1476..8451fc59646 100644
--- a/sdks/python/setup.py
+++ b/sdks/python/setup.py
@@ -324,7 +324,7 @@ if __name__ == '__main__':
             'ipython>=7,<8;python_version<="3.7"',
             'ipython>=8,<9;python_version>"3.7"',
             'ipykernel>=6,<7',
-            'ipywidgets>=7.6.5,<8',
+            'ipywidgets>=8,<9',
             # Skip version 6.1.13 due to
             # https://github.com/jupyter/jupyter_client/issues/637
             'jupyter-client>=6.1.11,<6.1.13',

Reply via email to