-
Notifications
You must be signed in to change notification settings - Fork 108
RHOAIENG-21842: bump JupyterLab-related dependencies in all Python 3.11 and 3.12 Pipfiles #1218
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
Changes from all commits
1a71ae7
c29b747
d55fe42
a4a5bbb
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -988,9 +988,9 @@ jupyter-packaging==0.12.3; python_version >= '3.7' \ | |
jupyter-resource-usage==1.1.1; python_version >= '3.8' \ | ||
--hash=sha256:1f163b51b1960801c84d01753907be695e4b23e6ce3f3291f6b03cab09cc438d \ | ||
--hash=sha256:f7a3451caec9f5e6343f60b0a8e4034652138df65ece7a9153242115845f9bbb | ||
jupyter-server==2.15.0; python_version >= '3.9' \ | ||
--hash=sha256:872d989becf83517012ee669f09604aa4a28097c0bd90b2f424310156c2cdae3 \ | ||
--hash=sha256:9d446b8697b4f7337a1b7cdcac40778babdd93ba614b6d68ab1c0c918f1c4084 | ||
jupyter-server==2.16.0; python_version >= '3.9' \ | ||
--hash=sha256:3d8db5be3bc64403b1c65b400a1d7f4647a5ce743f3b20dbdefe8ddb7b55af9e \ | ||
--hash=sha256:65d4b44fdf2dcbbdfe0aa1ace4a842d4aaf746a2b7b168134d5aaed35621b7f6 | ||
jupyter-server-mathjax==0.2.6; python_version >= '3.7' \ | ||
--hash=sha256:416389dde2010df46d5fbbb7adb087a5607111070af65a1445391040f2babb5e \ | ||
--hash=sha256:bb1e6b6dc0686c1fe386a22b5886163db548893a99c2810c36399e9c4ca23943 | ||
|
@@ -1000,9 +1000,9 @@ jupyter-server-proxy==4.4.0; python_version >= '3.8' \ | |
jupyter-server-terminals==0.5.3; python_version >= '3.8' \ | ||
--hash=sha256:41ee0d7dc0ebf2809c668e0fc726dfaf258fcd3e769568996ca731b6194ae9aa \ | ||
--hash=sha256:5ae0295167220e9ace0edcfdb212afd2b01ee8d179fe6f23c899590e9b8a5269 | ||
jupyterlab==4.2.7; python_version >= '3.8' \ | ||
--hash=sha256:7353c0704aec0e1219eb1e376c2d51f855a2522605f9ecdcab4993c006991ea3 \ | ||
--hash=sha256:a16a10a114360a4249c855e382b95260ebf2b91341884739dde954936096684d | ||
jupyterlab==4.4.4; python_version >= '3.9' \ | ||
--hash=sha256:163fee1ef702e0a057f75d2eed3ed1da8a986d59eb002cbeb6f0c2779e6cd153 \ | ||
--hash=sha256:711611e4f59851152eb93316c3547c3ec6291f16bb455f1f4fa380d25637e0dd | ||
Comment on lines
+1003
to
+1005
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 💡 Verification agent 🧩 Analysis chainDouble-check extension compatibility after moving to Jumping two minor releases is usually safe, but a few ecosystem packages sometimes lag (e.g. jupyter-lab-lsp, widgets). Recommend a quick scan for hard upper bounds in the repo to avoid runtime surprises. 🏁 Script executed: #!/bin/bash
# Detect packages that cap JupyterLab below 4.4
rg --no-heading --line-number -e 'jupyterlab[ <>=~]*[0-9]+\.[0-9]+\.[0-9]+' |
grep -v '4\.4\.4' || echo "No pinned older versions found." Length of output: 160 Address hard‐pinned JupyterLab version in example Our scan uncovered a conflicting pin at examples/jupyterlab-with-elyra/Dockerfile:48:
🤖 Prompt for AI Agents
|
||
jupyterlab-git==0.51.2; python_version >= '3.8' \ | ||
--hash=sha256:1150edabd844f9a5a3c7ba676409b18b8cc95b1a7bb171f357318f4075db2263 \ | ||
--hash=sha256:ad91d56f0298fd70e7d8f8cd1ee76d261f0dfb940cc490717a31d64df4b7d562 | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.