Skip to content

Commit 449a6b3

Browse files
Bump up version to 4.7.0 (#2919)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 3ed16e3 commit 449a6b3

7 files changed

Lines changed: 49 additions & 49 deletions

File tree

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-
- Upcoming Release
10+
- v4.7.0(Jul 1,2026)
1111
- Fixed `python-connector.log` not rotating on Windows, and every record being logged twice, when easy logging is enabled via `config.toml` (SNOW-3680325).
1212
- **Note:** As part of this fix, easy logging no longer calls `logging.basicConfig()` and therefore no longer configures the root logger. `python-connector.log` now captures only the `snowflake.connector`, `botocore`, and `boto3`.
1313
- Improved URL validation reliability by replacing the hand-rolled regex in `is_valid_url()` with `urllib.parse.urlparse` (SNOW-3392651).

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 fourth version number from None
3-
VERSION = (4, 6, 0, None)
3+
VERSION = (4, 7, 0, None)
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
# Generated on: Python 3.10.20
22
asn1crypto==1.5.1
3-
boto3==1.43.16
4-
botocore==1.43.16
5-
certifi==2026.5.20
3+
boto3==1.43.38
4+
botocore==1.43.38
5+
certifi==2026.6.17
66
cffi==2.0.0
77
charset-normalizer==3.4.7
8-
cryptography==48.0.0
9-
filelock==3.29.0
10-
idna==3.16
8+
cryptography==49.0.0
9+
filelock==3.29.4
10+
idna==3.18
1111
jmespath==1.1.0
1212
packaging==26.2
1313
platformdirs==4.10.0
1414
pycparser==3.0
1515
PyJWT==2.13.0
16-
pyOpenSSL==26.2.0
16+
pyOpenSSL==26.3.0
1717
python-dateutil==2.9.0.post0
1818
pytz==2026.2
1919
requests==2.34.2
20-
s3transfer==0.17.1
20+
s3transfer==0.19.0
2121
six==1.17.0
2222
sortedcontainers==2.4.0
2323
tomlkit==0.15.0
2424
typing_extensions==4.15.0
2525
urllib3==2.7.0
26-
snowflake-connector-python==4.6.0
26+
snowflake-connector-python==4.7.0
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
# Generated on: Python 3.11.15
22
asn1crypto==1.5.1
3-
boto3==1.43.16
4-
botocore==1.43.16
5-
certifi==2026.5.20
3+
boto3==1.43.38
4+
botocore==1.43.38
5+
certifi==2026.6.17
66
cffi==2.0.0
77
charset-normalizer==3.4.7
8-
cryptography==48.0.0
9-
filelock==3.29.0
10-
idna==3.16
8+
cryptography==49.0.0
9+
filelock==3.29.4
10+
idna==3.18
1111
jmespath==1.1.0
1212
packaging==26.2
1313
platformdirs==4.10.0
1414
pycparser==3.0
1515
PyJWT==2.13.0
16-
pyOpenSSL==26.2.0
16+
pyOpenSSL==26.3.0
1717
python-dateutil==2.9.0.post0
1818
pytz==2026.2
1919
requests==2.34.2
20-
s3transfer==0.17.1
20+
s3transfer==0.19.0
2121
six==1.17.0
2222
sortedcontainers==2.4.0
2323
tomlkit==0.15.0
2424
typing_extensions==4.15.0
2525
urllib3==2.7.0
26-
snowflake-connector-python==4.6.0
26+
snowflake-connector-python==4.7.0
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
# Generated on: Python 3.12.13
22
asn1crypto==1.5.1
3-
boto3==1.43.16
4-
botocore==1.43.16
5-
certifi==2026.5.20
3+
boto3==1.43.38
4+
botocore==1.43.38
5+
certifi==2026.6.17
66
cffi==2.0.0
77
charset-normalizer==3.4.7
8-
cryptography==48.0.0
9-
filelock==3.29.0
10-
idna==3.16
8+
cryptography==49.0.0
9+
filelock==3.29.4
10+
idna==3.18
1111
jmespath==1.1.0
1212
packaging==26.2
1313
platformdirs==4.10.0
1414
pycparser==3.0
1515
PyJWT==2.13.0
16-
pyOpenSSL==26.2.0
16+
pyOpenSSL==26.3.0
1717
python-dateutil==2.9.0.post0
1818
pytz==2026.2
1919
requests==2.34.2
20-
s3transfer==0.17.1
20+
s3transfer==0.19.0
2121
setuptools==82.0.1
2222
six==1.17.0
2323
sortedcontainers==2.4.0
2424
tomlkit==0.15.0
2525
typing_extensions==4.15.0
2626
urllib3==2.7.0
2727
wheel==0.47.0
28-
snowflake-connector-python==4.6.0
28+
snowflake-connector-python==4.7.0
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
# Generated on: Python 3.13.13
1+
# Generated on: Python 3.13.14
22
asn1crypto==1.5.1
3-
boto3==1.43.16
4-
botocore==1.43.16
5-
certifi==2026.5.20
3+
boto3==1.43.38
4+
botocore==1.43.38
5+
certifi==2026.6.17
66
cffi==2.0.0
77
charset-normalizer==3.4.7
8-
cryptography==48.0.0
9-
filelock==3.29.0
10-
idna==3.16
8+
cryptography==49.0.0
9+
filelock==3.29.4
10+
idna==3.18
1111
jmespath==1.1.0
1212
packaging==26.2
1313
platformdirs==4.10.0
1414
pycparser==3.0
1515
PyJWT==2.13.0
16-
pyOpenSSL==26.2.0
16+
pyOpenSSL==26.3.0
1717
python-dateutil==2.9.0.post0
1818
pytz==2026.2
1919
requests==2.34.2
20-
s3transfer==0.17.1
20+
s3transfer==0.19.0
2121
setuptools==82.0.1
2222
six==1.17.0
2323
sortedcontainers==2.4.0
2424
tomlkit==0.15.0
2525
typing_extensions==4.15.0
2626
urllib3==2.7.0
2727
wheel==0.47.0
28-
snowflake-connector-python==4.6.0
28+
snowflake-connector-python==4.7.0
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
# Generated on: Python 3.14.5
1+
# Generated on: Python 3.14.6
22
asn1crypto==1.5.1
3-
boto3==1.43.16
4-
botocore==1.43.16
5-
certifi==2026.5.20
3+
boto3==1.43.38
4+
botocore==1.43.38
5+
certifi==2026.6.17
66
cffi==2.0.0
77
charset-normalizer==3.4.7
8-
cryptography==48.0.0
9-
filelock==3.29.0
10-
idna==3.16
8+
cryptography==49.0.0
9+
filelock==3.29.4
10+
idna==3.18
1111
jmespath==1.1.0
1212
packaging==26.2
1313
platformdirs==4.10.0
1414
pycparser==3.0
1515
PyJWT==2.13.0
16-
pyOpenSSL==26.2.0
16+
pyOpenSSL==26.3.0
1717
python-dateutil==2.9.0.post0
1818
pytz==2026.2
1919
requests==2.34.2
20-
s3transfer==0.17.1
20+
s3transfer==0.19.0
2121
setuptools==82.0.1
2222
six==1.17.0
2323
sortedcontainers==2.4.0
2424
tomlkit==0.15.0
2525
typing_extensions==4.15.0
2626
urllib3==2.7.0
2727
wheel==0.47.0
28-
snowflake-connector-python==4.6.0
28+
snowflake-connector-python==4.7.0

0 commit comments

Comments
 (0)