Skip to content

Commit 1190042

Browse files
sfc-gh-mmishchenkogithub-actions
andauthored
SNOW-2267461 Bumped up PythonConnector PATCH version from 3.17.0 to 3.17.1 (#2483)
Co-authored-by: Jenkins User <900904> Co-authored-by: github-actions <[email protected]>
1 parent 40e145f commit 1190042

File tree

7 files changed

+22
-22
lines changed

7 files changed

+22
-22
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.1(TBD)
10+
- v3.17.1(August 17,2025)
1111
- Added `infer_schema` parameter to `write_pandas` to perform schema inference on the passed data.
1212
- Namespace `snowlake` reverted back to non-module.
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, 0, None)
3+
VERSION = (3, 17, 1, None)

tested_requirements/requirements_310.reqs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Generated on: Python 3.10.18
22
asn1crypto==1.5.1
3-
boto3==1.40.8
4-
botocore==1.40.8
3+
boto3==1.40.9
4+
botocore==1.40.9
55
certifi==2025.8.3
66
cffi==1.17.1
77
charset-normalizer==3.4.3
88
cryptography==45.0.6
9-
filelock==3.18.0
9+
filelock==3.19.1
1010
idna==3.10
1111
jmespath==1.0.1
1212
packaging==25.0
@@ -23,4 +23,4 @@ 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.0
26+
snowflake-connector-python==3.17.1

tested_requirements/requirements_311.reqs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Generated on: Python 3.11.13
22
asn1crypto==1.5.1
3-
boto3==1.40.8
4-
botocore==1.40.8
3+
boto3==1.40.9
4+
botocore==1.40.9
55
certifi==2025.8.3
66
cffi==1.17.1
77
charset-normalizer==3.4.3
88
cryptography==45.0.6
9-
filelock==3.18.0
9+
filelock==3.19.1
1010
idna==3.10
1111
jmespath==1.0.1
1212
packaging==25.0
@@ -23,4 +23,4 @@ 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.0
26+
snowflake-connector-python==3.17.1

tested_requirements/requirements_312.reqs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Generated on: Python 3.12.11
22
asn1crypto==1.5.1
3-
boto3==1.40.8
4-
botocore==1.40.8
3+
boto3==1.40.9
4+
botocore==1.40.9
55
certifi==2025.8.3
66
cffi==1.17.1
77
charset-normalizer==3.4.3
88
cryptography==45.0.6
9-
filelock==3.18.0
9+
filelock==3.19.1
1010
idna==3.10
1111
jmespath==1.0.1
1212
packaging==25.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.0
28+
snowflake-connector-python==3.17.1

tested_requirements/requirements_313.reqs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Generated on: Python 3.13.5
22
asn1crypto==1.5.1
3-
boto3==1.40.8
4-
botocore==1.40.8
3+
boto3==1.40.9
4+
botocore==1.40.9
55
certifi==2025.8.3
66
cffi==1.17.1
77
charset-normalizer==3.4.3
88
cryptography==45.0.6
9-
filelock==3.18.0
9+
filelock==3.19.1
1010
idna==3.10
1111
jmespath==1.0.1
1212
packaging==25.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.0
28+
snowflake-connector-python==3.17.1

tested_requirements/requirements_39.reqs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Generated on: Python 3.9.23
22
asn1crypto==1.5.1
3-
boto3==1.40.8
4-
botocore==1.40.8
3+
boto3==1.40.9
4+
botocore==1.40.9
55
certifi==2025.8.3
66
cffi==1.17.1
77
charset-normalizer==3.4.3
88
cryptography==45.0.6
9-
filelock==3.18.0
9+
filelock==3.19.1
1010
idna==3.10
1111
jmespath==1.0.1
1212
packaging==25.0
@@ -23,4 +23,4 @@ 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.0
26+
snowflake-connector-python==3.17.1

0 commit comments

Comments
 (0)