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

Fix enable_sm_project function #211

Merged
merged 1 commit into from
Jun 14, 2023
Merged

Fix enable_sm_project function #211

merged 1 commit into from
Jun 14, 2023

Conversation

zaremb
Copy link
Contributor

@zaremb zaremb commented Jun 12, 2023

Fix enable_sm_project function issue which was introduced by braking change in urllib3 version 2. Similar issue: psf/requests#6443

Otherwise, error in cloudformation was raised

Received response status [FAILED] from custom resource. Message returned: Error: Unable to import module 'index': cannot import name 'DEFAULT_CIPHERS' from 'urllib3.util.ssl_

Description of changes:
Locking the version of urllib3 to be below 2.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Fix enable_sm_project function issue which was introduced by braking change in urllib2
@srinivasreddych
Copy link
Contributor

Thanks for working on it! Curious to know if you were able to perform a full deploy with this change made?

@zaremb
Copy link
Contributor Author

zaremb commented Jun 12, 2023

I did incremental deployments while debugging. Tomorrow ill destroy and deploy from scratch manifests/mlops-sagemaker/deployment.yaml

@srinivasreddych srinivasreddych self-requested a review June 13, 2023 20:58
@zaremb
Copy link
Contributor Author

zaremb commented Jun 14, 2023

I have destroyed and deployed again. All good

@dgraeber dgraeber self-requested a review June 14, 2023 16:57
@dgraeber dgraeber merged commit 795ed63 into awslabs:main Jun 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants