Skip to content

Commit 3cced62

Browse files
sfc-gh-anavalosgithub-actions
andauthored
MINOR: Bumped up PythonConnector MINOR version from 3.6.0 to 3.7.0 (#1864)
* MINOR: Bumped up PythonConnector MINOR version from 3.6.0 to 3.7.0 @noreview - This is an automated process. No review is required * Update DESCRIPTION.md * Update requirements files * Update date in release notes --------- Co-authored-by: Jenkins User <snowflake-provisioner> Co-authored-by: github-actions <[email protected]>
1 parent 96bb134 commit 3cced62

File tree

7 files changed

+33
-11
lines changed

7 files changed

+33
-11
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.7.0(TBD)
11+
- v3.7.0(January 25,2024)
1212

1313
- Added a new boolean parameter `force_return_table` to `SnowflakeCursor.fetch_arrow_all` to force returning `pyarrow.Table` in case of zero rows.
1414
- Cleanup some C++ code warnings and performance issues.

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, 6, 0, None)
3+
VERSION = (3, 7, 0, None)

tested_requirements/requirements_310.reqs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ pytz==2023.3.post1
1515
requests==2.31.0
1616
sortedcontainers==2.4.0
1717
tomlkit==0.12.3
18-
typing_extensions==4.8.0
18+
typing_extensions==4.9.0
1919
urllib3==2.1.0
20-
snowflake-connector-python==3.6.0
20+
snowflake-connector-python==3.7.0

tested_requirements/requirements_311.reqs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated on: Python 3.11.6
1+
# Generated on: Python 3.11.7
22
asn1crypto==1.5.1
33
certifi==2023.11.17
44
cffi==1.16.0
@@ -15,6 +15,6 @@ pytz==2023.3.post1
1515
requests==2.31.0
1616
sortedcontainers==2.4.0
1717
tomlkit==0.12.3
18-
typing_extensions==4.8.0
18+
typing_extensions==4.9.0
1919
urllib3==2.1.0
20-
snowflake-connector-python==3.6.0
20+
snowflake-connector-python==3.7.0
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Generated on: Python 3.12.1
2+
asn1crypto==1.5.1
3+
certifi==2023.11.17
4+
cffi==1.16.0
5+
charset-normalizer==3.3.2
6+
cryptography==41.0.7
7+
filelock==3.13.1
8+
idna==3.6
9+
packaging==23.2
10+
platformdirs==3.11.0
11+
pycparser==2.21
12+
PyJWT==2.8.0
13+
pyOpenSSL==23.3.0
14+
pytz==2023.3.post1
15+
requests==2.31.0
16+
setuptools==69.0.3
17+
sortedcontainers==2.4.0
18+
tomlkit==0.12.3
19+
typing_extensions==4.9.0
20+
urllib3==2.1.0
21+
wheel==0.42.0
22+
snowflake-connector-python==3.7.0

tested_requirements/requirements_38.reqs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ pytz==2023.3.post1
1515
requests==2.31.0
1616
sortedcontainers==2.4.0
1717
tomlkit==0.12.3
18-
typing_extensions==4.8.0
18+
typing_extensions==4.9.0
1919
urllib3==1.26.18
20-
snowflake-connector-python==3.6.0
20+
snowflake-connector-python==3.7.0

tested_requirements/requirements_39.reqs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ pytz==2023.3.post1
1515
requests==2.31.0
1616
sortedcontainers==2.4.0
1717
tomlkit==0.12.3
18-
typing_extensions==4.8.0
18+
typing_extensions==4.9.0
1919
urllib3==1.26.18
20-
snowflake-connector-python==3.6.0
20+
snowflake-connector-python==3.7.0

0 commit comments

Comments
 (0)