We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 640cf6c commit f80d83eCopy full SHA for f80d83e
DESCRIPTION.md
@@ -8,7 +8,7 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
8
9
# Release Notes
10
- v3.15(TBD)
11
- -
+ - Bumped up min boto and botocore version to 1.24
12
13
- v3.14.1(April 21, 2025)
14
- Added support for Python 3.13.
setup.cfg
@@ -44,8 +44,8 @@ python_requires = >=3.9
44
packages = find_namespace:
45
install_requires =
46
asn1crypto>0.24.0,<2.0.0
47
- boto3>=1.0
48
- botocore>=1.0
+ boto3>=1.24
+ botocore>=1.24
49
cffi>=1.9,<2.0.0
50
cryptography>=3.1.0
51
pyOpenSSL>=22.0.0,<26.0.0
0 commit comments