snowflake-cli-labs 3.8.2__tar.gz → 3.8.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: snowflake-cli-labs
3
- Version: 3.8.2
3
+ Version: 3.8.3
4
4
  Summary: Snowflake CLI
5
5
  Project-URL: Source code, https://github.com/snowflakedb/snowflake-cli
6
6
  Project-URL: Bug Tracker, https://github.com/snowflakedb/snowflake-cli/issues
@@ -209,7 +209,7 @@ License: Apache License
209
209
  License-File: LICENSE
210
210
  Classifier: Development Status :: 7 - Inactive
211
211
  Requires-Python: >=3.10
212
- Requires-Dist: snowflake-cli==3.8.2
212
+ Requires-Dist: snowflake-cli==3.8.3
213
213
  Description-Content-Type: text/markdown
214
214
 
215
215
  <!--
@@ -24,7 +24,7 @@ dynamic = ["version"]
24
24
  requires-python = ">=3.10"
25
25
  description = "Snowflake CLI"
26
26
  readme = "README.md"
27
- dependencies = ["snowflake-cli==3.8.2"]
27
+ dependencies = ["snowflake-cli==3.8.3"]
28
28
  classifiers = ["Development Status :: 7 - Inactive"]
29
29
 
30
30
  [project.urls]