Skip to content

Commit b8b6a44

Browse files
sfc-gh-pczajkagithub-actions
andauthored
Minor python connector version bump (#2719)
Co-authored-by: Jenkins User <900904> Co-authored-by: github-actions <[email protected]>
1 parent 7d1356c commit b8b6a44

File tree

7 files changed

+30
-30
lines changed

7 files changed

+30
-30
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-
- v4.2.0(TBD)
10+
- v4.2.0(December 17,2025)
1111
- Added `SnowflakeCursor.stats` property to expose granular DML statistics (rows inserted, deleted, updated, and duplicates) for operations like CTAS where `rowcount` is insufficient.
1212
- Added support for injecting SPCS service identifier token (`SPCS_TOKEN`) into login requests when present in SPCS containers.
1313
- Introduced shared library for extended telemetry to identify and prepare testing platform for native rust extensions.

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 = (4, 1, 1, None)
3+
VERSION = (4, 2, 0, None)
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# Generated on: Python 3.10.19
22
asn1crypto==1.5.1
3-
boto3==1.42.0
4-
botocore==1.41.6
3+
boto3==1.42.10
4+
botocore==1.42.10
55
certifi==2025.11.12
66
cffi==2.0.0
77
charset-normalizer==3.4.4
88
cryptography==46.0.3
9-
filelock==3.20.0
9+
filelock==3.20.1
1010
idna==3.11
1111
jmespath==1.0.1
1212
packaging==25.0
13-
platformdirs==4.5.0
13+
platformdirs==4.5.1
1414
pycparser==2.23
1515
PyJWT==2.10.1
1616
pyOpenSSL==25.3.0
@@ -22,5 +22,5 @@ six==1.17.0
2222
sortedcontainers==2.4.0
2323
tomlkit==0.13.3
2424
typing_extensions==4.15.0
25-
urllib3==2.5.0
26-
snowflake-connector-python==4.1.1
25+
urllib3==2.6.2
26+
snowflake-connector-python==4.2.0
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# Generated on: Python 3.11.14
22
asn1crypto==1.5.1
3-
boto3==1.42.0
4-
botocore==1.41.6
3+
boto3==1.42.10
4+
botocore==1.42.10
55
certifi==2025.11.12
66
cffi==2.0.0
77
charset-normalizer==3.4.4
88
cryptography==46.0.3
9-
filelock==3.20.0
9+
filelock==3.20.1
1010
idna==3.11
1111
jmespath==1.0.1
1212
packaging==25.0
13-
platformdirs==4.5.0
13+
platformdirs==4.5.1
1414
pycparser==2.23
1515
PyJWT==2.10.1
1616
pyOpenSSL==25.3.0
@@ -22,5 +22,5 @@ six==1.17.0
2222
sortedcontainers==2.4.0
2323
tomlkit==0.13.3
2424
typing_extensions==4.15.0
25-
urllib3==2.5.0
26-
snowflake-connector-python==4.1.1
25+
urllib3==2.6.2
26+
snowflake-connector-python==4.2.0
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# Generated on: Python 3.12.12
22
asn1crypto==1.5.1
3-
boto3==1.42.0
4-
botocore==1.41.6
3+
boto3==1.42.10
4+
botocore==1.42.10
55
certifi==2025.11.12
66
cffi==2.0.0
77
charset-normalizer==3.4.4
88
cryptography==46.0.3
9-
filelock==3.20.0
9+
filelock==3.20.1
1010
idna==3.11
1111
jmespath==1.0.1
1212
packaging==25.0
13-
platformdirs==4.5.0
13+
platformdirs==4.5.1
1414
pycparser==2.23
1515
PyJWT==2.10.1
1616
pyOpenSSL==25.3.0
@@ -23,6 +23,6 @@ six==1.17.0
2323
sortedcontainers==2.4.0
2424
tomlkit==0.13.3
2525
typing_extensions==4.15.0
26-
urllib3==2.5.0
26+
urllib3==2.6.2
2727
wheel==0.45.1
28-
snowflake-connector-python==4.1.1
28+
snowflake-connector-python==4.2.0
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
# Generated on: Python 3.13.9
1+
# Generated on: Python 3.13.11
22
asn1crypto==1.5.1
3-
boto3==1.42.0
4-
botocore==1.41.6
3+
boto3==1.42.10
4+
botocore==1.42.10
55
certifi==2025.11.12
66
cffi==2.0.0
77
charset-normalizer==3.4.4
88
cryptography==46.0.3
9-
filelock==3.20.0
9+
filelock==3.20.1
1010
idna==3.11
1111
jmespath==1.0.1
1212
packaging==25.0
13-
platformdirs==4.5.0
13+
platformdirs==4.5.1
1414
pycparser==2.23
1515
PyJWT==2.10.1
1616
pyOpenSSL==25.3.0
@@ -23,6 +23,6 @@ six==1.17.0
2323
sortedcontainers==2.4.0
2424
tomlkit==0.13.3
2525
typing_extensions==4.15.0
26-
urllib3==2.5.0
26+
urllib3==2.6.2
2727
wheel==0.45.1
28-
snowflake-connector-python==4.1.1
28+
snowflake-connector-python==4.2.0

tested_requirements/requirements_39.reqs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Generated on: Python 3.9.25
22
asn1crypto==1.5.1
3-
boto3==1.42.0
4-
botocore==1.41.6
3+
boto3==1.42.10
4+
botocore==1.42.10
55
certifi==2025.11.12
66
cffi==2.0.0
77
charset-normalizer==3.4.4
@@ -23,4 +23,4 @@ sortedcontainers==2.4.0
2323
tomlkit==0.13.3
2424
typing_extensions==4.15.0
2525
urllib3==1.26.20
26-
snowflake-connector-python==4.1.1
26+
snowflake-connector-python==4.2.0

0 commit comments

Comments
 (0)