-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
[core][release] Need to update azure-cli-core version to update paramiko #48733
Comments
rynewang
added
bug
Something that is supposed to be working; but isn't
triage
Needs triage (eg: priority, bug/not-bug, and owning component)
labels
Nov 13, 2024
rynewang
added
P0
Issues that should be fixed in short order
core
Issues that should be addressed in Ray Core
and removed
triage
Needs triage (eg: priority, bug/not-bug, and owning component)
labels
Nov 14, 2024
jjyao
added
P1
Issue that should be fixed within a few weeks
and removed
P0
Issues that should be fixed in short order
labels
Nov 14, 2024
MortalHappiness
added a commit
to MortalHappiness/ray
that referenced
this issue
Nov 21, 2024
Closes: ray-project#48733 Signed-off-by: Chi-Sheng Liu <chishengliu@chishengliu.com>
8 tasks
MortalHappiness
added a commit
to MortalHappiness/ray
that referenced
this issue
Nov 21, 2024
Closes: ray-project#48733 Signed-off-by: Chi-Sheng Liu <chishengliu@chishengliu.com>
MortalHappiness
added a commit
to MortalHappiness/ray
that referenced
this issue
Nov 22, 2024
Closes: ray-project#48733 Signed-off-by: Chi-Sheng Liu <chishengliu@chishengliu.com>
MortalHappiness
added a commit
to MortalHappiness/ray
that referenced
this issue
Nov 22, 2024
Closes: ray-project#48733 Signed-off-by: Chi-Sheng Liu <chishengliu@chishengliu.com>
MortalHappiness
added a commit
to MortalHappiness/ray
that referenced
this issue
Nov 22, 2024
Closes: ray-project#48733 Signed-off-by: Chi-Sheng Liu <chishengliu@chishengliu.com>
MortalHappiness
added a commit
to MortalHappiness/ray
that referenced
this issue
Nov 22, 2024
Closes: ray-project#48733 Signed-off-by: Chi-Sheng Liu <chishengliu@chishengliu.com>
MortalHappiness
added a commit
to MortalHappiness/ray
that referenced
this issue
Nov 22, 2024
Closes: ray-project#48733 Signed-off-by: Chi-Sheng Liu <chishengliu@chishengliu.com>
MortalHappiness
added a commit
to MortalHappiness/ray
that referenced
this issue
Nov 22, 2024
Closes: ray-project#48733 Signed-off-by: Chi-Sheng Liu <chishengliu@chishengliu.com>
MortalHappiness
added a commit
to MortalHappiness/ray
that referenced
this issue
Nov 22, 2024
Closes: ray-project#48733 Signed-off-by: Chi-Sheng Liu <chishengliu@chishengliu.com>
MortalHappiness
added a commit
to MortalHappiness/ray
that referenced
this issue
Nov 25, 2024
Closes: ray-project#48733 Signed-off-by: Chi-Sheng Liu <chishengliu@chishengliu.com>
MortalHappiness
added a commit
to MortalHappiness/ray
that referenced
this issue
Nov 25, 2024
Closes: ray-project#48733 Signed-off-by: Chi-Sheng Liu <chishengliu@chishengliu.com>
MortalHappiness
added a commit
to MortalHappiness/ray
that referenced
this issue
Nov 26, 2024
Closes: ray-project#48733 Signed-off-by: Chi-Sheng Liu <chishengliu@chishengliu.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What happened + What you expected to happen
Now we depend on paramiko==2.12.0 which comes from azure-cli-core==2.62.0 from a test-requirements.txt, and we are not directly using it any way.
This paramiko version is now considered old and prints some encryption security warnings. we should consider upgrading azure-cli-core to stop it.
Versions / Dependencies
master
Reproduction script
Issue Severity
Medium: It is a significant difficulty but I can work around it.
The text was updated successfully, but these errors were encountered: