We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d36b90f + a79229a commit cbbe79bCopy full SHA for cbbe79b
DESCRIPTION.rst
@@ -8,6 +8,10 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-inges
8
Release Notes
9
-------------------------------------------------------------------------------
10
11
+- v1.0.3 (January 11, 2021)
12
+
13
+ - Use older version of pyJwt by pinning the version(<2.0.0)
14
15
- v1.0.2 (March 09, 2020)
16
17
- Stop logging JWT token
snowflake/ingest/version.py
@@ -1,3 +1,3 @@
1
# Copyright (c) 2012-2020 Snowflake Computing Inc. All rights reserved.
2
# Update this for the versions
3
-__version__ = '1.0.2'
+__version__ = '1.0.3'
0 commit comments