Skip to content

Commit 95759d8

Browse files
committed
Require jupyter-server-proxy 3.2.2.
It obviates the need for the auth rewrite.
1 parent 8126737 commit 95759d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
keywords=['Jupyter'],
1111
classifiers=['Framework :: Jupyter'],
1212
install_requires=[
13-
'jupyter-server-proxy>=3.2.0'
13+
'jupyter-server-proxy>=3.2.2'
1414
],
1515
entry_points={
1616
'jupyter_serverproxy_servers': [

0 commit comments

Comments
 (0)