Skip to content

Commit

Permalink
Bumped up PythonConnector MINOR version from 3.3.1 to 3.4.0 (#1787)
Browse files Browse the repository at this point in the history
Co-authored-by: Jenkins User <snowflake-provisioner>
Co-authored-by: Kiran Dama <69480841+sfc-gh-kdama@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
  • Loading branch information
3 people authored Nov 2, 2023
1 parent a3b9f11 commit bbf8aac
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 35 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne

# Release Notes

- v3.4.0(TBD)

- v3.4.0(November 03,2023)

- Added support for `use_logical_type` in `write_pandas`.
- Removed dependencies on pycryptodomex and oscrypto. All connections now go through OpenSSL via the cryptography library, which was already a dependency.
Expand Down
2 changes: 1 addition & 1 deletion src/snowflake/connector/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Update this for the versions
# Don't change the forth version number from None
VERSION = (3, 3, 1, None)
VERSION = (3, 4, 0, None)
14 changes: 6 additions & 8 deletions tested_requirements/requirements_310.reqs
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,19 @@
asn1crypto==1.5.1
certifi==2023.7.22
cffi==1.16.0
charset-normalizer==3.3.0
cryptography==41.0.4
filelock==3.12.4
charset-normalizer==3.3.1
cryptography==41.0.5
filelock==3.13.1
idna==3.4
oscrypto==1.3.0
packaging==23.2
platformdirs==3.11.0
pycparser==2.21
pycryptodomex==3.19.0
PyJWT==2.8.0
pyOpenSSL==23.2.0
pyOpenSSL==23.3.0
pytz==2023.3.post1
requests==2.31.0
sortedcontainers==2.4.0
tomlkit==0.12.1
typing_extensions==4.8.0
urllib3==1.26.17
snowflake-connector-python==3.3.0
urllib3==1.26.18
snowflake-connector-python==3.4.0
16 changes: 7 additions & 9 deletions tested_requirements/requirements_311.reqs
Original file line number Diff line number Diff line change
@@ -1,22 +1,20 @@
# Generated on: Python 3.11.5
# Generated on: Python 3.11.6
asn1crypto==1.5.1
certifi==2023.7.22
cffi==1.16.0
charset-normalizer==3.3.0
cryptography==41.0.4
filelock==3.12.4
charset-normalizer==3.3.1
cryptography==41.0.5
filelock==3.13.1
idna==3.4
oscrypto==1.3.0
packaging==23.2
platformdirs==3.11.0
pycparser==2.21
pycryptodomex==3.19.0
PyJWT==2.8.0
pyOpenSSL==23.2.0
pyOpenSSL==23.3.0
pytz==2023.3.post1
requests==2.31.0
sortedcontainers==2.4.0
tomlkit==0.12.1
typing_extensions==4.8.0
urllib3==1.26.17
snowflake-connector-python==3.3.0
urllib3==1.26.18
snowflake-connector-python==3.4.0
14 changes: 6 additions & 8 deletions tested_requirements/requirements_38.reqs
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,19 @@
asn1crypto==1.5.1
certifi==2023.7.22
cffi==1.16.0
charset-normalizer==3.3.0
cryptography==41.0.4
filelock==3.12.4
charset-normalizer==3.3.1
cryptography==41.0.5
filelock==3.13.1
idna==3.4
oscrypto==1.3.0
packaging==23.2
platformdirs==3.11.0
pycparser==2.21
pycryptodomex==3.19.0
PyJWT==2.8.0
pyOpenSSL==23.2.0
pyOpenSSL==23.3.0
pytz==2023.3.post1
requests==2.31.0
sortedcontainers==2.4.0
tomlkit==0.12.1
typing_extensions==4.8.0
urllib3==1.26.17
snowflake-connector-python==3.3.0
urllib3==1.26.18
snowflake-connector-python==3.4.0
14 changes: 6 additions & 8 deletions tested_requirements/requirements_39.reqs
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,19 @@
asn1crypto==1.5.1
certifi==2023.7.22
cffi==1.16.0
charset-normalizer==3.3.0
cryptography==41.0.4
filelock==3.12.4
charset-normalizer==3.3.1
cryptography==41.0.5
filelock==3.13.1
idna==3.4
oscrypto==1.3.0
packaging==23.2
platformdirs==3.11.0
pycparser==2.21
pycryptodomex==3.19.0
PyJWT==2.8.0
pyOpenSSL==23.2.0
pyOpenSSL==23.3.0
pytz==2023.3.post1
requests==2.31.0
sortedcontainers==2.4.0
tomlkit==0.12.1
typing_extensions==4.8.0
urllib3==1.26.17
snowflake-connector-python==3.3.0
urllib3==1.26.18
snowflake-connector-python==3.4.0

0 comments on commit bbf8aac

Please sign in to comment.