meshagent-tools 0.25.3__tar.gz → 0.25.5__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.
Files changed (33) hide show
  1. {meshagent_tools-0.25.3 → meshagent_tools-0.25.5}/CHANGELOG.md +6 -0
  2. {meshagent_tools-0.25.3/meshagent_tools.egg-info → meshagent_tools-0.25.5}/PKG-INFO +2 -2
  3. meshagent_tools-0.25.5/meshagent/tools/version.py +1 -0
  4. {meshagent_tools-0.25.3 → meshagent_tools-0.25.5/meshagent_tools.egg-info}/PKG-INFO +2 -2
  5. {meshagent_tools-0.25.3 → meshagent_tools-0.25.5}/meshagent_tools.egg-info/requires.txt +1 -1
  6. {meshagent_tools-0.25.3 → meshagent_tools-0.25.5}/pyproject.toml +1 -1
  7. meshagent_tools-0.25.3/meshagent/tools/version.py +0 -1
  8. {meshagent_tools-0.25.3 → meshagent_tools-0.25.5}/LICENSE +0 -0
  9. {meshagent_tools-0.25.3 → meshagent_tools-0.25.5}/MANIFEST.in +0 -0
  10. {meshagent_tools-0.25.3 → meshagent_tools-0.25.5}/README.md +0 -0
  11. {meshagent_tools-0.25.3 → meshagent_tools-0.25.5}/meshagent/tools/__init__.py +0 -0
  12. {meshagent_tools-0.25.3 → meshagent_tools-0.25.5}/meshagent/tools/blob.py +0 -0
  13. {meshagent_tools-0.25.3 → meshagent_tools-0.25.5}/meshagent/tools/config.py +0 -0
  14. {meshagent_tools-0.25.3 → meshagent_tools-0.25.5}/meshagent/tools/container_shell.py +0 -0
  15. {meshagent_tools-0.25.3 → meshagent_tools-0.25.5}/meshagent/tools/database.py +0 -0
  16. {meshagent_tools-0.25.3 → meshagent_tools-0.25.5}/meshagent/tools/datetime.py +0 -0
  17. {meshagent_tools-0.25.3 → meshagent_tools-0.25.5}/meshagent/tools/discovery.py +0 -0
  18. {meshagent_tools-0.25.3 → meshagent_tools-0.25.5}/meshagent/tools/document_tools.py +0 -0
  19. {meshagent_tools-0.25.3 → meshagent_tools-0.25.5}/meshagent/tools/hosting.py +0 -0
  20. {meshagent_tools-0.25.3 → meshagent_tools-0.25.5}/meshagent/tools/multi_tool.py +0 -0
  21. {meshagent_tools-0.25.3 → meshagent_tools-0.25.5}/meshagent/tools/pydantic.py +0 -0
  22. {meshagent_tools-0.25.3 → meshagent_tools-0.25.5}/meshagent/tools/script.py +0 -0
  23. {meshagent_tools-0.25.3 → meshagent_tools-0.25.5}/meshagent/tools/storage.py +0 -0
  24. {meshagent_tools-0.25.3 → meshagent_tools-0.25.5}/meshagent/tools/strict_schema.py +0 -0
  25. {meshagent_tools-0.25.3 → meshagent_tools-0.25.5}/meshagent/tools/tests/tool_decorator_test.py +0 -0
  26. {meshagent_tools-0.25.3 → meshagent_tools-0.25.5}/meshagent/tools/tool.py +0 -0
  27. {meshagent_tools-0.25.3 → meshagent_tools-0.25.5}/meshagent/tools/toolkit.py +0 -0
  28. {meshagent_tools-0.25.3 → meshagent_tools-0.25.5}/meshagent/tools/uuid.py +0 -0
  29. {meshagent_tools-0.25.3 → meshagent_tools-0.25.5}/meshagent/tools/web_toolkit.py +0 -0
  30. {meshagent_tools-0.25.3 → meshagent_tools-0.25.5}/meshagent_tools.egg-info/SOURCES.txt +0 -0
  31. {meshagent_tools-0.25.3 → meshagent_tools-0.25.5}/meshagent_tools.egg-info/dependency_links.txt +0 -0
  32. {meshagent_tools-0.25.3 → meshagent_tools-0.25.5}/meshagent_tools.egg-info/top_level.txt +0 -0
  33. {meshagent_tools-0.25.3 → meshagent_tools-0.25.5}/setup.cfg +0 -0
@@ -1,3 +1,9 @@
1
+ ## [0.25.5]
2
+ - Stability
3
+
4
+ ## [0.25.4]
5
+ - Stability
6
+
1
7
  ## [0.25.3]
2
8
  - Stability
3
9
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: meshagent-tools
3
- Version: 0.25.3
3
+ Version: 0.25.5
4
4
  Summary: Tools for Meshagent
5
5
  License-Expression: Apache-2.0
6
6
  Project-URL: Documentation, https://docs.meshagent.com
@@ -12,7 +12,7 @@ License-File: LICENSE
12
12
  Requires-Dist: pyjwt~=2.10
13
13
  Requires-Dist: pytest~=8.4
14
14
  Requires-Dist: pytest-asyncio~=0.26
15
- Requires-Dist: meshagent-api~=0.25.3
15
+ Requires-Dist: meshagent-api~=0.25.5
16
16
  Requires-Dist: html-to-markdown~=2.24.3
17
17
  Requires-Dist: aiohttp[speedups]~=3.13.0
18
18
  Requires-Dist: opentelemetry-distro~=0.54b1
@@ -0,0 +1 @@
1
+ __version__ = "0.25.5"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: meshagent-tools
3
- Version: 0.25.3
3
+ Version: 0.25.5
4
4
  Summary: Tools for Meshagent
5
5
  License-Expression: Apache-2.0
6
6
  Project-URL: Documentation, https://docs.meshagent.com
@@ -12,7 +12,7 @@ License-File: LICENSE
12
12
  Requires-Dist: pyjwt~=2.10
13
13
  Requires-Dist: pytest~=8.4
14
14
  Requires-Dist: pytest-asyncio~=0.26
15
- Requires-Dist: meshagent-api~=0.25.3
15
+ Requires-Dist: meshagent-api~=0.25.5
16
16
  Requires-Dist: html-to-markdown~=2.24.3
17
17
  Requires-Dist: aiohttp[speedups]~=3.13.0
18
18
  Requires-Dist: opentelemetry-distro~=0.54b1
@@ -1,7 +1,7 @@
1
1
  pyjwt~=2.10
2
2
  pytest~=8.4
3
3
  pytest-asyncio~=0.26
4
- meshagent-api~=0.25.3
4
+ meshagent-api~=0.25.5
5
5
  html-to-markdown~=2.24.3
6
6
  aiohttp[speedups]~=3.13.0
7
7
  opentelemetry-distro~=0.54b1
@@ -12,7 +12,7 @@ dependencies = [
12
12
  "pyjwt~=2.10",
13
13
  "pytest~=8.4",
14
14
  "pytest-asyncio~=0.26",
15
- "meshagent-api~=0.25.3",
15
+ "meshagent-api~=0.25.5",
16
16
  "html-to-markdown~=2.24.3",
17
17
  "aiohttp[speedups]~=3.13.0",
18
18
  "opentelemetry-distro~=0.54b1"
@@ -1 +0,0 @@
1
- __version__ = "0.25.3"