Skip to content

Commit 682c14b

Browse files
SNOW-921832: Bumped up PythonConnector PATCH version from 3.2.0 to 3.2.1 (#1740)
1 parent ad3e295 commit 682c14b

File tree

6 files changed

+28
-28
lines changed

6 files changed

+28
-28
lines changed

DESCRIPTION.md

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

99
# Release Notes
1010

11-
- v3.2.1(TBD)
11+
- v3.2.1(September 26,2023)
1212

1313
- Fixed a bug where url port and path were ignore in private link oscp retry.
1414
- Added thread safety in telemetry when instantiating multiple connections concurrently.

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, 2, 0, None)
3+
VERSION = (3, 2, 1, None)
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
# Generated on: Python 3.10.12
1+
# Generated on: Python 3.10.13
22
asn1crypto==1.5.1
33
certifi==2023.7.22
44
cffi==1.15.1
55
charset-normalizer==3.2.0
6-
cryptography==41.0.3
7-
filelock==3.12.3
6+
cryptography==41.0.4
7+
filelock==3.12.4
88
idna==3.4
99
oscrypto==1.3.0
1010
packaging==23.1
11-
platformdirs==3.8.1
11+
platformdirs==3.10.0
1212
pycparser==2.21
13-
pycryptodomex==3.18.0
13+
pycryptodomex==3.19.0
1414
PyJWT==2.8.0
1515
pyOpenSSL==23.2.0
1616
pytz==2023.3.post1
1717
requests==2.31.0
1818
sortedcontainers==2.4.0
1919
tomlkit==0.12.1
20-
typing_extensions==4.7.1
20+
typing_extensions==4.8.0
2121
urllib3==1.26.16
22-
snowflake-connector-python==3.1.1
22+
snowflake-connector-python==3.2.1

tested_requirements/requirements_311.reqs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@ asn1crypto==1.5.1
33
certifi==2023.7.22
44
cffi==1.15.1
55
charset-normalizer==3.2.0
6-
cryptography==41.0.3
7-
filelock==3.12.3
6+
cryptography==41.0.4
7+
filelock==3.12.4
88
idna==3.4
99
oscrypto==1.3.0
1010
packaging==23.1
11-
platformdirs==3.8.1
11+
platformdirs==3.10.0
1212
pycparser==2.21
13-
pycryptodomex==3.18.0
13+
pycryptodomex==3.19.0
1414
PyJWT==2.8.0
1515
pyOpenSSL==23.2.0
1616
pytz==2023.3.post1
1717
requests==2.31.0
1818
sortedcontainers==2.4.0
1919
tomlkit==0.12.1
20-
typing_extensions==4.7.1
20+
typing_extensions==4.8.0
2121
urllib3==1.26.16
22-
snowflake-connector-python==3.1.1
22+
snowflake-connector-python==3.2.1

tested_requirements/requirements_38.reqs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@ asn1crypto==1.5.1
33
certifi==2023.7.22
44
cffi==1.15.1
55
charset-normalizer==3.2.0
6-
cryptography==41.0.3
7-
filelock==3.12.3
6+
cryptography==41.0.4
7+
filelock==3.12.4
88
idna==3.4
99
oscrypto==1.3.0
1010
packaging==23.1
11-
platformdirs==3.8.1
11+
platformdirs==3.10.0
1212
pycparser==2.21
13-
pycryptodomex==3.18.0
13+
pycryptodomex==3.19.0
1414
PyJWT==2.8.0
1515
pyOpenSSL==23.2.0
1616
pytz==2023.3.post1
1717
requests==2.31.0
1818
sortedcontainers==2.4.0
1919
tomlkit==0.12.1
20-
typing_extensions==4.7.1
20+
typing_extensions==4.8.0
2121
urllib3==1.26.16
22-
snowflake-connector-python==3.1.1
22+
snowflake-connector-python==3.2.1
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
# Generated on: Python 3.9.17
1+
# Generated on: Python 3.9.18
22
asn1crypto==1.5.1
33
certifi==2023.7.22
44
cffi==1.15.1
55
charset-normalizer==3.2.0
6-
cryptography==41.0.3
7-
filelock==3.12.3
6+
cryptography==41.0.4
7+
filelock==3.12.4
88
idna==3.4
99
oscrypto==1.3.0
1010
packaging==23.1
11-
platformdirs==3.8.1
11+
platformdirs==3.10.0
1212
pycparser==2.21
13-
pycryptodomex==3.18.0
13+
pycryptodomex==3.19.0
1414
PyJWT==2.8.0
1515
pyOpenSSL==23.2.0
1616
pytz==2023.3.post1
1717
requests==2.31.0
1818
sortedcontainers==2.4.0
1919
tomlkit==0.12.1
20-
typing_extensions==4.7.1
20+
typing_extensions==4.8.0
2121
urllib3==1.26.16
22-
snowflake-connector-python==3.1.1
22+
snowflake-connector-python==3.2.1

0 commit comments

Comments
 (0)