Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ https://docs.snowflake.com/
Source code is also available at: https://github.com/snowflakedb/snowflake-connector-python

# Release Notes
- v3.17.2(TBD)
- v3.17.2(August 23,2025)
- Fixed a bug where platform_detection was retrying failed requests with warnings to non-existent endpoints.
- Added disabling endpoint-based platform detection by setting `platform_detection_timeout_seconds` to zero.

Expand Down
2 changes: 1 addition & 1 deletion src/snowflake/connector/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Update this for the versions
# Don't change the forth version number from None
VERSION = (3, 17, 1, None)
VERSION = (3, 17, 2, None)
8 changes: 4 additions & 4 deletions tested_requirements/requirements_310.reqs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Generated on: Python 3.10.18
asn1crypto==1.5.1
boto3==1.40.9
botocore==1.40.9
boto3==1.40.13
botocore==1.40.13
certifi==2025.8.3
cffi==1.17.1
charset-normalizer==3.4.3
Expand All @@ -16,11 +16,11 @@ PyJWT==2.10.1
pyOpenSSL==25.1.0
python-dateutil==2.9.0.post0
pytz==2025.2
requests==2.32.4
requests==2.32.5
s3transfer==0.13.1
six==1.17.0
sortedcontainers==2.4.0
tomlkit==0.13.3
typing_extensions==4.14.1
urllib3==2.5.0
snowflake-connector-python==3.17.1
snowflake-connector-python==3.17.2
8 changes: 4 additions & 4 deletions tested_requirements/requirements_311.reqs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Generated on: Python 3.11.13
asn1crypto==1.5.1
boto3==1.40.9
botocore==1.40.9
boto3==1.40.13
botocore==1.40.13
certifi==2025.8.3
cffi==1.17.1
charset-normalizer==3.4.3
Expand All @@ -16,11 +16,11 @@ PyJWT==2.10.1
pyOpenSSL==25.1.0
python-dateutil==2.9.0.post0
pytz==2025.2
requests==2.32.4
requests==2.32.5
s3transfer==0.13.1
six==1.17.0
sortedcontainers==2.4.0
tomlkit==0.13.3
typing_extensions==4.14.1
urllib3==2.5.0
snowflake-connector-python==3.17.1
snowflake-connector-python==3.17.2
8 changes: 4 additions & 4 deletions tested_requirements/requirements_312.reqs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Generated on: Python 3.12.11
asn1crypto==1.5.1
boto3==1.40.9
botocore==1.40.9
boto3==1.40.13
botocore==1.40.13
certifi==2025.8.3
cffi==1.17.1
charset-normalizer==3.4.3
Expand All @@ -16,7 +16,7 @@ PyJWT==2.10.1
pyOpenSSL==25.1.0
python-dateutil==2.9.0.post0
pytz==2025.2
requests==2.32.4
requests==2.32.5
s3transfer==0.13.1
setuptools==80.9.0
six==1.17.0
Expand All @@ -25,4 +25,4 @@ tomlkit==0.13.3
typing_extensions==4.14.1
urllib3==2.5.0
wheel==0.45.1
snowflake-connector-python==3.17.1
snowflake-connector-python==3.17.2
10 changes: 5 additions & 5 deletions tested_requirements/requirements_313.reqs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Generated on: Python 3.13.5
# Generated on: Python 3.13.6
asn1crypto==1.5.1
boto3==1.40.9
botocore==1.40.9
boto3==1.40.13
botocore==1.40.13
certifi==2025.8.3
cffi==1.17.1
charset-normalizer==3.4.3
Expand All @@ -16,7 +16,7 @@ PyJWT==2.10.1
pyOpenSSL==25.1.0
python-dateutil==2.9.0.post0
pytz==2025.2
requests==2.32.4
requests==2.32.5
s3transfer==0.13.1
setuptools==80.9.0
six==1.17.0
Expand All @@ -25,4 +25,4 @@ tomlkit==0.13.3
typing_extensions==4.14.1
urllib3==2.5.0
wheel==0.45.1
snowflake-connector-python==3.17.1
snowflake-connector-python==3.17.2
8 changes: 4 additions & 4 deletions tested_requirements/requirements_39.reqs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Generated on: Python 3.9.23
asn1crypto==1.5.1
boto3==1.40.9
botocore==1.40.9
boto3==1.40.13
botocore==1.40.13
certifi==2025.8.3
cffi==1.17.1
charset-normalizer==3.4.3
Expand All @@ -16,11 +16,11 @@ PyJWT==2.10.1
pyOpenSSL==25.1.0
python-dateutil==2.9.0.post0
pytz==2025.2
requests==2.32.4
requests==2.32.5
s3transfer==0.13.1
six==1.17.0
sortedcontainers==2.4.0
tomlkit==0.13.3
typing_extensions==4.14.1
urllib3==1.26.20
snowflake-connector-python==3.17.1
snowflake-connector-python==3.17.2
Loading