Skip to content

Commit 9aa5e28

Browse files
sfc-gh-pczajkagithub-actions
andauthored
Bump major to 4.3.0 (#2762)
Co-authored-by: github-actions <github-actions@github.com>
1 parent c12f0c2 commit 9aa5e28

File tree

7 files changed

+63
-63
lines changed

7 files changed

+63
-63
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.1(TBD)
10+
- v4.3.0(February 12,2026)
1111
- Ensured proper list conversion - the converter runs to_snowflake on all list elements.
1212
- Made the parameter `server_session_keep_alive` in `SnowflakeConnection` skip checking for pending async queries, providing faster connection close times especially when many async queries are executed.
1313
- Fix string representation of INTERVAL YEAR and INTERVAL MONTH types.

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, 2, 0, None)
3+
VERSION = (4, 3, 0, None)
Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
# Generated on: Python 3.10.19
22
asn1crypto==1.5.1
3-
boto3==1.42.10
4-
botocore==1.42.10
5-
certifi==2025.11.12
3+
boto3==1.42.44
4+
botocore==1.42.44
5+
certifi==2026.1.4
66
cffi==2.0.0
77
charset-normalizer==3.4.4
8-
cryptography==46.0.3
9-
filelock==3.20.1
8+
cryptography==46.0.4
9+
filelock==3.20.3
1010
idna==3.11
11-
jmespath==1.0.1
12-
packaging==25.0
11+
jmespath==1.1.0
12+
packaging==26.0
1313
platformdirs==4.5.1
14-
pycparser==2.23
15-
PyJWT==2.10.1
14+
pycparser==3.0
15+
PyJWT==2.11.0
1616
pyOpenSSL==25.3.0
1717
python-dateutil==2.9.0.post0
1818
pytz==2025.2
1919
requests==2.32.5
2020
s3transfer==0.16.0
2121
six==1.17.0
2222
sortedcontainers==2.4.0
23-
tomlkit==0.13.3
23+
tomlkit==0.14.0
2424
typing_extensions==4.15.0
25-
urllib3==2.6.2
26-
snowflake-connector-python==4.2.0
25+
urllib3==2.6.3
26+
snowflake-connector-python==4.3.0
Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
# Generated on: Python 3.11.14
22
asn1crypto==1.5.1
3-
boto3==1.42.10
4-
botocore==1.42.10
5-
certifi==2025.11.12
3+
boto3==1.42.44
4+
botocore==1.42.44
5+
certifi==2026.1.4
66
cffi==2.0.0
77
charset-normalizer==3.4.4
8-
cryptography==46.0.3
9-
filelock==3.20.1
8+
cryptography==46.0.4
9+
filelock==3.20.3
1010
idna==3.11
11-
jmespath==1.0.1
12-
packaging==25.0
11+
jmespath==1.1.0
12+
packaging==26.0
1313
platformdirs==4.5.1
14-
pycparser==2.23
15-
PyJWT==2.10.1
14+
pycparser==3.0
15+
PyJWT==2.11.0
1616
pyOpenSSL==25.3.0
1717
python-dateutil==2.9.0.post0
1818
pytz==2025.2
1919
requests==2.32.5
2020
s3transfer==0.16.0
2121
six==1.17.0
2222
sortedcontainers==2.4.0
23-
tomlkit==0.13.3
23+
tomlkit==0.14.0
2424
typing_extensions==4.15.0
25-
urllib3==2.6.2
26-
snowflake-connector-python==4.2.0
25+
urllib3==2.6.3
26+
snowflake-connector-python==4.3.0
Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
# Generated on: Python 3.12.12
22
asn1crypto==1.5.1
3-
boto3==1.42.10
4-
botocore==1.42.10
5-
certifi==2025.11.12
3+
boto3==1.42.44
4+
botocore==1.42.44
5+
certifi==2026.1.4
66
cffi==2.0.0
77
charset-normalizer==3.4.4
8-
cryptography==46.0.3
9-
filelock==3.20.1
8+
cryptography==46.0.4
9+
filelock==3.20.3
1010
idna==3.11
11-
jmespath==1.0.1
12-
packaging==25.0
11+
jmespath==1.1.0
12+
packaging==26.0
1313
platformdirs==4.5.1
14-
pycparser==2.23
15-
PyJWT==2.10.1
14+
pycparser==3.0
15+
PyJWT==2.11.0
1616
pyOpenSSL==25.3.0
1717
python-dateutil==2.9.0.post0
1818
pytz==2025.2
1919
requests==2.32.5
2020
s3transfer==0.16.0
21-
setuptools==80.9.0
21+
setuptools==82.0.0
2222
six==1.17.0
2323
sortedcontainers==2.4.0
24-
tomlkit==0.13.3
24+
tomlkit==0.14.0
2525
typing_extensions==4.15.0
26-
urllib3==2.6.2
27-
wheel==0.45.1
28-
snowflake-connector-python==4.2.0
26+
urllib3==2.6.3
27+
wheel==0.46.3
28+
snowflake-connector-python==4.3.0
Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
# Generated on: Python 3.13.11
22
asn1crypto==1.5.1
3-
boto3==1.42.10
4-
botocore==1.42.10
5-
certifi==2025.11.12
3+
boto3==1.42.44
4+
botocore==1.42.44
5+
certifi==2026.1.4
66
cffi==2.0.0
77
charset-normalizer==3.4.4
8-
cryptography==46.0.3
9-
filelock==3.20.1
8+
cryptography==46.0.4
9+
filelock==3.20.3
1010
idna==3.11
11-
jmespath==1.0.1
12-
packaging==25.0
11+
jmespath==1.1.0
12+
packaging==26.0
1313
platformdirs==4.5.1
14-
pycparser==2.23
15-
PyJWT==2.10.1
14+
pycparser==3.0
15+
PyJWT==2.11.0
1616
pyOpenSSL==25.3.0
1717
python-dateutil==2.9.0.post0
1818
pytz==2025.2
1919
requests==2.32.5
2020
s3transfer==0.16.0
21-
setuptools==80.9.0
21+
setuptools==82.0.0
2222
six==1.17.0
2323
sortedcontainers==2.4.0
24-
tomlkit==0.13.3
24+
tomlkit==0.14.0
2525
typing_extensions==4.15.0
26-
urllib3==2.6.2
27-
wheel==0.45.1
28-
snowflake-connector-python==4.2.0
26+
urllib3==2.6.3
27+
wheel==0.46.3
28+
snowflake-connector-python==4.3.0
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
# Generated on: Python 3.9.25
22
asn1crypto==1.5.1
3-
boto3==1.42.10
4-
botocore==1.42.10
5-
certifi==2025.11.12
3+
boto3==1.42.44
4+
botocore==1.42.44
5+
certifi==2026.1.4
66
cffi==2.0.0
77
charset-normalizer==3.4.4
8-
cryptography==46.0.3
8+
cryptography==46.0.4
99
filelock==3.19.1
1010
idna==3.11
11-
jmespath==1.0.1
12-
packaging==25.0
11+
jmespath==1.1.0
12+
packaging==26.0
1313
platformdirs==4.4.0
1414
pycparser==2.23
15-
PyJWT==2.10.1
15+
PyJWT==2.11.0
1616
pyOpenSSL==25.3.0
1717
python-dateutil==2.9.0.post0
1818
pytz==2025.2
1919
requests==2.32.5
2020
s3transfer==0.16.0
2121
six==1.17.0
2222
sortedcontainers==2.4.0
23-
tomlkit==0.13.3
23+
tomlkit==0.14.0
2424
typing_extensions==4.15.0
2525
urllib3==1.26.20
26-
snowflake-connector-python==4.2.0
26+
snowflake-connector-python==4.3.0

0 commit comments

Comments
 (0)