Skip to content

Commit 35ab49c

Browse files
sfc-gh-mmishchenkogithub-actions
andauthored
Minor python connector version bump (#2384)
Co-authored-by: Jenkins User <900904> Co-authored-by: github-actions <[email protected]>
1 parent e43f03e commit 35ab49c

File tree

8 files changed

+78
-79
lines changed

8 files changed

+78
-79
lines changed

DESCRIPTION.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,15 @@ https://docs.snowflake.com/
77
Source code is also available at: https://github.com/snowflakedb/snowflake-connector-python
88

99
# Release Notes
10-
- v3.16(TBD)
11-
- Bumped numpy dependency from <2.1.0 to <=2.2.4
10+
- v3.16.0(July 04,2025)
11+
- Bumped numpy dependency from <2.1.0 to <=2.2.4.
1212
- Added Windows support for Python 3.13.
13-
- Add `bulk_upload_chunks` parameter to `write_pandas` function. Setting this parameter to True changes the behaviour of write_pandas function to first write all the data chunks to the local disk and then perform the wildcard upload of the chunks folder to the stage. In default behaviour the chunks are being saved, uploaded and deleted one by one.
13+
- Added `bulk_upload_chunks` parameter to `write_pandas` function. Setting this parameter to True changes the behaviour of write_pandas function to first write all the data chunks to the local disk and then perform the wildcard upload of the chunks folder to the stage. In default behaviour the chunks are being saved, uploaded and deleted one by one.
1414
- Added support for new authentication mechanism PAT with external session ID.
1515
- Added `client_fetch_use_mp` parameter that enables multiprocessed fetching of result batches.
1616
- Added basic arrow support for Interval types.
17-
- Fix `write_pandas` special characters usage in the location name.
18-
- Fix usage of `use_virtual_url` when building the location for gcs storage client.
19-
- Bind cryptography to <=44.0.3 to avoid issues with 45.0.0.
17+
- Fixed `write_pandas` special characters usage in the location name.
18+
- Fixed usage of `use_virtual_url` when building the location for gcs storage client.
2019
- Added support for Snowflake OAuth for local applications.
2120

2221
- v3.15.0(Apr 29,2025)

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ install_requires =
4747
boto3>=1.24
4848
botocore>=1.24
4949
cffi>=1.9,<2.0.0
50-
cryptography>=3.1.0,<=44.0.3
50+
cryptography>=3.1.0
5151
pyOpenSSL>=22.0.0,<26.0.0
5252
pyjwt<3.0.0
5353
pytz

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, 15, 0, None)
3+
VERSION = (3, 16, 0, None)
Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
1-
# Generated on: Python 3.10.17
1+
# Generated on: Python 3.10.18
22
asn1crypto==1.5.1
3-
boto3==1.38.4
4-
botocore==1.38.4
5-
certifi==2025.4.26
3+
boto3==1.39.1
4+
botocore==1.39.1
5+
certifi==2025.6.15
66
cffi==1.17.1
7-
charset-normalizer==3.4.1
8-
cryptography==44.0.2
7+
charset-normalizer==3.4.2
8+
cryptography==45.0.4
99
filelock==3.18.0
1010
idna==3.10
1111
jmespath==1.0.1
1212
packaging==25.0
13-
platformdirs==4.3.7
13+
platformdirs==4.3.8
1414
pycparser==2.22
1515
PyJWT==2.10.1
16-
pyOpenSSL==25.0.0
16+
pyOpenSSL==25.1.0
1717
python-dateutil==2.9.0.post0
1818
pytz==2025.2
19-
requests==2.32.3
20-
s3transfer==0.12.0
19+
requests==2.32.4
20+
s3transfer==0.13.0
2121
six==1.17.0
2222
sortedcontainers==2.4.0
23-
tomlkit==0.13.2
24-
typing_extensions==4.13.2
25-
urllib3==2.4.0
26-
snowflake-connector-python==3.15.0
23+
tomlkit==0.13.3
24+
typing_extensions==4.14.0
25+
urllib3==2.5.0
26+
snowflake-connector-python==3.16.0
Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
1-
# Generated on: Python 3.11.12
1+
# Generated on: Python 3.11.13
22
asn1crypto==1.5.1
3-
boto3==1.38.4
4-
botocore==1.38.4
5-
certifi==2025.4.26
3+
boto3==1.39.1
4+
botocore==1.39.1
5+
certifi==2025.6.15
66
cffi==1.17.1
7-
charset-normalizer==3.4.1
8-
cryptography==44.0.2
7+
charset-normalizer==3.4.2
8+
cryptography==45.0.4
99
filelock==3.18.0
1010
idna==3.10
1111
jmespath==1.0.1
1212
packaging==25.0
13-
platformdirs==4.3.7
13+
platformdirs==4.3.8
1414
pycparser==2.22
1515
PyJWT==2.10.1
16-
pyOpenSSL==25.0.0
16+
pyOpenSSL==25.1.0
1717
python-dateutil==2.9.0.post0
1818
pytz==2025.2
19-
requests==2.32.3
20-
s3transfer==0.12.0
19+
requests==2.32.4
20+
s3transfer==0.13.0
2121
six==1.17.0
2222
sortedcontainers==2.4.0
23-
tomlkit==0.13.2
24-
typing_extensions==4.13.2
25-
urllib3==2.4.0
26-
snowflake-connector-python==3.15.0
23+
tomlkit==0.13.3
24+
typing_extensions==4.14.0
25+
urllib3==2.5.0
26+
snowflake-connector-python==3.16.0
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
# Generated on: Python 3.12.10
1+
# Generated on: Python 3.12.11
22
asn1crypto==1.5.1
3-
boto3==1.38.4
4-
botocore==1.38.4
5-
certifi==2025.4.26
3+
boto3==1.39.1
4+
botocore==1.39.1
5+
certifi==2025.6.15
66
cffi==1.17.1
7-
charset-normalizer==3.4.1
8-
cryptography==44.0.2
7+
charset-normalizer==3.4.2
8+
cryptography==45.0.4
99
filelock==3.18.0
1010
idna==3.10
1111
jmespath==1.0.1
1212
packaging==25.0
13-
platformdirs==4.3.7
13+
platformdirs==4.3.8
1414
pycparser==2.22
1515
PyJWT==2.10.1
16-
pyOpenSSL==25.0.0
16+
pyOpenSSL==25.1.0
1717
python-dateutil==2.9.0.post0
1818
pytz==2025.2
19-
requests==2.32.3
20-
s3transfer==0.12.0
21-
setuptools==80.0.0
19+
requests==2.32.4
20+
s3transfer==0.13.0
21+
setuptools==80.9.0
2222
six==1.17.0
2323
sortedcontainers==2.4.0
24-
tomlkit==0.13.2
25-
typing_extensions==4.13.2
26-
urllib3==2.4.0
24+
tomlkit==0.13.3
25+
typing_extensions==4.14.0
26+
urllib3==2.5.0
2727
wheel==0.45.1
28-
snowflake-connector-python==3.15.0
28+
snowflake-connector-python==3.16.0
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
# Generated on: Python 3.13.3
1+
# Generated on: Python 3.13.5
22
asn1crypto==1.5.1
3-
boto3==1.38.4
4-
botocore==1.38.4
5-
certifi==2025.4.26
3+
boto3==1.39.1
4+
botocore==1.39.1
5+
certifi==2025.6.15
66
cffi==1.17.1
7-
charset-normalizer==3.4.1
8-
cryptography==44.0.2
7+
charset-normalizer==3.4.2
8+
cryptography==45.0.4
99
filelock==3.18.0
1010
idna==3.10
1111
jmespath==1.0.1
1212
packaging==25.0
13-
platformdirs==4.3.7
13+
platformdirs==4.3.8
1414
pycparser==2.22
1515
PyJWT==2.10.1
16-
pyOpenSSL==25.0.0
16+
pyOpenSSL==25.1.0
1717
python-dateutil==2.9.0.post0
1818
pytz==2025.2
19-
requests==2.32.3
20-
s3transfer==0.12.0
21-
setuptools==80.0.0
19+
requests==2.32.4
20+
s3transfer==0.13.0
21+
setuptools==80.9.0
2222
six==1.17.0
2323
sortedcontainers==2.4.0
24-
tomlkit==0.13.2
25-
typing_extensions==4.13.2
26-
urllib3==2.4.0
24+
tomlkit==0.13.3
25+
typing_extensions==4.14.0
26+
urllib3==2.5.0
2727
wheel==0.45.1
28-
snowflake-connector-python==3.15.0
28+
snowflake-connector-python==3.16.0
Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
1-
# Generated on: Python 3.9.22
1+
# Generated on: Python 3.9.23
22
asn1crypto==1.5.1
3-
boto3==1.38.4
4-
botocore==1.38.4
5-
certifi==2025.4.26
3+
boto3==1.39.1
4+
botocore==1.39.1
5+
certifi==2025.6.15
66
cffi==1.17.1
7-
charset-normalizer==3.4.1
8-
cryptography==44.0.2
7+
charset-normalizer==3.4.2
8+
cryptography==45.0.4
99
filelock==3.18.0
1010
idna==3.10
1111
jmespath==1.0.1
1212
packaging==25.0
13-
platformdirs==4.3.7
13+
platformdirs==4.3.8
1414
pycparser==2.22
1515
PyJWT==2.10.1
16-
pyOpenSSL==25.0.0
16+
pyOpenSSL==25.1.0
1717
python-dateutil==2.9.0.post0
1818
pytz==2025.2
19-
requests==2.32.3
20-
s3transfer==0.12.0
19+
requests==2.32.4
20+
s3transfer==0.13.0
2121
six==1.17.0
2222
sortedcontainers==2.4.0
23-
tomlkit==0.13.2
24-
typing_extensions==4.13.2
23+
tomlkit==0.13.3
24+
typing_extensions==4.14.0
2525
urllib3==1.26.20
26-
snowflake-connector-python==3.15.0
26+
snowflake-connector-python==3.16.0

0 commit comments

Comments
 (0)