Skip to content

Commit ac6bf6c

Browse files
SNOW-2274695 Bump up to 3.17.2 version (#2495)
1 parent 03611e7 commit ac6bf6c

File tree

7 files changed

+23
-23
lines changed

7 files changed

+23
-23
lines changed

DESCRIPTION.md

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

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

src/snowflake/connector/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Update this for the versions
22
# Don't change the forth version number from None
3-
VERSION = (3, 17, 1, None)
3+
VERSION = (3, 17, 2, None)

tested_requirements/requirements_310.reqs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Generated on: Python 3.10.18
22
asn1crypto==1.5.1
3-
boto3==1.40.9
4-
botocore==1.40.9
3+
boto3==1.40.13
4+
botocore==1.40.13
55
certifi==2025.8.3
66
cffi==1.17.1
77
charset-normalizer==3.4.3
@@ -16,11 +16,11 @@ PyJWT==2.10.1
1616
pyOpenSSL==25.1.0
1717
python-dateutil==2.9.0.post0
1818
pytz==2025.2
19-
requests==2.32.4
19+
requests==2.32.5
2020
s3transfer==0.13.1
2121
six==1.17.0
2222
sortedcontainers==2.4.0
2323
tomlkit==0.13.3
2424
typing_extensions==4.14.1
2525
urllib3==2.5.0
26-
snowflake-connector-python==3.17.1
26+
snowflake-connector-python==3.17.2

tested_requirements/requirements_311.reqs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Generated on: Python 3.11.13
22
asn1crypto==1.5.1
3-
boto3==1.40.9
4-
botocore==1.40.9
3+
boto3==1.40.13
4+
botocore==1.40.13
55
certifi==2025.8.3
66
cffi==1.17.1
77
charset-normalizer==3.4.3
@@ -16,11 +16,11 @@ PyJWT==2.10.1
1616
pyOpenSSL==25.1.0
1717
python-dateutil==2.9.0.post0
1818
pytz==2025.2
19-
requests==2.32.4
19+
requests==2.32.5
2020
s3transfer==0.13.1
2121
six==1.17.0
2222
sortedcontainers==2.4.0
2323
tomlkit==0.13.3
2424
typing_extensions==4.14.1
2525
urllib3==2.5.0
26-
snowflake-connector-python==3.17.1
26+
snowflake-connector-python==3.17.2

tested_requirements/requirements_312.reqs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Generated on: Python 3.12.11
22
asn1crypto==1.5.1
3-
boto3==1.40.9
4-
botocore==1.40.9
3+
boto3==1.40.13
4+
botocore==1.40.13
55
certifi==2025.8.3
66
cffi==1.17.1
77
charset-normalizer==3.4.3
@@ -16,7 +16,7 @@ PyJWT==2.10.1
1616
pyOpenSSL==25.1.0
1717
python-dateutil==2.9.0.post0
1818
pytz==2025.2
19-
requests==2.32.4
19+
requests==2.32.5
2020
s3transfer==0.13.1
2121
setuptools==80.9.0
2222
six==1.17.0
@@ -25,4 +25,4 @@ tomlkit==0.13.3
2525
typing_extensions==4.14.1
2626
urllib3==2.5.0
2727
wheel==0.45.1
28-
snowflake-connector-python==3.17.1
28+
snowflake-connector-python==3.17.2

tested_requirements/requirements_313.reqs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Generated on: Python 3.13.5
1+
# Generated on: Python 3.13.6
22
asn1crypto==1.5.1
3-
boto3==1.40.9
4-
botocore==1.40.9
3+
boto3==1.40.13
4+
botocore==1.40.13
55
certifi==2025.8.3
66
cffi==1.17.1
77
charset-normalizer==3.4.3
@@ -16,7 +16,7 @@ PyJWT==2.10.1
1616
pyOpenSSL==25.1.0
1717
python-dateutil==2.9.0.post0
1818
pytz==2025.2
19-
requests==2.32.4
19+
requests==2.32.5
2020
s3transfer==0.13.1
2121
setuptools==80.9.0
2222
six==1.17.0
@@ -25,4 +25,4 @@ tomlkit==0.13.3
2525
typing_extensions==4.14.1
2626
urllib3==2.5.0
2727
wheel==0.45.1
28-
snowflake-connector-python==3.17.1
28+
snowflake-connector-python==3.17.2

tested_requirements/requirements_39.reqs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Generated on: Python 3.9.23
22
asn1crypto==1.5.1
3-
boto3==1.40.9
4-
botocore==1.40.9
3+
boto3==1.40.13
4+
botocore==1.40.13
55
certifi==2025.8.3
66
cffi==1.17.1
77
charset-normalizer==3.4.3
@@ -16,11 +16,11 @@ PyJWT==2.10.1
1616
pyOpenSSL==25.1.0
1717
python-dateutil==2.9.0.post0
1818
pytz==2025.2
19-
requests==2.32.4
19+
requests==2.32.5
2020
s3transfer==0.13.1
2121
six==1.17.0
2222
sortedcontainers==2.4.0
2323
tomlkit==0.13.3
2424
typing_extensions==4.14.1
2525
urllib3==1.26.20
26-
snowflake-connector-python==3.17.1
26+
snowflake-connector-python==3.17.2

0 commit comments

Comments
 (0)