snowflake-cli 3.7.1__py3-none-any.whl → 3.7.2__py3-none-any.whl
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.
- snowflake/cli/__about__.py +1 -1
- {snowflake_cli-3.7.1.dist-info → snowflake_cli-3.7.2.dist-info}/METADATA +3 -3
- {snowflake_cli-3.7.1.dist-info → snowflake_cli-3.7.2.dist-info}/RECORD +6 -6
- {snowflake_cli-3.7.1.dist-info → snowflake_cli-3.7.2.dist-info}/WHEEL +0 -0
- {snowflake_cli-3.7.1.dist-info → snowflake_cli-3.7.2.dist-info}/entry_points.txt +0 -0
- {snowflake_cli-3.7.1.dist-info → snowflake_cli-3.7.2.dist-info}/licenses/LICENSE +0 -0
snowflake/cli/__about__.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: snowflake-cli
|
|
3
|
-
Version: 3.7.
|
|
3
|
+
Version: 3.7.2
|
|
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
|
|
@@ -217,7 +217,7 @@ Classifier: Programming Language :: Python :: 3 :: Only
|
|
|
217
217
|
Classifier: Programming Language :: SQL
|
|
218
218
|
Classifier: Topic :: Database
|
|
219
219
|
Requires-Python: >=3.10
|
|
220
|
-
Requires-Dist:
|
|
220
|
+
Requires-Dist: click==8.1.8
|
|
221
221
|
Requires-Dist: gitpython==3.1.44
|
|
222
222
|
Requires-Dist: jinja2==3.1.6
|
|
223
223
|
Requires-Dist: packaging
|
|
@@ -229,7 +229,7 @@ Requires-Dist: requests==2.32.3
|
|
|
229
229
|
Requires-Dist: requirements-parser==0.11.0
|
|
230
230
|
Requires-Dist: rich==14.0.0
|
|
231
231
|
Requires-Dist: setuptools==78.1.0
|
|
232
|
-
Requires-Dist: snowflake-connector-python[secure-local-storage]==3.
|
|
232
|
+
Requires-Dist: snowflake-connector-python[secure-local-storage]==3.15.0
|
|
233
233
|
Requires-Dist: snowflake-core==1.2.0; python_version < '3.12'
|
|
234
234
|
Requires-Dist: snowflake-snowpark-python<1.26.0,>=1.15.0; python_version < '3.12'
|
|
235
235
|
Requires-Dist: tomlkit==0.13.2
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
snowflake/cli/__about__.py,sha256=
|
|
1
|
+
snowflake/cli/__about__.py,sha256=I-__h7ouhFkKKPXVXCq2zrq-zPBjE7XC64M7hwF8W0I,852
|
|
2
2
|
snowflake/cli/__init__.py,sha256=uGA_QRGW3iGwaegpFsLgOhup0zBliBSXh9ou8J439uU,578
|
|
3
3
|
snowflake/cli/_app/__init__.py,sha256=CR_uTgoqHnU1XdyRhm5iQsS86yWXGVx5Ht7aGSDNFmc,765
|
|
4
4
|
snowflake/cli/_app/__main__.py,sha256=ZmcFdFqAtk2mFMz-cqCFdGd0iYzc7UsLH1oT1U40S0k,858
|
|
@@ -277,8 +277,8 @@ snowflake/cli/api/utils/naming_utils.py,sha256=uGA_QRGW3iGwaegpFsLgOhup0zBliBSXh
|
|
|
277
277
|
snowflake/cli/api/utils/path_utils.py,sha256=5-9_tMkhMMejR_vn7RiFN_VKx56Kw36TwgzPPmYD34E,1905
|
|
278
278
|
snowflake/cli/api/utils/templating_functions.py,sha256=zu2oK1BEC9yyWtDx17Hr-VAYHvCtagaOdxIrm70JQys,4955
|
|
279
279
|
snowflake/cli/api/utils/types.py,sha256=fVKuls8axKSsBzPqWwrkwkwoXXmedqxNJKqfXrrGyBM,1190
|
|
280
|
-
snowflake_cli-3.7.
|
|
281
|
-
snowflake_cli-3.7.
|
|
282
|
-
snowflake_cli-3.7.
|
|
283
|
-
snowflake_cli-3.7.
|
|
284
|
-
snowflake_cli-3.7.
|
|
280
|
+
snowflake_cli-3.7.2.dist-info/METADATA,sha256=zJsgDu7QOK4nFMHTHf7eyY64ZQXzpyZATiAKRUKG230,18093
|
|
281
|
+
snowflake_cli-3.7.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
282
|
+
snowflake_cli-3.7.2.dist-info/entry_points.txt,sha256=6QmSI0wUX6p7f-dGvrPdswlQyVAVGi1AtOUbE8X6bho,58
|
|
283
|
+
snowflake_cli-3.7.2.dist-info/licenses/LICENSE,sha256=mJMA3Uz2AbjU_kVggo1CAx01XhBsI7BSi2H7ggUg_-c,11344
|
|
284
|
+
snowflake_cli-3.7.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|