You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current pin to jsonschema <4.18.0 makes this package incompatible with jupyter_events >=0.7.0, and the 0.6.x line is unlikely to get further updates barring severe security issues, nor is the 0.7.0 line likely to backpedal on its upstream deps.
As jupyter_events is a hard dependency of jupyter_server, this will become a larger issue in the future.
Proposed Solution
Either:
raise bottom pins to:
jsonschema >=4.18.0
jupyter_events >=0.7.0
determine how to support the entire range (significantly harder)
And then:
declare minimum versions, removing top pins
test against the minimum declared versions (at least in CI)
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! 👋
Problem
The current pin to
jsonschema <4.18.0
makes this package incompatible withjupyter_events >=0.7.0
, and the0.6.x
line is unlikely to get further updates barring severe security issues, nor is the0.7.0
line likely to backpedal on its upstream deps.As
jupyter_events
is a hard dependency ofjupyter_server
, this will become a larger issue in the future.Proposed Solution
Either:
jsonschema >=4.18.0
jupyter_events >=0.7.0
And then:
Additional context
c/f conda-forge/jupyter-collaboration-feedstock#2 (comment)
The text was updated successfully, but these errors were encountered: