Skip to content

Commit bbf8aac

Browse files
sfc-gh-mkellersfc-gh-kdamagithub-actions
authored
Bumped up PythonConnector MINOR version from 3.3.1 to 3.4.0 (#1787)
Co-authored-by: Jenkins User <snowflake-provisioner> Co-authored-by: Kiran Dama <[email protected]> Co-authored-by: github-actions <[email protected]>
1 parent a3b9f11 commit bbf8aac

File tree

6 files changed

+28
-35
lines changed

6 files changed

+28
-35
lines changed

DESCRIPTION.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
88

99
# Release Notes
1010

11-
- v3.4.0(TBD)
11+
12+
- v3.4.0(November 03,2023)
1213

1314
- Added support for `use_logical_type` in `write_pandas`.
1415
- Removed dependencies on pycryptodomex and oscrypto. All connections now go through OpenSSL via the cryptography library, which was already a dependency.

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, 3, 1, None)
3+
VERSION = (3, 4, 0, None)

tested_requirements/requirements_310.reqs

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,19 @@
22
asn1crypto==1.5.1
33
certifi==2023.7.22
44
cffi==1.16.0
5-
charset-normalizer==3.3.0
6-
cryptography==41.0.4
7-
filelock==3.12.4
5+
charset-normalizer==3.3.1
6+
cryptography==41.0.5
7+
filelock==3.13.1
88
idna==3.4
9-
oscrypto==1.3.0
109
packaging==23.2
1110
platformdirs==3.11.0
1211
pycparser==2.21
13-
pycryptodomex==3.19.0
1412
PyJWT==2.8.0
15-
pyOpenSSL==23.2.0
13+
pyOpenSSL==23.3.0
1614
pytz==2023.3.post1
1715
requests==2.31.0
1816
sortedcontainers==2.4.0
1917
tomlkit==0.12.1
2018
typing_extensions==4.8.0
21-
urllib3==1.26.17
22-
snowflake-connector-python==3.3.0
19+
urllib3==1.26.18
20+
snowflake-connector-python==3.4.0
Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
1-
# Generated on: Python 3.11.5
1+
# Generated on: Python 3.11.6
22
asn1crypto==1.5.1
33
certifi==2023.7.22
44
cffi==1.16.0
5-
charset-normalizer==3.3.0
6-
cryptography==41.0.4
7-
filelock==3.12.4
5+
charset-normalizer==3.3.1
6+
cryptography==41.0.5
7+
filelock==3.13.1
88
idna==3.4
9-
oscrypto==1.3.0
109
packaging==23.2
1110
platformdirs==3.11.0
1211
pycparser==2.21
13-
pycryptodomex==3.19.0
1412
PyJWT==2.8.0
15-
pyOpenSSL==23.2.0
13+
pyOpenSSL==23.3.0
1614
pytz==2023.3.post1
1715
requests==2.31.0
1816
sortedcontainers==2.4.0
1917
tomlkit==0.12.1
2018
typing_extensions==4.8.0
21-
urllib3==1.26.17
22-
snowflake-connector-python==3.3.0
19+
urllib3==1.26.18
20+
snowflake-connector-python==3.4.0

tested_requirements/requirements_38.reqs

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,19 @@
22
asn1crypto==1.5.1
33
certifi==2023.7.22
44
cffi==1.16.0
5-
charset-normalizer==3.3.0
6-
cryptography==41.0.4
7-
filelock==3.12.4
5+
charset-normalizer==3.3.1
6+
cryptography==41.0.5
7+
filelock==3.13.1
88
idna==3.4
9-
oscrypto==1.3.0
109
packaging==23.2
1110
platformdirs==3.11.0
1211
pycparser==2.21
13-
pycryptodomex==3.19.0
1412
PyJWT==2.8.0
15-
pyOpenSSL==23.2.0
13+
pyOpenSSL==23.3.0
1614
pytz==2023.3.post1
1715
requests==2.31.0
1816
sortedcontainers==2.4.0
1917
tomlkit==0.12.1
2018
typing_extensions==4.8.0
21-
urllib3==1.26.17
22-
snowflake-connector-python==3.3.0
19+
urllib3==1.26.18
20+
snowflake-connector-python==3.4.0

tested_requirements/requirements_39.reqs

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,19 @@
22
asn1crypto==1.5.1
33
certifi==2023.7.22
44
cffi==1.16.0
5-
charset-normalizer==3.3.0
6-
cryptography==41.0.4
7-
filelock==3.12.4
5+
charset-normalizer==3.3.1
6+
cryptography==41.0.5
7+
filelock==3.13.1
88
idna==3.4
9-
oscrypto==1.3.0
109
packaging==23.2
1110
platformdirs==3.11.0
1211
pycparser==2.21
13-
pycryptodomex==3.19.0
1412
PyJWT==2.8.0
15-
pyOpenSSL==23.2.0
13+
pyOpenSSL==23.3.0
1614
pytz==2023.3.post1
1715
requests==2.31.0
1816
sortedcontainers==2.4.0
1917
tomlkit==0.12.1
2018
typing_extensions==4.8.0
21-
urllib3==1.26.17
22-
snowflake-connector-python==3.3.0
19+
urllib3==1.26.18
20+
snowflake-connector-python==3.4.0

0 commit comments

Comments
 (0)