Skip to content

Commit

Permalink
MINOR: Bumped up PythonConnector MINOR version from 3.5.0 to 3.6.0 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-aling authored Dec 7, 2023
1 parent bc65a0c commit 7bd365c
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
# Release Notes


- v3.6.0(TBD)
- v3.6.0(December 09,2023)

- Added support for Vector types
- Changed urllib3 version pin to only affect Python versions < 3.10.
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, 5, 0, None)
VERSION = (3, 6, 0, None)
12 changes: 6 additions & 6 deletions tested_requirements/requirements_310.reqs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Generated on: Python 3.10.13
asn1crypto==1.5.1
certifi==2023.7.22
certifi==2023.11.17
cffi==1.16.0
charset-normalizer==3.3.2
cryptography==41.0.5
cryptography==41.0.7
filelock==3.13.1
idna==3.4
idna==3.6
packaging==23.2
platformdirs==3.11.0
pycparser==2.21
Expand All @@ -14,7 +14,7 @@ pyOpenSSL==23.3.0
pytz==2023.3.post1
requests==2.31.0
sortedcontainers==2.4.0
tomlkit==0.12.2
tomlkit==0.12.3
typing_extensions==4.8.0
urllib3==1.26.18
snowflake-connector-python==3.5.0
urllib3==2.1.0
snowflake-connector-python==3.6.0
12 changes: 6 additions & 6 deletions tested_requirements/requirements_311.reqs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Generated on: Python 3.11.6
asn1crypto==1.5.1
certifi==2023.7.22
certifi==2023.11.17
cffi==1.16.0
charset-normalizer==3.3.2
cryptography==41.0.5
cryptography==41.0.7
filelock==3.13.1
idna==3.4
idna==3.6
packaging==23.2
platformdirs==3.11.0
pycparser==2.21
Expand All @@ -14,7 +14,7 @@ pyOpenSSL==23.3.0
pytz==2023.3.post1
requests==2.31.0
sortedcontainers==2.4.0
tomlkit==0.12.2
tomlkit==0.12.3
typing_extensions==4.8.0
urllib3==1.26.18
snowflake-connector-python==3.5.0
urllib3==2.1.0
snowflake-connector-python==3.6.0
10 changes: 5 additions & 5 deletions tested_requirements/requirements_38.reqs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Generated on: Python 3.8.18
asn1crypto==1.5.1
certifi==2023.7.22
certifi==2023.11.17
cffi==1.16.0
charset-normalizer==3.3.2
cryptography==41.0.5
cryptography==41.0.7
filelock==3.13.1
idna==3.4
idna==3.6
packaging==23.2
platformdirs==3.11.0
pycparser==2.21
Expand All @@ -14,7 +14,7 @@ pyOpenSSL==23.3.0
pytz==2023.3.post1
requests==2.31.0
sortedcontainers==2.4.0
tomlkit==0.12.2
tomlkit==0.12.3
typing_extensions==4.8.0
urllib3==1.26.18
snowflake-connector-python==3.5.0
snowflake-connector-python==3.6.0
10 changes: 5 additions & 5 deletions tested_requirements/requirements_39.reqs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Generated on: Python 3.9.18
asn1crypto==1.5.1
certifi==2023.7.22
certifi==2023.11.17
cffi==1.16.0
charset-normalizer==3.3.2
cryptography==41.0.5
cryptography==41.0.7
filelock==3.13.1
idna==3.4
idna==3.6
packaging==23.2
platformdirs==3.11.0
pycparser==2.21
Expand All @@ -14,7 +14,7 @@ pyOpenSSL==23.3.0
pytz==2023.3.post1
requests==2.31.0
sortedcontainers==2.4.0
tomlkit==0.12.2
tomlkit==0.12.3
typing_extensions==4.8.0
urllib3==1.26.18
snowflake-connector-python==3.5.0
snowflake-connector-python==3.6.0

0 comments on commit 7bd365c

Please sign in to comment.