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

Cap boto and botocore #2123

Closed
amontanez24 opened this issue Jul 12, 2024 · 0 comments · Fixed by #2133
Closed

Cap boto and botocore #2123

amontanez24 opened this issue Jul 12, 2024 · 0 comments · Fixed by #2133
Assignees
Labels
maintenance Tasks related to infrastructure & dependencies
Milestone

Comments

@amontanez24
Copy link
Contributor

amontanez24 commented Jul 12, 2024

Problem Description

Boto3 and botocore were removed from our dependency tracker's latest requirements, but they are currently uncapped in pyproject. We should cap them at under 2.0.

SDV/pyproject.toml

Lines 23 to 24 in 6750191

'boto3>=1.15.0',
'botocore>=1.18',

@amontanez24 amontanez24 added the maintenance Tasks related to infrastructure & dependencies label Jul 12, 2024
@lajohn4747 lajohn4747 self-assigned this Jul 15, 2024
@lajohn4747 lajohn4747 added this to the 1.15.1 milestone Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Tasks related to infrastructure & dependencies
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants