Skip to content

Commit 53723c2

Browse files
SNOW-2203079: Boto revert
1 parent 43d0750 commit 53723c2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

DESCRIPTION.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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.

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ python_requires = >=3.9
4444
packages = find_namespace:
4545
install_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
9595
pandas =
9696
pandas>=2.1.2,<3.0.0
9797
pyarrow<19.0.0

0 commit comments

Comments
 (0)