versionhq 1.1.11.0__py3-none-any.whl → 1.1.11.1__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.1"
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.1
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,11 +39,11 @@ 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
- Requires-Dist: typing
46
+ Requires-Dist: typing>=3.10.0.0
47
47
  Requires-Dist: json-repair>=0.31.0
48
48
  Requires-Dist: litellm>=1.55.8
49
49
  Requires-Dist: openai>=1.57.0
@@ -57,17 +57,22 @@ 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
60
  Requires-Dist: json-repair>=0.35.0
62
61
  Requires-Dist: wheel>=0.45.1
63
- Requires-Dist: pdfplumber>=0.11.5
64
- Requires-Dist: mem0ai>=0.1.48
62
+ Provides-Extra: docling
63
+ Requires-Dist: docling>=2.17.0; extra == "docling"
64
+ Provides-Extra: mem0ai
65
+ Requires-Dist: mem0ai>=0.1.48; extra == "mem0ai"
66
+ Provides-Extra: pdfplumber
67
+ Requires-Dist: pdfplumber>=0.11.5; extra == "pdfplumber"
68
+ Provides-Extra: pandas
69
+ Requires-Dist: pandas>=2.2.3; extra == "pandas"
65
70
 
66
71
  # Overview
67
72
 
68
73
  ![MIT license](https://img.shields.io/badge/License-MIT-green)
69
74
  [![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)
75
+ ![PyPI](https://img.shields.io/badge/PyPI->=v1.1.11.1-blue)
71
76
  ![python ver](https://img.shields.io/badge/Python->=3.12-purple)
72
77
  ![pyenv ver](https://img.shields.io/badge/pyenv-2.5.0-orange)
73
78
 
@@ -225,7 +230,6 @@ Tasks can be delegated to a team manager, peers in the team, or completely new a
225
230
  ## Technologies Used
226
231
  **Schema, Data Validation**
227
232
  - [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
233
  - [Upstage](https://console.upstage.ai/docs/getting-started/overview): Document processer for ML tasks. (Use `Document Parser API` to extract data from documents)
230
234
  - [Docling](https://ds4sd.github.io/docling/): Document parsing
231
235
 
@@ -291,7 +295,8 @@ src/
291
295
  ```
292
296
  uv venv
293
297
  source .venv/bin/activate
294
- uv pip sync
298
+ uv lock --upgrade
299
+ uv sync --all-extras
295
300
  ```
296
301
 
297
302
  * 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=8RQigLjUS2dzNnBTZY2lyx9iWOatzhZdSv3HBCa0mFk,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.1.dist-info/LICENSE,sha256=7CCXuMrAjPVsUvZrsBq9DsxI2rLDUSYXR_qj4yO_ZII,1077
61
+ versionhq-1.1.11.1.dist-info/METADATA,sha256=Cw6-Lu9N6fKUEzvHu_JOacYnYB-mPsIWRxdLVtNa7zg,18304
62
+ versionhq-1.1.11.1.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
63
+ versionhq-1.1.11.1.dist-info/top_level.txt,sha256=DClQwxDWqIUGeRJkA8vBlgeNsYZs4_nJWMonzFt5Wj0,10
64
+ versionhq-1.1.11.1.dist-info/RECORD,,