pggm-mcp-snowflake-server 0.1.3__tar.gz → 0.1.4__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: pggm-mcp-snowflake-server
3
- Version: 0.1.3
3
+ Version: 0.1.4
4
4
  Summary: Custom Model Context Protocol server for Snowflake
5
5
  Classifier: Programming Language :: Python :: 3
6
6
  Classifier: License :: OSI Approved :: MIT License
@@ -11,6 +11,7 @@ Requires-Dist: mcp
11
11
  Requires-Dist: pydantic
12
12
  Requires-Dist: snowflake-snowpark-python
13
13
  Requires-Dist: pyyaml
14
+ Requires-Dist: jaraco.text
14
15
 
15
16
  # PGGM MCP Snowflake Server
16
17
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pggm-mcp-snowflake-server
3
- Version: 0.1.3
3
+ Version: 0.1.4
4
4
  Summary: Custom Model Context Protocol server for Snowflake
5
5
  Classifier: Programming Language :: Python :: 3
6
6
  Classifier: License :: OSI Approved :: MIT License
@@ -11,6 +11,7 @@ Requires-Dist: mcp
11
11
  Requires-Dist: pydantic
12
12
  Requires-Dist: snowflake-snowpark-python
13
13
  Requires-Dist: pyyaml
14
+ Requires-Dist: jaraco.text
14
15
 
15
16
  # PGGM MCP Snowflake Server
16
17
 
@@ -2,3 +2,4 @@ mcp
2
2
  pydantic
3
3
  snowflake-snowpark-python
4
4
  pyyaml
5
+ jaraco.text
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "pggm-mcp-snowflake-server"
7
- version = "0.1.3"
7
+ version = "0.1.4"
8
8
  description = "Custom Model Context Protocol server for Snowflake"
9
9
  readme = "README.md"
10
10
  classifiers = [
@@ -17,7 +17,8 @@ dependencies = [
17
17
  "mcp",
18
18
  "pydantic",
19
19
  "snowflake-snowpark-python",
20
- "pyyaml"
20
+ "pyyaml",
21
+ "jaraco.text",
21
22
  ]
22
23
 
23
24
  [project.scripts]