Skip to content

Commit fbf5954

Browse files
authored
SNOW-795117 update requirements file for python 3.0.3 release (#1522)
1 parent 69baa17 commit fbf5954

File tree

6 files changed

+37
-36
lines changed

6 files changed

+37
-36
lines changed

DESCRIPTION.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne
88

99
# Release Notes
1010

11-
- v3.0.3(April 20,2023)
11+
- v3.0.3(April 20, 2023)
12+
1213
- Fixed a bug that prints error in logs for GET command on GCS.
1314
- Added a parameter that allows users to skip file uploads to stage if file exists on stage and contents of the file match.
1415
- Fixed a bug that occurred when writing a Pandas DataFrame with non-default index in `snowflake.connector.pandas_tool.write_pandas`.
15-
- Fixed a bug when writing a Pandas DataFrame with column names containing double quotes in `snowflake.connector.pandas_tool.write_pandas`.
16-
- Fixed a bug when writing a Pandas DataFrame with binary data in `snowflake.connector.pandas_tool.write_pandas`.
16+
- Fixed a bug that occurred when writing a Pandas DataFrame with column names containing double quotes in `snowflake.connector.pandas_tool.write_pandas`.
17+
- Fixed a bug that occurred when writing a Pandas DataFrame with binary data in `snowflake.connector.pandas_tool.write_pandas`.
1718
- Improved type hint of `SnowflakeCursor.execute` method.
1819
- Improved GET logging to warn when downloading multiple files with the same name.
1920

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
# Generated on: Python 3.10.10
1+
# Generated on: Python 3.10.11
22
asn1crypto==1.5.1
33
certifi==2022.12.7
44
cffi==1.15.1
55
charset-normalizer==2.1.1
6-
cryptography==39.0.2
7-
filelock==3.10.0
6+
cryptography==40.0.2
7+
filelock==3.12.0
88
idna==3.4
99
oscrypto==1.3.0
10-
packaging==23.0
10+
packaging==23.1
1111
pycparser==2.21
1212
pycryptodomex==3.17
1313
PyJWT==2.6.0
14-
pyOpenSSL==23.0.0
15-
pytz==2022.7.1
14+
pyOpenSSL==23.1.1
15+
pytz==2023.3
1616
requests==2.28.2
1717
typing_extensions==4.5.0
1818
urllib3==1.26.15
19-
snowflake-connector-python==3.0.2
19+
snowflake-connector-python==3.0.3
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
# Generated on: Python 3.11.2
1+
# Generated on: Python 3.11.3
22
asn1crypto==1.5.1
33
certifi==2022.12.7
44
cffi==1.15.1
55
charset-normalizer==2.1.1
6-
cryptography==39.0.2
7-
filelock==3.10.0
6+
cryptography==40.0.2
7+
filelock==3.12.0
88
idna==3.4
99
oscrypto==1.3.0
10-
packaging==23.0
10+
packaging==23.1
1111
pycparser==2.21
1212
pycryptodomex==3.17
1313
PyJWT==2.6.0
14-
pyOpenSSL==23.0.0
15-
pytz==2022.7.1
14+
pyOpenSSL==23.1.1
15+
pytz==2023.3
1616
requests==2.28.2
1717
typing_extensions==4.5.0
1818
urllib3==1.26.15
19-
snowflake-connector-python==3.0.2
19+
snowflake-connector-python==3.0.3

tested_requirements/requirements_37.reqs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@ asn1crypto==1.5.1
33
certifi==2022.12.7
44
cffi==1.15.1
55
charset-normalizer==2.1.1
6-
cryptography==39.0.2
7-
filelock==3.10.0
6+
cryptography==40.0.2
7+
filelock==3.12.0
88
idna==3.4
9-
importlib-metadata==6.1.0
9+
importlib-metadata==6.5.0
1010
oscrypto==1.3.0
11-
packaging==23.0
11+
packaging==23.1
1212
pycparser==2.21
1313
pycryptodomex==3.17
1414
PyJWT==2.6.0
15-
pyOpenSSL==23.0.0
16-
pytz==2022.7.1
15+
pyOpenSSL==23.1.1
16+
pytz==2023.3
1717
requests==2.28.2
1818
typing_extensions==4.5.0
1919
urllib3==1.26.15
2020
zipp==3.15.0
21-
snowflake-connector-python==3.0.2
21+
snowflake-connector-python==3.0.3

tested_requirements/requirements_38.reqs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ asn1crypto==1.5.1
33
certifi==2022.12.7
44
cffi==1.15.1
55
charset-normalizer==2.1.1
6-
cryptography==39.0.2
7-
filelock==3.10.0
6+
cryptography==40.0.2
7+
filelock==3.12.0
88
idna==3.4
99
oscrypto==1.3.0
10-
packaging==23.0
10+
packaging==23.1
1111
pycparser==2.21
1212
pycryptodomex==3.17
1313
PyJWT==2.6.0
14-
pyOpenSSL==23.0.0
15-
pytz==2022.7.1
14+
pyOpenSSL==23.1.1
15+
pytz==2023.3
1616
requests==2.28.2
1717
typing_extensions==4.5.0
1818
urllib3==1.26.15
19-
snowflake-connector-python==3.0.2
19+
snowflake-connector-python==3.0.3

tested_requirements/requirements_39.reqs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ asn1crypto==1.5.1
33
certifi==2022.12.7
44
cffi==1.15.1
55
charset-normalizer==2.1.1
6-
cryptography==39.0.2
7-
filelock==3.10.0
6+
cryptography==40.0.2
7+
filelock==3.12.0
88
idna==3.4
99
oscrypto==1.3.0
10-
packaging==23.0
10+
packaging==23.1
1111
pycparser==2.21
1212
pycryptodomex==3.17
1313
PyJWT==2.6.0
14-
pyOpenSSL==23.0.0
15-
pytz==2022.7.1
14+
pyOpenSSL==23.1.1
15+
pytz==2023.3
1616
requests==2.28.2
1717
typing_extensions==4.5.0
1818
urllib3==1.26.15
19-
snowflake-connector-python==3.0.2
19+
snowflake-connector-python==3.0.3

0 commit comments

Comments
 (0)