versionhq 1.1.11.0__py3-none-any.whl → 1.1.11.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.
versionhq/__init__.py CHANGED
@@ -18,7 +18,7 @@ from versionhq.tool.model import Tool
18
18
  from versionhq.tool.composio_tool import ComposioHandler
19
19
 
20
20
 
21
- __version__ = "1.1.11.0"
21
+ __version__ = "1.1.11.2"
22
22
  __all__ = [
23
23
  "Agent",
24
24
  "Customer",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: versionhq
3
- Version: 1.1.11.0
3
+ Version: 1.1.11.2
4
4
  Summary: LLM orchestration frameworks for model-agnostic AI agents that handle complex outbound workflows
5
5
  Author-email: Kuriko Iwai <kuriko@versi0n.io>
6
6
  License: MIT License
@@ -39,12 +39,12 @@ Classifier: Topic :: Software Development :: Build Tools
39
39
  Requires-Python: >=3.12
40
40
  Description-Content-Type: text/markdown
41
41
  License-File: LICENSE
42
- Requires-Dist: regex
42
+ Requires-Dist: regex==2024.11.6
43
43
  Requires-Dist: requests>=2.32.3
44
- Requires-Dist: pydantic
44
+ Requires-Dist: pydantic>=2.10.6
45
45
  Requires-Dist: werkzeug>=3.1.3
46
46
  Requires-Dist: typing
47
- Requires-Dist: json-repair>=0.31.0
47
+ Requires-Dist: json-repair
48
48
  Requires-Dist: litellm>=1.55.8
49
49
  Requires-Dist: openai>=1.57.0
50
50
  Requires-Dist: composio-openai>=0.6.9
@@ -57,17 +57,21 @@ Requires-Dist: langchain>=0.3.14
57
57
  Requires-Dist: langchain-openai>=0.2.14
58
58
  Requires-Dist: composio-langchain>=0.6.12
59
59
  Requires-Dist: chromadb>=0.6.3
60
- Requires-Dist: docling>=2.16.0
61
- Requires-Dist: json-repair>=0.35.0
62
60
  Requires-Dist: wheel>=0.45.1
63
- Requires-Dist: pdfplumber>=0.11.5
64
- Requires-Dist: mem0ai>=0.1.48
61
+ Provides-Extra: docling
62
+ Requires-Dist: docling>=2.17.0; extra == "docling"
63
+ Provides-Extra: mem0ai
64
+ Requires-Dist: mem0ai>=0.1.48; extra == "mem0ai"
65
+ Provides-Extra: pdfplumber
66
+ Requires-Dist: pdfplumber>=0.11.5; extra == "pdfplumber"
67
+ Provides-Extra: pandas
68
+ Requires-Dist: pandas>=2.2.3; extra == "pandas"
65
69
 
66
70
  # Overview
67
71
 
68
72
  ![MIT license](https://img.shields.io/badge/License-MIT-green)
69
73
  [![Publisher](https://github.com/versionHQ/multi-agent-system/actions/workflows/publish.yml/badge.svg)](https://github.com/versionHQ/multi-agent-system/actions/workflows/publish.yml)
70
- ![PyPI](https://img.shields.io/badge/PyPI->=v1.1.10-blue)
74
+ ![PyPI](https://img.shields.io/badge/PyPI->=v1.1.11.1-blue)
71
75
  ![python ver](https://img.shields.io/badge/Python->=3.12-purple)
72
76
  ![pyenv ver](https://img.shields.io/badge/pyenv-2.5.0-orange)
73
77
 
@@ -225,7 +229,6 @@ Tasks can be delegated to a team manager, peers in the team, or completely new a
225
229
  ## Technologies Used
226
230
  **Schema, Data Validation**
227
231
  - [Pydantic](https://docs.pydantic.dev/latest/): Data validation and serialization library for Python.
228
- - [Pydantic_core](https://pypi.org/project/pydantic-core/): Core func packages for Pydantic.
229
232
  - [Upstage](https://console.upstage.ai/docs/getting-started/overview): Document processer for ML tasks. (Use `Document Parser API` to extract data from documents)
230
233
  - [Docling](https://ds4sd.github.io/docling/): Document parsing
231
234
 
@@ -291,7 +294,8 @@ src/
291
294
  ```
292
295
  uv venv
293
296
  source .venv/bin/activate
294
- uv pip sync
297
+ uv lock --upgrade
298
+ uv sync --all-extras
295
299
  ```
296
300
 
297
301
  * In case of AssertionError/module mismatch, run Python version control using `.pyenv`
@@ -1,4 +1,4 @@
1
- versionhq/__init__.py,sha256=5Kfovhx6qLgreHqrvQuagE5MBMRte25ilKF_TUmqWjs,951
1
+ versionhq/__init__.py,sha256=hxbJxa8mGdUlu5VfCbdypygtU31S4CTYVPAtN4EFd78,951
2
2
  versionhq/_utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
3
  versionhq/_utils/i18n.py,sha256=TwA_PnYfDLA6VqlUDPuybdV9lgi3Frh_ASsb_X8jJo8,1483
4
4
  versionhq/_utils/logger.py,sha256=U-MpeGueA6YS8Ptfy0VnU_ePsZP-8Pvkvi0tZ4s_UMg,1438
@@ -57,8 +57,8 @@ versionhq/tool/composio_tool_vars.py,sha256=FvBuEXsOQUYnN7RTFxT20kAkiEYkxWKkiVtg
57
57
  versionhq/tool/decorator.py,sha256=C4ZM7Xi2gwtEMaSeRo-geo_g_MAkY77WkSLkAuY0AyI,1205
58
58
  versionhq/tool/model.py,sha256=7ccEnje_8LuxLVeog6pL38nToArXQXk4KY7A9hfprDo,12239
59
59
  versionhq/tool/tool_handler.py,sha256=2m41K8qo5bGCCbwMFferEjT-XZ-mE9F0mDUOBkgivOI,1416
60
- versionhq-1.1.11.0.dist-info/LICENSE,sha256=7CCXuMrAjPVsUvZrsBq9DsxI2rLDUSYXR_qj4yO_ZII,1077
61
- versionhq-1.1.11.0.dist-info/METADATA,sha256=FNhWPZA_dhkDdshH3KGhJToNXmAlcFtS0n-BzM19Nas,18132
62
- versionhq-1.1.11.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
63
- versionhq-1.1.11.0.dist-info/top_level.txt,sha256=DClQwxDWqIUGeRJkA8vBlgeNsYZs4_nJWMonzFt5Wj0,10
64
- versionhq-1.1.11.0.dist-info/RECORD,,
60
+ versionhq-1.1.11.2.dist-info/LICENSE,sha256=7CCXuMrAjPVsUvZrsBq9DsxI2rLDUSYXR_qj4yO_ZII,1077
61
+ versionhq-1.1.11.2.dist-info/METADATA,sha256=0iCpugY32Szc4lVH-ZsvC9SxC2cKJ5eGi7dCCbylIuo,18251
62
+ versionhq-1.1.11.2.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
63
+ versionhq-1.1.11.2.dist-info/top_level.txt,sha256=DClQwxDWqIUGeRJkA8vBlgeNsYZs4_nJWMonzFt5Wj0,10
64
+ versionhq-1.1.11.2.dist-info/RECORD,,