Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update install requirement (jupyter-server-proxy) for unix-socket-support #162

Merged

Conversation

jhgoebbert
Copy link
Contributor

jupyter-server-proxy introduced unix-socket in version 4.0 (released April 2023) with this commit jupyterhub/jupyter-server-proxy@6cc7e6f
Hence, we need to change the install requirements for jupyter-server-proxy to >=4.0.0 for unix-socket-support.

I do not know the motivation for the current limitations of !=4.0.0,!=4.1.0 so I propose a change from from
'jupyter-server-proxy>=3.2.3,!=4.0.0,!=4.1.0'
to
'jupyter-server-proxy>4.1.0'

P.S: @yuvipanda I'm sorry this change slipped through when splitting PR #151 into #159 and #160

@jhgoebbert jhgoebbert changed the title update install requirement (jupyter-server-proxy) update install requirement (jupyter-server-proxy) for unix-socket-support Jan 4, 2025
@yuvipanda
Copy link
Contributor

Those ! were there to protect from some security issues. But just bumping is also fine!

@yuvipanda yuvipanda merged commit 972ca72 into jupyterhub:main Jan 4, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants