meshagent-markitdown 0.6.2__tar.gz → 0.6.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.

Potentially problematic release.


This version of meshagent-markitdown might be problematic. Click here for more details.

Files changed (17) hide show
  1. {meshagent_markitdown-0.6.2 → meshagent_markitdown-0.6.3}/CHANGELOG.md +3 -0
  2. {meshagent_markitdown-0.6.2/meshagent_markitdown.egg-info → meshagent_markitdown-0.6.3}/PKG-INFO +2 -2
  3. meshagent_markitdown-0.6.3/meshagent/markitdown/version.py +1 -0
  4. {meshagent_markitdown-0.6.2 → meshagent_markitdown-0.6.3/meshagent_markitdown.egg-info}/PKG-INFO +2 -2
  5. {meshagent_markitdown-0.6.2 → meshagent_markitdown-0.6.3}/meshagent_markitdown.egg-info/requires.txt +1 -1
  6. {meshagent_markitdown-0.6.2 → meshagent_markitdown-0.6.3}/pyproject.toml +1 -1
  7. meshagent_markitdown-0.6.2/meshagent/markitdown/version.py +0 -1
  8. {meshagent_markitdown-0.6.2 → meshagent_markitdown-0.6.3}/LICENSE +0 -0
  9. {meshagent_markitdown-0.6.2 → meshagent_markitdown-0.6.3}/MANIFEST.in +0 -0
  10. {meshagent_markitdown-0.6.2 → meshagent_markitdown-0.6.3}/README.md +0 -0
  11. {meshagent_markitdown-0.6.2 → meshagent_markitdown-0.6.3}/meshagent/markitdown/__init__.py +0 -0
  12. {meshagent_markitdown-0.6.2 → meshagent_markitdown-0.6.3}/meshagent/markitdown/tools/__init__.py +0 -0
  13. {meshagent_markitdown-0.6.2 → meshagent_markitdown-0.6.3}/meshagent/markitdown/tools/markitdown.py +0 -0
  14. {meshagent_markitdown-0.6.2 → meshagent_markitdown-0.6.3}/meshagent_markitdown.egg-info/SOURCES.txt +0 -0
  15. {meshagent_markitdown-0.6.2 → meshagent_markitdown-0.6.3}/meshagent_markitdown.egg-info/dependency_links.txt +0 -0
  16. {meshagent_markitdown-0.6.2 → meshagent_markitdown-0.6.3}/meshagent_markitdown.egg-info/top_level.txt +0 -0
  17. {meshagent_markitdown-0.6.2 → meshagent_markitdown-0.6.3}/setup.cfg +0 -0
@@ -1,3 +1,6 @@
1
+ ## [0.6.3]
2
+ - Stability
3
+
1
4
  ## [0.6.2]
2
5
  - Stability
3
6
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: meshagent-markitdown
3
- Version: 0.6.2
3
+ Version: 0.6.3
4
4
  Summary: Markitdown support for Meshagent
5
5
  License-Expression: Apache-2.0
6
6
  Project-URL: Documentation, https://docs.meshagent.com
@@ -11,7 +11,7 @@ Description-Content-Type: text/markdown
11
11
  License-File: LICENSE
12
12
  Requires-Dist: pytest~=8.4
13
13
  Requires-Dist: pytest-asyncio~=0.26
14
- Requires-Dist: meshagent-api~=0.6.2
14
+ Requires-Dist: meshagent-api~=0.6.3
15
15
  Requires-Dist: openapi-core~=0.19
16
16
  Requires-Dist: markitdown[docx,outlook,pdf,pptx,xlsx]~=0.1
17
17
  Dynamic: license-file
@@ -0,0 +1 @@
1
+ __version__ = "0.6.3"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: meshagent-markitdown
3
- Version: 0.6.2
3
+ Version: 0.6.3
4
4
  Summary: Markitdown support for Meshagent
5
5
  License-Expression: Apache-2.0
6
6
  Project-URL: Documentation, https://docs.meshagent.com
@@ -11,7 +11,7 @@ Description-Content-Type: text/markdown
11
11
  License-File: LICENSE
12
12
  Requires-Dist: pytest~=8.4
13
13
  Requires-Dist: pytest-asyncio~=0.26
14
- Requires-Dist: meshagent-api~=0.6.2
14
+ Requires-Dist: meshagent-api~=0.6.3
15
15
  Requires-Dist: openapi-core~=0.19
16
16
  Requires-Dist: markitdown[docx,outlook,pdf,pptx,xlsx]~=0.1
17
17
  Dynamic: license-file
@@ -1,5 +1,5 @@
1
1
  pytest~=8.4
2
2
  pytest-asyncio~=0.26
3
- meshagent-api~=0.6.2
3
+ meshagent-api~=0.6.3
4
4
  openapi-core~=0.19
5
5
  markitdown[docx,outlook,pdf,pptx,xlsx]~=0.1
@@ -12,7 +12,7 @@ keywords = []
12
12
  dependencies = [
13
13
  "pytest~=8.4",
14
14
  "pytest-asyncio~=0.26",
15
- "meshagent-api~=0.6.2",
15
+ "meshagent-api~=0.6.3",
16
16
  "openapi-core~=0.19",
17
17
  "markitdown[pptx,docx,xlsx,pdf,outlook]~=0.1"
18
18
  ]
@@ -1 +0,0 @@
1
- __version__ = "0.6.2"