Skip to content

Commit 65f34f2

Browse files
authored
SNOW-824276_python_connector_version_bump (#1575)
1 parent 93b30af commit 65f34f2

File tree

7 files changed

+48
-43
lines changed

7 files changed

+48
-43
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.0.4(TBD)
11+
- v3.0.4(May 23,2023)
1212
- Fixed a bug in which `cursor.execute()` could modify the argument statement_params dictionary object when executing a multistatement query.
1313
- Added the json_result_force_utf8_decoding connection parameter to force decoding JSON content in utf-8 when the result format is JSON.
1414
- Fixed a bug in which we cannot call `SnowflakeCursor.nextset` before fetching the result of the first query if the cursor runs an async multistatement query.

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, 0, 3, None)
3+
VERSION = (3, 0, 4, None)
Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
# Generated on: Python 3.10.11
22
asn1crypto==1.5.1
3-
certifi==2022.12.7
3+
certifi==2023.5.7
44
cffi==1.15.1
5-
charset-normalizer==2.1.1
5+
charset-normalizer==3.1.0
66
cryptography==40.0.2
77
filelock==3.12.0
88
idna==3.4
99
oscrypto==1.3.0
1010
packaging==23.1
1111
pycparser==2.21
12-
pycryptodomex==3.17
13-
PyJWT==2.6.0
12+
pycryptodomex==3.18.0
13+
PyJWT==2.7.0
1414
pyOpenSSL==23.1.1
1515
pytz==2023.3
16-
requests==2.28.2
17-
typing_extensions==4.5.0
18-
urllib3==1.26.15
19-
snowflake-connector-python==3.0.3
16+
requests==2.31.0
17+
sortedcontainers==2.4.0
18+
typing_extensions==4.6.0
19+
urllib3==1.26.16
20+
snowflake-connector-python==3.0.4
Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
# Generated on: Python 3.11.3
22
asn1crypto==1.5.1
3-
certifi==2022.12.7
3+
certifi==2023.5.7
44
cffi==1.15.1
5-
charset-normalizer==2.1.1
5+
charset-normalizer==3.1.0
66
cryptography==40.0.2
77
filelock==3.12.0
88
idna==3.4
99
oscrypto==1.3.0
1010
packaging==23.1
1111
pycparser==2.21
12-
pycryptodomex==3.17
13-
PyJWT==2.6.0
12+
pycryptodomex==3.18.0
13+
PyJWT==2.7.0
1414
pyOpenSSL==23.1.1
1515
pytz==2023.3
16-
requests==2.28.2
17-
typing_extensions==4.5.0
18-
urllib3==1.26.15
19-
snowflake-connector-python==3.0.3
16+
requests==2.31.0
17+
sortedcontainers==2.4.0
18+
typing_extensions==4.6.0
19+
urllib3==1.26.16
20+
snowflake-connector-python==3.0.4
Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
# Generated on: Python 3.7.16
22
asn1crypto==1.5.1
3-
certifi==2022.12.7
3+
certifi==2023.5.7
44
cffi==1.15.1
5-
charset-normalizer==2.1.1
5+
charset-normalizer==3.1.0
66
cryptography==40.0.2
77
filelock==3.12.0
88
idna==3.4
9-
importlib-metadata==6.5.0
9+
importlib-metadata==6.6.0
1010
oscrypto==1.3.0
1111
packaging==23.1
1212
pycparser==2.21
13-
pycryptodomex==3.17
14-
PyJWT==2.6.0
13+
pycryptodomex==3.18.0
14+
PyJWT==2.7.0
1515
pyOpenSSL==23.1.1
1616
pytz==2023.3
17-
requests==2.28.2
18-
typing_extensions==4.5.0
19-
urllib3==1.26.15
17+
requests==2.31.0
18+
sortedcontainers==2.4.0
19+
typing_extensions==4.6.0
20+
urllib3==1.26.16
2021
zipp==3.15.0
21-
snowflake-connector-python==3.0.3
22+
snowflake-connector-python==3.0.4
Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
# Generated on: Python 3.8.16
22
asn1crypto==1.5.1
3-
certifi==2022.12.7
3+
certifi==2023.5.7
44
cffi==1.15.1
5-
charset-normalizer==2.1.1
5+
charset-normalizer==3.1.0
66
cryptography==40.0.2
77
filelock==3.12.0
88
idna==3.4
99
oscrypto==1.3.0
1010
packaging==23.1
1111
pycparser==2.21
12-
pycryptodomex==3.17
13-
PyJWT==2.6.0
12+
pycryptodomex==3.18.0
13+
PyJWT==2.7.0
1414
pyOpenSSL==23.1.1
1515
pytz==2023.3
16-
requests==2.28.2
17-
typing_extensions==4.5.0
18-
urllib3==1.26.15
19-
snowflake-connector-python==3.0.3
16+
requests==2.31.0
17+
sortedcontainers==2.4.0
18+
typing_extensions==4.6.0
19+
urllib3==1.26.16
20+
snowflake-connector-python==3.0.4
Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
# Generated on: Python 3.9.16
22
asn1crypto==1.5.1
3-
certifi==2022.12.7
3+
certifi==2023.5.7
44
cffi==1.15.1
5-
charset-normalizer==2.1.1
5+
charset-normalizer==3.1.0
66
cryptography==40.0.2
77
filelock==3.12.0
88
idna==3.4
99
oscrypto==1.3.0
1010
packaging==23.1
1111
pycparser==2.21
12-
pycryptodomex==3.17
13-
PyJWT==2.6.0
12+
pycryptodomex==3.18.0
13+
PyJWT==2.7.0
1414
pyOpenSSL==23.1.1
1515
pytz==2023.3
16-
requests==2.28.2
17-
typing_extensions==4.5.0
18-
urllib3==1.26.15
19-
snowflake-connector-python==3.0.3
16+
requests==2.31.0
17+
sortedcontainers==2.4.0
18+
typing_extensions==4.6.0
19+
urllib3==1.26.16
20+
snowflake-connector-python==3.0.4

0 commit comments

Comments
 (0)