Skip to content

Commit f80d83e

Browse files
SNOW-2055494 fix proper boto min versions (#2295)
1 parent 640cf6c commit f80d83e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

DESCRIPTION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
88

99
# Release Notes
1010
- v3.15(TBD)
11-
-
11+
- Bumped up min boto and botocore version to 1.24
1212

1313
- v3.14.1(April 21, 2025)
1414
- Added support for Python 3.13.

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ python_requires = >=3.9
4444
packages = find_namespace:
4545
install_requires =
4646
asn1crypto>0.24.0,<2.0.0
47-
boto3>=1.0
48-
botocore>=1.0
47+
boto3>=1.24
48+
botocore>=1.24
4949
cffi>=1.9,<2.0.0
5050
cryptography>=3.1.0
5151
pyOpenSSL>=22.0.0,<26.0.0

0 commit comments

Comments
 (0)