You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ni...@apache.org on 2022/05/02 21:51:24 UTC

[beam] branch master updated: [BEAM-12575] Upgraded ipykernel from v5 to v6 (#17526)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 40673dc84c9 [BEAM-12575] Upgraded ipykernel from v5 to v6 (#17526)
40673dc84c9 is described below

commit 40673dc84c91a50fea3aac2e0d03c9bfb0deddec
Author: Ning Kang <ni...@gmail.com>
AuthorDate: Mon May 2 14:51:19 2022 -0700

    [BEAM-12575] Upgraded ipykernel from v5 to v6 (#17526)
    
    The upgraded ipykernel now supports the debugger in Jupyter notebooks.
    Fixed the pylint error from unrelated previously merged changes.
---
 sdks/python/apache_beam/transforms/batch_dofn_test.py | 1 -
 sdks/python/setup.py                                  | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/sdks/python/apache_beam/transforms/batch_dofn_test.py b/sdks/python/apache_beam/transforms/batch_dofn_test.py
index 4384aa142be..5f05e371ec6 100644
--- a/sdks/python/apache_beam/transforms/batch_dofn_test.py
+++ b/sdks/python/apache_beam/transforms/batch_dofn_test.py
@@ -22,7 +22,6 @@
 import unittest
 from typing import Iterator
 from typing import List
-from typing import Optional
 
 from parameterized import parameterized_class
 
diff --git a/sdks/python/setup.py b/sdks/python/setup.py
index c753a523c9e..e2233c575d9 100644
--- a/sdks/python/setup.py
+++ b/sdks/python/setup.py
@@ -207,7 +207,7 @@ INTERACTIVE_BEAM = [
     'facets-overview>=1.0.0,<2',
     'google-cloud-dataproc>=3.0.0,<3.2.0',
     'ipython>=7,<8',
-    'ipykernel>=5.2.0,<6',
+    'ipykernel>=6,<7',
     'ipywidgets>=7.6.5,<8',
     # Skip version 6.1.13 due to
     # https://github.com/jupyter/jupyter_client/issues/637