Skip to content

Commit

Permalink
SNOW-921832: Bumped up PythonConnector PATCH version from 3.2.0 to 3.…
Browse files Browse the repository at this point in the history
…2.1 (#1740)
  • Loading branch information
sfc-gh-anavalos committed Sep 27, 2023
1 parent ad3e295 commit 682c14b
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne

# Release Notes

- v3.2.1(TBD)
- v3.2.1(September 26,2023)

- Fixed a bug where url port and path were ignore in private link oscp retry.
- Added thread safety in telemetry when instantiating multiple connections concurrently.
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, 2, 0, None)
VERSION = (3, 2, 1, None)
14 changes: 7 additions & 7 deletions tested_requirements/requirements_310.reqs
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# Generated on: Python 3.10.12
# Generated on: Python 3.10.13
asn1crypto==1.5.1
certifi==2023.7.22
cffi==1.15.1
charset-normalizer==3.2.0
cryptography==41.0.3
filelock==3.12.3
cryptography==41.0.4
filelock==3.12.4
idna==3.4
oscrypto==1.3.0
packaging==23.1
platformdirs==3.8.1
platformdirs==3.10.0
pycparser==2.21
pycryptodomex==3.18.0
pycryptodomex==3.19.0
PyJWT==2.8.0
pyOpenSSL==23.2.0
pytz==2023.3.post1
requests==2.31.0
sortedcontainers==2.4.0
tomlkit==0.12.1
typing_extensions==4.7.1
typing_extensions==4.8.0
urllib3==1.26.16
snowflake-connector-python==3.1.1
snowflake-connector-python==3.2.1
12 changes: 6 additions & 6 deletions tested_requirements/requirements_311.reqs
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ asn1crypto==1.5.1
certifi==2023.7.22
cffi==1.15.1
charset-normalizer==3.2.0
cryptography==41.0.3
filelock==3.12.3
cryptography==41.0.4
filelock==3.12.4
idna==3.4
oscrypto==1.3.0
packaging==23.1
platformdirs==3.8.1
platformdirs==3.10.0
pycparser==2.21
pycryptodomex==3.18.0
pycryptodomex==3.19.0
PyJWT==2.8.0
pyOpenSSL==23.2.0
pytz==2023.3.post1
requests==2.31.0
sortedcontainers==2.4.0
tomlkit==0.12.1
typing_extensions==4.7.1
typing_extensions==4.8.0
urllib3==1.26.16
snowflake-connector-python==3.1.1
snowflake-connector-python==3.2.1
12 changes: 6 additions & 6 deletions tested_requirements/requirements_38.reqs
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ asn1crypto==1.5.1
certifi==2023.7.22
cffi==1.15.1
charset-normalizer==3.2.0
cryptography==41.0.3
filelock==3.12.3
cryptography==41.0.4
filelock==3.12.4
idna==3.4
oscrypto==1.3.0
packaging==23.1
platformdirs==3.8.1
platformdirs==3.10.0
pycparser==2.21
pycryptodomex==3.18.0
pycryptodomex==3.19.0
PyJWT==2.8.0
pyOpenSSL==23.2.0
pytz==2023.3.post1
requests==2.31.0
sortedcontainers==2.4.0
tomlkit==0.12.1
typing_extensions==4.7.1
typing_extensions==4.8.0
urllib3==1.26.16
snowflake-connector-python==3.1.1
snowflake-connector-python==3.2.1
14 changes: 7 additions & 7 deletions tested_requirements/requirements_39.reqs
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# Generated on: Python 3.9.17
# Generated on: Python 3.9.18
asn1crypto==1.5.1
certifi==2023.7.22
cffi==1.15.1
charset-normalizer==3.2.0
cryptography==41.0.3
filelock==3.12.3
cryptography==41.0.4
filelock==3.12.4
idna==3.4
oscrypto==1.3.0
packaging==23.1
platformdirs==3.8.1
platformdirs==3.10.0
pycparser==2.21
pycryptodomex==3.18.0
pycryptodomex==3.19.0
PyJWT==2.8.0
pyOpenSSL==23.2.0
pytz==2023.3.post1
requests==2.31.0
sortedcontainers==2.4.0
tomlkit==0.12.1
typing_extensions==4.7.1
typing_extensions==4.8.0
urllib3==1.26.16
snowflake-connector-python==3.1.1
snowflake-connector-python==3.2.1

0 comments on commit 682c14b

Please sign in to comment.