Skip to content

Commit 6bc0248

Browse files
SNOW-274789: Bumped up PythonConnector PATCH version from 2.3.9 to 2.3.10 (#618)
* SNOW-274789: Bumped up PythonConnector PATCH version from 2.3.9 to 2.3.10
1 parent 0e5f106 commit 6bc0248

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

DESCRIPTION.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ Release Notes
1010
-------------------------------------------------------------------------------
1111

1212

13+
- v2.3.10(February 01,2021)
14+
15+
- Improved query ID logging and added request GUID logging.
16+
- For dependency checking, increased the version condition for the pyjwt package from <2.0.0 to <3.0.0.
17+
18+
1319
- v2.3.9(January 27,2021)
1420

1521
- The fix to add proper proxy CONNECT headers for connections made over proxies.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ def _get_arrow_lib_as_linker_input(self):
268268
'Cython',
269269
'pendulum!=2.1.1',
270270
'more-itertools',
271-
'numpy',
271+
'numpy<1.20.0',
272272
],
273273
},
274274

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 = (2, 3, 9, None)
3+
VERSION = (2, 3, 10, None)

0 commit comments

Comments
 (0)