snowflake-cli-labs 3.2.1__tar.gz → 3.3.0__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
- Metadata-Version: 2.3
1
+ Metadata-Version: 2.4
2
2
  Name: snowflake-cli-labs
3
- Version: 3.2.1
3
+ Version: 3.3.0
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
@@ -206,9 +206,10 @@ License: Apache License
206
206
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
207
207
  See the License for the specific language governing permissions and
208
208
  limitations under the License.
209
+ License-File: LICENSE
209
210
  Classifier: Development Status :: 7 - Inactive
210
211
  Requires-Python: >=3.10
211
- Requires-Dist: snowflake-cli==3.2.1
212
+ Requires-Dist: snowflake-cli==3.3.0
212
213
  Description-Content-Type: text/markdown
213
214
 
214
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.2.1"]
27
+ dependencies = ["snowflake-cli==3.3.0"]
28
28
  classifiers = ["Development Status :: 7 - Inactive"]
29
29
 
30
30
  [project.urls]