We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14926cb commit 42d85eaCopy full SHA for 42d85ea
DESCRIPTION.rst
@@ -7,6 +7,10 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-inges
7
8
Release Notes
9
-------------------------------------------------------------------------------
10
+- v1.0.12 (Oct 22, 2025)
11
+
12
+ - Update dependency package to newer version (requests)
13
14
- v1.0.11 (June 17, 2025)
15
16
- Better handling to retry connection errors
snowflake/ingest/version.py
@@ -1,3 +1,3 @@
1
# Copyright (c) 2012-2024 Snowflake Computing Inc. All rights reserved.
2
# Update this for the versions
3
-__version__ = '1.0.11'
+__version__ = '1.0.12'
0 commit comments