Skip to content

Commit

Permalink
Cap boto and botocore library versions (#2133)
Browse files Browse the repository at this point in the history
  • Loading branch information
lajohn4747 committed Jul 16, 2024
1 parent 249ca10 commit 2abacb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ license = { text = 'BSL-1.1' }
requires-python = '>=3.8,<3.13'
readme = 'README.md'
dependencies = [
'boto3>=1.28',
'botocore>=1.31',
'boto3>=1.28,<2.0.0',
'botocore>=1.31,<2.0.0',
'cloudpickle>=2.1.0',
'graphviz>=0.13.2',
"numpy>=1.21.0,<2.0.0;python_version<'3.10'",
Expand Down

0 comments on commit 2abacb1

Please sign in to comment.