-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Remove upper bound on urllib in the requirements #4362
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
Labels
Comments
jmahlik
added a commit
to StateFarmIns/sagemaker-python-sdk
that referenced
this issue
Jan 8, 2024
9 tasks
jmahlik
added a commit
to StateFarmIns/sagemaker-python-sdk
that referenced
this issue
Jan 19, 2024
jmahlik
added a commit
to StateFarmIns/sagemaker-python-sdk
that referenced
this issue
Jan 19, 2024
jmahlik
added a commit
to StateFarmIns/sagemaker-python-sdk
that referenced
this issue
Jan 22, 2024
jmahlik
added a commit
to StateFarmIns/sagemaker-python-sdk
that referenced
this issue
Jan 24, 2024
jmahlik
added a commit
to StateFarmIns/sagemaker-python-sdk
that referenced
this issue
Jan 31, 2024
knikure
pushed a commit
that referenced
this issue
Feb 1, 2024
9 tasks
Captainia
pushed a commit
to Captainia/sagemaker-python-sdk
that referenced
this issue
Feb 29, 2024
jiapinw
pushed a commit
to jiapinw/sagemaker-python-sdk
that referenced
this issue
Jun 25, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
#4168 previously fixed this.
The changes to the
setup.py
in 68ff700#diff-60f61ab7a8d1910d86d9fda2261620314edcae5894d5aaa236b821c7256badd7R67-R72 reintroduced the old versions of urllib. Relax the restriction on the version.I've also opened #4361 for the pinned versions of fast api and uvcorn separately.
To reproduce
This was introduced in release 2.199.0.
python -m pip install sagemaker==2.203.0
results in unresolvable deps since urilib is restricted to above version two in many other projects.Expected behavior
Install to succeed, project to be clear of CVE from transitive deps.
Screenshots or logs
If applicable, add screenshots or logs to help explain your problem.
System information
A description of your system. Please provide:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: