File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
2525 - Fixed ` write_pandas ` special characters usage in the location name.
2626 - Fixed usage of ` use_virtual_url ` when building the location for gcs storage client.
2727 - Added support for Snowflake OAuth for local applications.
28- - Removed boto and botocore dependencies.
2928
3029- v3.15.0(Apr 29,2025)
3130 - Bumped up min boto and botocore version to 1.24.
Original file line number Diff line number Diff line change @@ -44,6 +44,8 @@ python_requires = >=3.9
4444packages = find_namespace:
4545install_requires =
4646 asn1crypto>0.24.0,<2.0.0
47+ boto3>=1.24
48+ botocore>=1.24
4749 cffi>=1.9,<2.0.0
4850 cryptography>=3.1.0
4951 pyOpenSSL>=22.0.0,<26.0.0
@@ -90,8 +92,6 @@ development =
9092 pytest-timeout
9193 pytest-xdist
9294 pytzdata
93- boto3>=1.24
94- botocore>=1.24
9595pandas =
9696 pandas>=2.1.2,<3.0.0
9797 pyarrow<19.0.0
You can’t perform that action at this time.
0 commit comments