Skip to content

Commit db68aec

Browse files
sfc-gh-turbaszekgithub-actions
andauthored
MINOR: Bumped up PythonConnector MINOR version from 4.0.0 to 4.1.0 (snowflakedb#2652)
Co-authored-by: Jenkins User <900904> Co-authored-by: github-actions <github-actions@github.com>
1 parent f0d20e7 commit db68aec

File tree

7 files changed

+50
-50
lines changed

7 files changed

+50
-50
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.1.0(TBD)
10+
- v4.1.0(November 18,2025)
1111
- Added the `SNOWFLAKE_AUTH_FORCE_SERVER` environment variable to force the use of the local-listening server when using the `externalbrowser` auth method.
1212
- This allows headless environments (like Docker or Airflow) running locally to auth via a browser URL.
1313
- Fix compilation error when building from sources with libc++.

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, 0, 0, None)
3+
VERSION = (4, 1, 0, None)
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
# Generated on: Python 3.10.18
1+
# Generated on: Python 3.10.19
22
asn1crypto==1.5.1
3-
boto3==1.40.42
4-
botocore==1.40.42
5-
certifi==2025.8.3
3+
boto3==1.40.74
4+
botocore==1.40.74
5+
certifi==2025.11.12
66
cffi==2.0.0
7-
charset-normalizer==3.4.3
8-
cryptography==46.0.2
9-
filelock==3.19.1
10-
idna==3.10
7+
charset-normalizer==3.4.4
8+
cryptography==46.0.3
9+
filelock==3.20.0
10+
idna==3.11
1111
jmespath==1.0.1
1212
packaging==25.0
13-
platformdirs==4.4.0
13+
platformdirs==4.5.0
1414
pycparser==2.23
1515
PyJWT==2.10.1
1616
pyOpenSSL==25.3.0
@@ -23,4 +23,4 @@ sortedcontainers==2.4.0
2323
tomlkit==0.13.3
2424
typing_extensions==4.15.0
2525
urllib3==2.5.0
26-
snowflake-connector-python==4.0.0
26+
snowflake-connector-python==4.1.0
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
# Generated on: Python 3.11.13
1+
# Generated on: Python 3.11.14
22
asn1crypto==1.5.1
3-
boto3==1.40.42
4-
botocore==1.40.42
5-
certifi==2025.8.3
3+
boto3==1.40.74
4+
botocore==1.40.74
5+
certifi==2025.11.12
66
cffi==2.0.0
7-
charset-normalizer==3.4.3
8-
cryptography==46.0.2
9-
filelock==3.19.1
10-
idna==3.10
7+
charset-normalizer==3.4.4
8+
cryptography==46.0.3
9+
filelock==3.20.0
10+
idna==3.11
1111
jmespath==1.0.1
1212
packaging==25.0
13-
platformdirs==4.4.0
13+
platformdirs==4.5.0
1414
pycparser==2.23
1515
PyJWT==2.10.1
1616
pyOpenSSL==25.3.0
@@ -23,4 +23,4 @@ sortedcontainers==2.4.0
2323
tomlkit==0.13.3
2424
typing_extensions==4.15.0
2525
urllib3==2.5.0
26-
snowflake-connector-python==4.0.0
26+
snowflake-connector-python==4.1.0
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
# Generated on: Python 3.12.11
1+
# Generated on: Python 3.12.12
22
asn1crypto==1.5.1
3-
boto3==1.40.42
4-
botocore==1.40.42
5-
certifi==2025.8.3
3+
boto3==1.40.74
4+
botocore==1.40.74
5+
certifi==2025.11.12
66
cffi==2.0.0
7-
charset-normalizer==3.4.3
8-
cryptography==46.0.2
9-
filelock==3.19.1
10-
idna==3.10
7+
charset-normalizer==3.4.4
8+
cryptography==46.0.3
9+
filelock==3.20.0
10+
idna==3.11
1111
jmespath==1.0.1
1212
packaging==25.0
13-
platformdirs==4.4.0
13+
platformdirs==4.5.0
1414
pycparser==2.23
1515
PyJWT==2.10.1
1616
pyOpenSSL==25.3.0
@@ -25,4 +25,4 @@ tomlkit==0.13.3
2525
typing_extensions==4.15.0
2626
urllib3==2.5.0
2727
wheel==0.45.1
28-
snowflake-connector-python==4.0.0
28+
snowflake-connector-python==4.1.0
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
# Generated on: Python 3.13.7
1+
# Generated on: Python 3.13.9
22
asn1crypto==1.5.1
3-
boto3==1.40.42
4-
botocore==1.40.42
5-
certifi==2025.8.3
3+
boto3==1.40.74
4+
botocore==1.40.74
5+
certifi==2025.11.12
66
cffi==2.0.0
7-
charset-normalizer==3.4.3
8-
cryptography==46.0.2
9-
filelock==3.19.1
10-
idna==3.10
7+
charset-normalizer==3.4.4
8+
cryptography==46.0.3
9+
filelock==3.20.0
10+
idna==3.11
1111
jmespath==1.0.1
1212
packaging==25.0
13-
platformdirs==4.4.0
13+
platformdirs==4.5.0
1414
pycparser==2.23
1515
PyJWT==2.10.1
1616
pyOpenSSL==25.3.0
@@ -25,4 +25,4 @@ tomlkit==0.13.3
2525
typing_extensions==4.15.0
2626
urllib3==2.5.0
2727
wheel==0.45.1
28-
snowflake-connector-python==4.0.0
28+
snowflake-connector-python==4.1.0
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# Generated on: Python 3.9.23
1+
# Generated on: Python 3.9.25
22
asn1crypto==1.5.1
3-
boto3==1.40.42
4-
botocore==1.40.42
5-
certifi==2025.8.3
3+
boto3==1.40.74
4+
botocore==1.40.74
5+
certifi==2025.11.12
66
cffi==2.0.0
7-
charset-normalizer==3.4.3
8-
cryptography==46.0.2
7+
charset-normalizer==3.4.4
8+
cryptography==46.0.3
99
filelock==3.19.1
10-
idna==3.10
10+
idna==3.11
1111
jmespath==1.0.1
1212
packaging==25.0
1313
platformdirs==4.4.0
@@ -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.0.0
26+
snowflake-connector-python==4.1.0

0 commit comments

Comments
 (0)