versionhq 1.2.0.2__tar.gz → 1.2.0.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.
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/PKG-INFO +3 -5
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/pyproject.toml +3 -7
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/requirements-dev.txt +0 -2
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/src/versionhq/__init__.py +1 -1
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/src/versionhq/knowledge/source.py +1 -1
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/src/versionhq/network/model.py +5 -28
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/src/versionhq.egg-info/PKG-INFO +3 -5
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/src/versionhq.egg-info/requires.txt +2 -6
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/uv.lock +59 -59
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/.github/workflows/deploy_docs.yml +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/.github/workflows/publish.yml +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/.github/workflows/publish_testpypi.yml +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/.github/workflows/run_tests.yml +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/.github/workflows/security_check.yml +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/.gitignore +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/.pre-commit-config.yaml +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/.python-version +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/LICENSE +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/README.md +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/SECURITY.md +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/db/preprocess.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/docs/CNAME +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/docs/_logos/favicon.ico +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/docs/_logos/logo192.png +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/docs/core/Agent.md +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/docs/core/task/response-field.md +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/docs/core/task/task-output.md +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/docs/core/task.md +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/docs/core/tool.md +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/docs/index.md +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/docs/quickstart.md +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/docs/stylesheets/main.css +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/mkdocs.yml +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/requirements.txt +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/runtime.txt +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/setup.cfg +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/src/versionhq/_utils/__init__.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/src/versionhq/_utils/i18n.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/src/versionhq/_utils/logger.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/src/versionhq/_utils/process_config.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/src/versionhq/_utils/usage_metrics.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/src/versionhq/_utils/vars.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/src/versionhq/agent/TEMPLATES/Backstory.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/src/versionhq/agent/TEMPLATES/__init__.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/src/versionhq/agent/__init__.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/src/versionhq/agent/inhouse_agents.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/src/versionhq/agent/model.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/src/versionhq/agent/parser.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/src/versionhq/agent/rpm_controller.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/src/versionhq/cli/__init__.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/src/versionhq/clients/__init__.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/src/versionhq/clients/customer/__init__.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/src/versionhq/clients/customer/model.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/src/versionhq/clients/product/__init__.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/src/versionhq/clients/product/model.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/src/versionhq/clients/workflow/__init__.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/src/versionhq/clients/workflow/model.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/src/versionhq/knowledge/__init__.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/src/versionhq/knowledge/_utils.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/src/versionhq/knowledge/embedding.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/src/versionhq/knowledge/model.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/src/versionhq/knowledge/source_docling.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/src/versionhq/knowledge/storage.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/src/versionhq/llm/__init__.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/src/versionhq/llm/llm_vars.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/src/versionhq/llm/model.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/src/versionhq/memory/__init__.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/src/versionhq/memory/contextual_memory.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/src/versionhq/memory/model.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/src/versionhq/network/__init__.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/src/versionhq/storage/__init__.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/src/versionhq/storage/base.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/src/versionhq/storage/ltm_sqlite_storage.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/src/versionhq/storage/mem0_storage.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/src/versionhq/storage/rag_storage.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/src/versionhq/storage/task_output_storage.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/src/versionhq/storage/utils.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/src/versionhq/task/TEMPLATES/Description.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/src/versionhq/task/__init__.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/src/versionhq/task/evaluate.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/src/versionhq/task/formation.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/src/versionhq/task/formatter.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/src/versionhq/task/log_handler.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/src/versionhq/task/model.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/src/versionhq/task/structured_response.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/src/versionhq/team/__init__.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/src/versionhq/team/model.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/src/versionhq/team/team_planner.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/src/versionhq/tool/__init__.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/src/versionhq/tool/cache_handler.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/src/versionhq/tool/composio_tool.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/src/versionhq/tool/composio_tool_vars.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/src/versionhq/tool/decorator.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/src/versionhq/tool/model.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/src/versionhq/tool/tool_handler.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/src/versionhq.egg-info/SOURCES.txt +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/src/versionhq.egg-info/dependency_links.txt +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/src/versionhq.egg-info/top_level.txt +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/tests/__init__.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/tests/agent/__init__.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/tests/agent/agent_test.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/tests/agent/doc_test.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/tests/cli/__init__.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/tests/clients/customer_test.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/tests/clients/product_test.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/tests/clients/workflow_test.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/tests/conftest.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/tests/doc_test.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/tests/formation_test.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/tests/knowledge/__init__.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/tests/knowledge/knowledge_test.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/tests/knowledge/mock_report_compressed.pdf +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/tests/llm/__init__.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/tests/llm/llm_test.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/tests/memory/__init__.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/tests/memory/memory_test.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/tests/network/__init__.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/tests/network/doc_test.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/tests/network/network_test.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/tests/task/__init__.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/tests/task/doc_test.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/tests/task/llm_connection_test.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/tests/task/task_test.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/tests/team/Prompts/Demo_test.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/tests/team/__init__.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/tests/team/team_test.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/tests/tool/__init__.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/tests/tool/composio_test.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/tests/tool/doc_test.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/tests/tool/tool_test.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.4}/tests/usecase_test.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: versionhq
|
3
|
-
Version: 1.2.0.
|
3
|
+
Version: 1.2.0.4
|
4
4
|
Summary: An agentic orchestration framework for building agent networks that handle task automation.
|
5
5
|
Author-email: Kuriko Iwai <kuriko@versi0n.io>
|
6
6
|
License: MIT License
|
@@ -64,6 +64,8 @@ Requires-Dist: chromadb>=0.6.3
|
|
64
64
|
Requires-Dist: wheel>=0.45.1
|
65
65
|
Requires-Dist: envoy>=0.0.3
|
66
66
|
Requires-Dist: composio-core==0.7.0
|
67
|
+
Requires-Dist: networkx>=3.4.2
|
68
|
+
Requires-Dist: matplotlib>=3.10.0
|
67
69
|
Provides-Extra: docling
|
68
70
|
Requires-Dist: docling>=2.17.0; extra == "docling"
|
69
71
|
Provides-Extra: mem0ai
|
@@ -76,10 +78,6 @@ Provides-Extra: numpy
|
|
76
78
|
Requires-Dist: numpy>=1.26.4; extra == "numpy"
|
77
79
|
Provides-Extra: pygraphviz
|
78
80
|
Requires-Dist: pygraphviz>=1.14; extra == "pygraphviz"
|
79
|
-
Provides-Extra: networkx
|
80
|
-
Requires-Dist: networkx>=3.4.2; extra == "networkx"
|
81
|
-
Provides-Extra: matplotlib
|
82
|
-
Requires-Dist: matplotlib>=3.10.0; extra == "matplotlib"
|
83
81
|
|
84
82
|
# Overview
|
85
83
|
|
@@ -15,7 +15,7 @@ exclude = ["test*", "__pycache__", "*.egg-info"]
|
|
15
15
|
|
16
16
|
[project]
|
17
17
|
name = "versionhq"
|
18
|
-
version = "1.2.0.
|
18
|
+
version = "1.2.0.4"
|
19
19
|
authors = [{ name = "Kuriko Iwai", email = "kuriko@versi0n.io" }]
|
20
20
|
description = "An agentic orchestration framework for building agent networks that handle task automation."
|
21
21
|
readme = "README.md"
|
@@ -44,6 +44,8 @@ dependencies = [
|
|
44
44
|
"wheel>=0.45.1",
|
45
45
|
"envoy>=0.0.3",
|
46
46
|
"composio-core==0.7.0",
|
47
|
+
"networkx>=3.4.2",
|
48
|
+
"matplotlib>=3.10.0",
|
47
49
|
]
|
48
50
|
classifiers = [
|
49
51
|
"Programming Language :: Python",
|
@@ -83,12 +85,6 @@ numpy = [
|
|
83
85
|
pygraphviz = [
|
84
86
|
"pygraphviz>=1.14",
|
85
87
|
]
|
86
|
-
networkx = [
|
87
|
-
"networkx>=3.4.2",
|
88
|
-
]
|
89
|
-
matplotlib = [
|
90
|
-
"matplotlib>=3.10.0",
|
91
|
-
]
|
92
88
|
|
93
89
|
[tool.uv]
|
94
90
|
dev-dependencies = [
|
@@ -265,7 +265,7 @@ class PDFKnowledgeSource(BaseFileKnowledgeSource):
|
|
265
265
|
import os
|
266
266
|
os.system("uv add pdfplumber --optional pdfplumber")
|
267
267
|
except:
|
268
|
-
raise ImportError("pdfplumber is not installed. Please install it with: uv add pdfplumber")
|
268
|
+
raise ImportError("pdfplumber is not installed. Please install it with: uv add pdfplumber --optional pdfplumber")
|
269
269
|
|
270
270
|
|
271
271
|
def add(self) -> None:
|
@@ -1,5 +1,7 @@
|
|
1
1
|
import enum
|
2
2
|
import uuid
|
3
|
+
import networkx as nx
|
4
|
+
import matplotlib.pyplot as plt
|
3
5
|
from abc import ABC
|
4
6
|
from typing import List, Any, Optional, Callable, Dict, Type, Tuple
|
5
7
|
|
@@ -10,31 +12,6 @@ from versionhq.task.model import Task, TaskOutput
|
|
10
12
|
from versionhq.agent.model import Agent
|
11
13
|
from versionhq._utils.logger import Logger
|
12
14
|
|
13
|
-
try:
|
14
|
-
import networkx as nx
|
15
|
-
except ImportError:
|
16
|
-
try:
|
17
|
-
import os
|
18
|
-
os.system("uv add networkx --optional networkx")
|
19
|
-
import networkx as nx
|
20
|
-
except:
|
21
|
-
raise ImportError("networkx is not installed. Please install it with: uv add networkx --optional networkx")
|
22
|
-
|
23
|
-
|
24
|
-
try:
|
25
|
-
import matplotlib.pyplot as plt
|
26
|
-
except ImportError:
|
27
|
-
try:
|
28
|
-
import os
|
29
|
-
os.system("uv add matplotlib --optional matplotlib")
|
30
|
-
import matplotlib.pyplot as plt
|
31
|
-
except:
|
32
|
-
raise ImportError("matplotlib is not installed. Please install it with: uv add matplotlib --optional matplotlib")
|
33
|
-
|
34
|
-
import networkx as nx
|
35
|
-
import matplotlib.pyplot as plt
|
36
|
-
|
37
|
-
|
38
15
|
|
39
16
|
class TaskStatus(enum.Enum):
|
40
17
|
"""
|
@@ -228,6 +205,7 @@ class Graph(ABC, BaseModel):
|
|
228
205
|
An abstract class to store G using NetworkX library.
|
229
206
|
"""
|
230
207
|
|
208
|
+
|
231
209
|
_logger: Logger = PrivateAttr(default_factory=lambda: Logger(verbose=True))
|
232
210
|
directed: bool = Field(default=False, description="Whether the graph is directed")
|
233
211
|
graph: Type[nx.Graph] = Field(default=None)
|
@@ -235,8 +213,8 @@ class Graph(ABC, BaseModel):
|
|
235
213
|
edges: Dict[str, InstanceOf[Edge]] = Field(default_factory=dict)
|
236
214
|
|
237
215
|
def __init__(self, directed: bool = False, **kwargs):
|
238
|
-
|
239
|
-
|
216
|
+
super().__init__(directed=directed, **kwargs)
|
217
|
+
self.graph = nx.DiGraph() if self.directed else nx.Graph()
|
240
218
|
|
241
219
|
def _return_node_object(self, node_identifier) -> Node | None:
|
242
220
|
return [v for k, v in self.nodes.items() if k == node_identifier][0] if [v for k, v in self.nodes.items() if k == node_identifier] else None
|
@@ -448,7 +426,6 @@ class TaskGraph(Graph):
|
|
448
426
|
abs_file_path = abs_file_path if abs_file_path else f"{project_root}/uploads"
|
449
427
|
|
450
428
|
os.makedirs(abs_file_path, exist_ok=True)
|
451
|
-
|
452
429
|
plt.savefig(f"{abs_file_path}/{str(self.id)}.png")
|
453
430
|
|
454
431
|
except Exception as e:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: versionhq
|
3
|
-
Version: 1.2.0.
|
3
|
+
Version: 1.2.0.4
|
4
4
|
Summary: An agentic orchestration framework for building agent networks that handle task automation.
|
5
5
|
Author-email: Kuriko Iwai <kuriko@versi0n.io>
|
6
6
|
License: MIT License
|
@@ -64,6 +64,8 @@ Requires-Dist: chromadb>=0.6.3
|
|
64
64
|
Requires-Dist: wheel>=0.45.1
|
65
65
|
Requires-Dist: envoy>=0.0.3
|
66
66
|
Requires-Dist: composio-core==0.7.0
|
67
|
+
Requires-Dist: networkx>=3.4.2
|
68
|
+
Requires-Dist: matplotlib>=3.10.0
|
67
69
|
Provides-Extra: docling
|
68
70
|
Requires-Dist: docling>=2.17.0; extra == "docling"
|
69
71
|
Provides-Extra: mem0ai
|
@@ -76,10 +78,6 @@ Provides-Extra: numpy
|
|
76
78
|
Requires-Dist: numpy>=1.26.4; extra == "numpy"
|
77
79
|
Provides-Extra: pygraphviz
|
78
80
|
Requires-Dist: pygraphviz>=1.14; extra == "pygraphviz"
|
79
|
-
Provides-Extra: networkx
|
80
|
-
Requires-Dist: networkx>=3.4.2; extra == "networkx"
|
81
|
-
Provides-Extra: matplotlib
|
82
|
-
Requires-Dist: matplotlib>=3.10.0; extra == "matplotlib"
|
83
81
|
|
84
82
|
# Overview
|
85
83
|
|
@@ -19,19 +19,15 @@ chromadb>=0.6.3
|
|
19
19
|
wheel>=0.45.1
|
20
20
|
envoy>=0.0.3
|
21
21
|
composio-core==0.7.0
|
22
|
+
networkx>=3.4.2
|
23
|
+
matplotlib>=3.10.0
|
22
24
|
|
23
25
|
[docling]
|
24
26
|
docling>=2.17.0
|
25
27
|
|
26
|
-
[matplotlib]
|
27
|
-
matplotlib>=3.10.0
|
28
|
-
|
29
28
|
[mem0ai]
|
30
29
|
mem0ai>=0.1.48
|
31
30
|
|
32
|
-
[networkx]
|
33
|
-
networkx>=3.4.2
|
34
|
-
|
35
31
|
[numpy]
|
36
32
|
numpy>=1.26.4
|
37
33
|
|
@@ -482,7 +482,7 @@ wheels = [
|
|
482
482
|
|
483
483
|
[[package]]
|
484
484
|
name = "composio-langchain"
|
485
|
-
version = "0.7.
|
485
|
+
version = "0.7.2"
|
486
486
|
source = { registry = "https://pypi.org/simple" }
|
487
487
|
dependencies = [
|
488
488
|
{ name = "composio-core" },
|
@@ -491,22 +491,22 @@ dependencies = [
|
|
491
491
|
{ name = "langchainhub" },
|
492
492
|
{ name = "pydantic" },
|
493
493
|
]
|
494
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
494
|
+
sdist = { url = "https://files.pythonhosted.org/packages/59/f2/606b1a5825a97d1d9c6521532a46f64ea2eb903a3a90a4c1f1a1742e958b/composio_langchain-0.7.2.tar.gz", hash = "sha256:5088283a4a9295634e6272dafd8e478338c942bad305689bef9265bdf3685b48", size = 4414 }
|
495
495
|
wheels = [
|
496
|
-
{ url = "https://files.pythonhosted.org/packages/
|
496
|
+
{ url = "https://files.pythonhosted.org/packages/8a/b9/a4b16e64cd90ddadd2f6551107e6089d3950870feafb6420f73b8725a5e3/composio_langchain-0.7.2-py3-none-any.whl", hash = "sha256:b25341f41df533834c914fe4bd8ee623f5b439d8eff96f992a24976e8b2bf60f", size = 4844 },
|
497
497
|
]
|
498
498
|
|
499
499
|
[[package]]
|
500
500
|
name = "composio-openai"
|
501
|
-
version = "0.7.
|
501
|
+
version = "0.7.2"
|
502
502
|
source = { registry = "https://pypi.org/simple" }
|
503
503
|
dependencies = [
|
504
504
|
{ name = "composio-core" },
|
505
505
|
{ name = "openai" },
|
506
506
|
]
|
507
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
507
|
+
sdist = { url = "https://files.pythonhosted.org/packages/43/bc/071ec208e61f2ccce4e62018fdbe270a9c3e2788b09ff0298e0f0ac866f4/composio_openai-0.7.2.tar.gz", hash = "sha256:79c309f1ee6c5bf8e772473b0b63fb8d53a1f766d5a5e568d9a07e316e213630", size = 4627 }
|
508
508
|
wheels = [
|
509
|
-
{ url = "https://files.pythonhosted.org/packages/
|
509
|
+
{ url = "https://files.pythonhosted.org/packages/33/33/cc695b297142393467263898acb49c9a55d7adedb42b101029b3538759c7/composio_openai-0.7.2-py3-none-any.whl", hash = "sha256:fc57599572059ed552c63c949b6a2dee0e2cec388b721d560004c7b8095dbc39", size = 5090 },
|
510
510
|
]
|
511
511
|
|
512
512
|
[[package]]
|
@@ -543,33 +543,37 @@ wheels = [
|
|
543
543
|
|
544
544
|
[[package]]
|
545
545
|
name = "cryptography"
|
546
|
-
version = "44.0.
|
546
|
+
version = "44.0.1"
|
547
547
|
source = { registry = "https://pypi.org/simple" }
|
548
548
|
dependencies = [
|
549
549
|
{ name = "cffi", marker = "platform_python_implementation != 'PyPy'" },
|
550
550
|
]
|
551
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
552
|
-
wheels = [
|
553
|
-
{ url = "https://files.pythonhosted.org/packages/
|
554
|
-
{ url = "https://files.pythonhosted.org/packages/
|
555
|
-
{ url = "https://files.pythonhosted.org/packages/
|
556
|
-
{ url = "https://files.pythonhosted.org/packages/
|
557
|
-
{ url = "https://files.pythonhosted.org/packages/
|
558
|
-
{ url = "https://files.pythonhosted.org/packages/
|
559
|
-
{ url = "https://files.pythonhosted.org/packages/
|
560
|
-
{ url = "https://files.pythonhosted.org/packages/
|
561
|
-
{ url = "https://files.pythonhosted.org/packages/
|
562
|
-
{ url = "https://files.pythonhosted.org/packages/
|
563
|
-
{ url = "https://files.pythonhosted.org/packages/
|
564
|
-
{ url = "https://files.pythonhosted.org/packages/
|
565
|
-
{ url = "https://files.pythonhosted.org/packages/
|
566
|
-
{ url = "https://files.pythonhosted.org/packages/
|
567
|
-
{ url = "https://files.pythonhosted.org/packages/
|
568
|
-
{ url = "https://files.pythonhosted.org/packages/
|
569
|
-
{ url = "https://files.pythonhosted.org/packages/
|
570
|
-
{ url = "https://files.pythonhosted.org/packages/
|
571
|
-
{ url = "https://files.pythonhosted.org/packages/
|
572
|
-
{ url = "https://files.pythonhosted.org/packages/
|
551
|
+
sdist = { url = "https://files.pythonhosted.org/packages/c7/67/545c79fe50f7af51dbad56d16b23fe33f63ee6a5d956b3cb68ea110cbe64/cryptography-44.0.1.tar.gz", hash = "sha256:f51f5705ab27898afda1aaa430f34ad90dc117421057782022edf0600bec5f14", size = 710819 }
|
552
|
+
wheels = [
|
553
|
+
{ url = "https://files.pythonhosted.org/packages/72/27/5e3524053b4c8889da65cf7814a9d0d8514a05194a25e1e34f46852ee6eb/cryptography-44.0.1-cp37-abi3-macosx_10_9_universal2.whl", hash = "sha256:bf688f615c29bfe9dfc44312ca470989279f0e94bb9f631f85e3459af8efc009", size = 6642022 },
|
554
|
+
{ url = "https://files.pythonhosted.org/packages/34/b9/4d1fa8d73ae6ec350012f89c3abfbff19fc95fe5420cf972e12a8d182986/cryptography-44.0.1-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:dd7c7e2d71d908dc0f8d2027e1604102140d84b155e658c20e8ad1304317691f", size = 3943865 },
|
555
|
+
{ url = "https://files.pythonhosted.org/packages/6e/57/371a9f3f3a4500807b5fcd29fec77f418ba27ffc629d88597d0d1049696e/cryptography-44.0.1-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:887143b9ff6bad2b7570da75a7fe8bbf5f65276365ac259a5d2d5147a73775f2", size = 4162562 },
|
556
|
+
{ url = "https://files.pythonhosted.org/packages/c5/1d/5b77815e7d9cf1e3166988647f336f87d5634a5ccecec2ffbe08ef8dd481/cryptography-44.0.1-cp37-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:322eb03ecc62784536bc173f1483e76747aafeb69c8728df48537eb431cd1911", size = 3951923 },
|
557
|
+
{ url = "https://files.pythonhosted.org/packages/28/01/604508cd34a4024467cd4105887cf27da128cba3edd435b54e2395064bfb/cryptography-44.0.1-cp37-abi3-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:21377472ca4ada2906bc313168c9dc7b1d7ca417b63c1c3011d0c74b7de9ae69", size = 3685194 },
|
558
|
+
{ url = "https://files.pythonhosted.org/packages/c6/3d/d3c55d4f1d24580a236a6753902ef6d8aafd04da942a1ee9efb9dc8fd0cb/cryptography-44.0.1-cp37-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:df978682c1504fc93b3209de21aeabf2375cb1571d4e61907b3e7a2540e83026", size = 4187790 },
|
559
|
+
{ url = "https://files.pythonhosted.org/packages/ea/a6/44d63950c8588bfa8594fd234d3d46e93c3841b8e84a066649c566afb972/cryptography-44.0.1-cp37-abi3-manylinux_2_34_aarch64.whl", hash = "sha256:eb3889330f2a4a148abead555399ec9a32b13b7c8ba969b72d8e500eb7ef84cd", size = 3951343 },
|
560
|
+
{ url = "https://files.pythonhosted.org/packages/c1/17/f5282661b57301204cbf188254c1a0267dbd8b18f76337f0a7ce1038888c/cryptography-44.0.1-cp37-abi3-manylinux_2_34_x86_64.whl", hash = "sha256:8e6a85a93d0642bd774460a86513c5d9d80b5c002ca9693e63f6e540f1815ed0", size = 4187127 },
|
561
|
+
{ url = "https://files.pythonhosted.org/packages/f3/68/abbae29ed4f9d96596687f3ceea8e233f65c9645fbbec68adb7c756bb85a/cryptography-44.0.1-cp37-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:6f76fdd6fd048576a04c5210d53aa04ca34d2ed63336d4abd306d0cbe298fddf", size = 4070666 },
|
562
|
+
{ url = "https://files.pythonhosted.org/packages/0f/10/cf91691064a9e0a88ae27e31779200b1505d3aee877dbe1e4e0d73b4f155/cryptography-44.0.1-cp37-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:6c8acf6f3d1f47acb2248ec3ea261171a671f3d9428e34ad0357148d492c7864", size = 4288811 },
|
563
|
+
{ url = "https://files.pythonhosted.org/packages/38/78/74ea9eb547d13c34e984e07ec8a473eb55b19c1451fe7fc8077c6a4b0548/cryptography-44.0.1-cp37-abi3-win32.whl", hash = "sha256:24979e9f2040c953a94bf3c6782e67795a4c260734e5264dceea65c8f4bae64a", size = 2771882 },
|
564
|
+
{ url = "https://files.pythonhosted.org/packages/cf/6c/3907271ee485679e15c9f5e93eac6aa318f859b0aed8d369afd636fafa87/cryptography-44.0.1-cp37-abi3-win_amd64.whl", hash = "sha256:fd0ee90072861e276b0ff08bd627abec29e32a53b2be44e41dbcdf87cbee2b00", size = 3206989 },
|
565
|
+
{ url = "https://files.pythonhosted.org/packages/9f/f1/676e69c56a9be9fd1bffa9bc3492366901f6e1f8f4079428b05f1414e65c/cryptography-44.0.1-cp39-abi3-macosx_10_9_universal2.whl", hash = "sha256:a2d8a7045e1ab9b9f803f0d9531ead85f90c5f2859e653b61497228b18452008", size = 6643714 },
|
566
|
+
{ url = "https://files.pythonhosted.org/packages/ba/9f/1775600eb69e72d8f9931a104120f2667107a0ee478f6ad4fe4001559345/cryptography-44.0.1-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b8272f257cf1cbd3f2e120f14c68bff2b6bdfcc157fafdee84a1b795efd72862", size = 3943269 },
|
567
|
+
{ url = "https://files.pythonhosted.org/packages/25/ba/e00d5ad6b58183829615be7f11f55a7b6baa5a06910faabdc9961527ba44/cryptography-44.0.1-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1e8d181e90a777b63f3f0caa836844a1182f1f265687fac2115fcf245f5fbec3", size = 4166461 },
|
568
|
+
{ url = "https://files.pythonhosted.org/packages/b3/45/690a02c748d719a95ab08b6e4decb9d81e0ec1bac510358f61624c86e8a3/cryptography-44.0.1-cp39-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:436df4f203482f41aad60ed1813811ac4ab102765ecae7a2bbb1dbb66dcff5a7", size = 3950314 },
|
569
|
+
{ url = "https://files.pythonhosted.org/packages/e6/50/bf8d090911347f9b75adc20f6f6569ed6ca9b9bff552e6e390f53c2a1233/cryptography-44.0.1-cp39-abi3-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:4f422e8c6a28cf8b7f883eb790695d6d45b0c385a2583073f3cec434cc705e1a", size = 3686675 },
|
570
|
+
{ url = "https://files.pythonhosted.org/packages/e1/e7/cfb18011821cc5f9b21efb3f94f3241e3a658d267a3bf3a0f45543858ed8/cryptography-44.0.1-cp39-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:72198e2b5925155497a5a3e8c216c7fb3e64c16ccee11f0e7da272fa93b35c4c", size = 4190429 },
|
571
|
+
{ url = "https://files.pythonhosted.org/packages/07/ef/77c74d94a8bfc1a8a47b3cafe54af3db537f081742ee7a8a9bd982b62774/cryptography-44.0.1-cp39-abi3-manylinux_2_34_aarch64.whl", hash = "sha256:2a46a89ad3e6176223b632056f321bc7de36b9f9b93b2cc1cccf935a3849dc62", size = 3950039 },
|
572
|
+
{ url = "https://files.pythonhosted.org/packages/6d/b9/8be0ff57c4592382b77406269b1e15650c9f1a167f9e34941b8515b97159/cryptography-44.0.1-cp39-abi3-manylinux_2_34_x86_64.whl", hash = "sha256:53f23339864b617a3dfc2b0ac8d5c432625c80014c25caac9082314e9de56f41", size = 4189713 },
|
573
|
+
{ url = "https://files.pythonhosted.org/packages/78/e1/4b6ac5f4100545513b0847a4d276fe3c7ce0eacfa73e3b5ebd31776816ee/cryptography-44.0.1-cp39-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:888fcc3fce0c888785a4876ca55f9f43787f4c5c1cc1e2e0da71ad481ff82c5b", size = 4071193 },
|
574
|
+
{ url = "https://files.pythonhosted.org/packages/3d/cb/afff48ceaed15531eab70445abe500f07f8f96af2bb35d98af6bfa89ebd4/cryptography-44.0.1-cp39-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:00918d859aa4e57db8299607086f793fa7813ae2ff5a4637e318a25ef82730f7", size = 4289566 },
|
575
|
+
{ url = "https://files.pythonhosted.org/packages/30/6f/4eca9e2e0f13ae459acd1ca7d9f0257ab86e68f44304847610afcb813dc9/cryptography-44.0.1-cp39-abi3-win32.whl", hash = "sha256:9b336599e2cb77b1008cb2ac264b290803ec5e8e89d618a5e978ff5eb6f715d9", size = 2772371 },
|
576
|
+
{ url = "https://files.pythonhosted.org/packages/d2/05/5533d30f53f10239616a357f080892026db2d550a40c393d0a8a7af834a9/cryptography-44.0.1-cp39-abi3-win_amd64.whl", hash = "sha256:e403f7f766ded778ecdb790da786b418a9f2394f36e8cc8b796cc056ab05f44f", size = 3207303 },
|
573
577
|
]
|
574
578
|
|
575
579
|
[[package]]
|
@@ -836,11 +840,11 @@ wheels = [
|
|
836
840
|
|
837
841
|
[[package]]
|
838
842
|
name = "flatbuffers"
|
839
|
-
version = "25.
|
843
|
+
version = "25.2.10"
|
840
844
|
source = { registry = "https://pypi.org/simple" }
|
841
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
845
|
+
sdist = { url = "https://files.pythonhosted.org/packages/e4/30/eb5dce7994fc71a2f685d98ec33cc660c0a5887db5610137e60d8cbc4489/flatbuffers-25.2.10.tar.gz", hash = "sha256:97e451377a41262f8d9bd4295cc836133415cc03d8cb966410a4af92eb00d26e", size = 22170 }
|
842
846
|
wheels = [
|
843
|
-
{ url = "https://files.pythonhosted.org/packages/
|
847
|
+
{ url = "https://files.pythonhosted.org/packages/b8/25/155f9f080d5e4bc0082edfda032ea2bc2b8fab3f4d25d46c1e9dd22a1a89/flatbuffers-25.2.10-py2.py3-none-any.whl", hash = "sha256:ebba5f4d5ea615af3f7fd70fc310636fbb2bbd1f566ac0a23d98dd412de50051", size = 30953 },
|
844
848
|
]
|
845
849
|
|
846
850
|
[[package]]
|
@@ -982,14 +986,14 @@ wheels = [
|
|
982
986
|
|
983
987
|
[[package]]
|
984
988
|
name = "griffe"
|
985
|
-
version = "1.5.
|
989
|
+
version = "1.5.7"
|
986
990
|
source = { registry = "https://pypi.org/simple" }
|
987
991
|
dependencies = [
|
988
992
|
{ name = "colorama" },
|
989
993
|
]
|
990
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
994
|
+
sdist = { url = "https://files.pythonhosted.org/packages/59/80/13b6456bfbf8bc854875e58d3a3bad297ee19ebdd693ce62a10fab007e7a/griffe-1.5.7.tar.gz", hash = "sha256:465238c86deaf1137761f700fb343edd8ffc846d72f6de43c3c345ccdfbebe92", size = 391503 }
|
991
995
|
wheels = [
|
992
|
-
{ url = "https://files.pythonhosted.org/packages/
|
996
|
+
{ url = "https://files.pythonhosted.org/packages/76/67/b43330ed76f96be098c165338d47ccb952964ed77ba1d075247fbdf05c04/griffe-1.5.7-py3-none-any.whl", hash = "sha256:4af8ec834b64de954d447c7b6672426bb145e71605c74a4e22d510cc79fe7d8b", size = 128294 },
|
993
997
|
]
|
994
998
|
|
995
999
|
[[package]]
|
@@ -1547,7 +1551,7 @@ wheels = [
|
|
1547
1551
|
|
1548
1552
|
[[package]]
|
1549
1553
|
name = "litellm"
|
1550
|
-
version = "1.
|
1554
|
+
version = "1.61.0"
|
1551
1555
|
source = { registry = "https://pypi.org/simple" }
|
1552
1556
|
dependencies = [
|
1553
1557
|
{ name = "aiohttp" },
|
@@ -1563,9 +1567,9 @@ dependencies = [
|
|
1563
1567
|
{ name = "tokenizers", version = "0.19.1", source = { registry = "https://pypi.org/simple" }, marker = "platform_machine == 'x86_64' and sys_platform == 'darwin'" },
|
1564
1568
|
{ name = "tokenizers", version = "0.21.0", source = { registry = "https://pypi.org/simple" }, marker = "platform_machine != 'x86_64' or sys_platform != 'darwin'" },
|
1565
1569
|
]
|
1566
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
1570
|
+
sdist = { url = "https://files.pythonhosted.org/packages/a9/14/b2b12d23c3f580deae5a4d55d250a3bdd1ac810d11be733d9213122db4db/litellm-1.61.0.tar.gz", hash = "sha256:fad57052abcd32c9eab6915ca0c8b217931f5fada613ab07324dc8e03c4c4aab", size = 6471060 }
|
1567
1571
|
wheels = [
|
1568
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1572
|
+
{ url = "https://files.pythonhosted.org/packages/97/41/aca3224a2e48e8dba0df522cf81d681903ec949a4f3704e4093f8cf929c3/litellm-1.61.0-py3-none-any.whl", hash = "sha256:23b525c10bed385778b40eaa411809b12fb8795d9f52589f8336cabd09adb342", size = 6775050 },
|
1569
1573
|
]
|
1570
1574
|
|
1571
1575
|
[[package]]
|
@@ -1761,16 +1765,16 @@ wheels = [
|
|
1761
1765
|
|
1762
1766
|
[[package]]
|
1763
1767
|
name = "mkdocs-autorefs"
|
1764
|
-
version = "1.3.
|
1768
|
+
version = "1.3.1"
|
1765
1769
|
source = { registry = "https://pypi.org/simple" }
|
1766
1770
|
dependencies = [
|
1767
1771
|
{ name = "markdown" },
|
1768
1772
|
{ name = "markupsafe" },
|
1769
1773
|
{ name = "mkdocs" },
|
1770
1774
|
]
|
1771
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
1775
|
+
sdist = { url = "https://files.pythonhosted.org/packages/52/f4/77e3cf5e7ba54dca168bc718688127844721982ae88b08684669c5b5752d/mkdocs_autorefs-1.3.1.tar.gz", hash = "sha256:a6d30cbcccae336d622a66c2418a3c92a8196b69782774529ad441abb23c0902", size = 2056416 }
|
1772
1776
|
wheels = [
|
1773
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1777
|
+
{ url = "https://files.pythonhosted.org/packages/db/19/f20edc082c1de2987dbaf30fcc514ed7a908d465a15aba7cba595c3b245a/mkdocs_autorefs-1.3.1-py3-none-any.whl", hash = "sha256:18c504ae4d3ee7f344369bb26cb31d4105569ee252aab7d75ec2734c2c8b0474", size = 2837887 },
|
1774
1778
|
]
|
1775
1779
|
|
1776
1780
|
[[package]]
|
@@ -1838,16 +1842,16 @@ wheels = [
|
|
1838
1842
|
|
1839
1843
|
[[package]]
|
1840
1844
|
name = "mkdocstrings-python"
|
1841
|
-
version = "1.
|
1845
|
+
version = "1.15.0"
|
1842
1846
|
source = { registry = "https://pypi.org/simple" }
|
1843
1847
|
dependencies = [
|
1844
1848
|
{ name = "griffe" },
|
1845
1849
|
{ name = "mkdocs-autorefs" },
|
1846
1850
|
{ name = "mkdocstrings" },
|
1847
1851
|
]
|
1848
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
1852
|
+
sdist = { url = "https://files.pythonhosted.org/packages/28/5e/ea531f1798d6b614f87b7a1191f8bfda864767adecef3c75ec87f30e0a3d/mkdocstrings_python-1.15.0.tar.gz", hash = "sha256:2bfecbbe1252c67281408a6567d59545f4979931110f01ab625aa8c227c06edc", size = 422613 }
|
1849
1853
|
wheels = [
|
1850
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1854
|
+
{ url = "https://files.pythonhosted.org/packages/6f/d7/1d35cce198f76e8ae4010a71ff5acabe8b75aeb35f8c3d920e175a6476ca/mkdocstrings_python-1.15.0-py3-none-any.whl", hash = "sha256:77aced1bb28840d7d3510f77353319eeb450961880d87f9c53fdab331ba0120d", size = 449068 },
|
1851
1855
|
]
|
1852
1856
|
|
1853
1857
|
[[package]]
|
@@ -2670,7 +2674,7 @@ wheels = [
|
|
2670
2674
|
|
2671
2675
|
[[package]]
|
2672
2676
|
name = "posthog"
|
2673
|
-
version = "3.
|
2677
|
+
version = "3.12.1"
|
2674
2678
|
source = { registry = "https://pypi.org/simple" }
|
2675
2679
|
dependencies = [
|
2676
2680
|
{ name = "backoff" },
|
@@ -2679,9 +2683,9 @@ dependencies = [
|
|
2679
2683
|
{ name = "requests" },
|
2680
2684
|
{ name = "six" },
|
2681
2685
|
]
|
2682
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
2686
|
+
sdist = { url = "https://files.pythonhosted.org/packages/c4/39/12ff2ab6798f86832d822763d1f66b70d39743ead87d737f9eca55bfaadd/posthog-3.12.1.tar.gz", hash = "sha256:319036f83436981b3bdc750b0ed067b5439c510ed601933f8fc043d0989c73c6", size = 61754 }
|
2683
2687
|
wheels = [
|
2684
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2688
|
+
{ url = "https://files.pythonhosted.org/packages/db/56/1d828f4248a1b1933fca932fda101389681f468e194e193a6bf457364729/posthog-3.12.1-py2.py3-none-any.whl", hash = "sha256:f749bb4aa4610678c3ea71e0f491cfb2dce570196b9753a04260ff08e52dfb6d", size = 72471 },
|
2685
2689
|
]
|
2686
2690
|
|
2687
2691
|
[[package]]
|
@@ -3976,7 +3980,7 @@ wheels = [
|
|
3976
3980
|
|
3977
3981
|
[[package]]
|
3978
3982
|
name = "versionhq"
|
3979
|
-
version = "1.2.0.
|
3983
|
+
version = "1.2.0.3"
|
3980
3984
|
source = { editable = "." }
|
3981
3985
|
dependencies = [
|
3982
3986
|
{ name = "appdirs" },
|
@@ -3990,6 +3994,8 @@ dependencies = [
|
|
3990
3994
|
{ name = "langchain" },
|
3991
3995
|
{ name = "langchain-openai" },
|
3992
3996
|
{ name = "litellm" },
|
3997
|
+
{ name = "matplotlib" },
|
3998
|
+
{ name = "networkx" },
|
3993
3999
|
{ name = "openai" },
|
3994
4000
|
{ name = "pydantic" },
|
3995
4001
|
{ name = "python-dotenv" },
|
@@ -4005,15 +4011,9 @@ dependencies = [
|
|
4005
4011
|
docling = [
|
4006
4012
|
{ name = "docling" },
|
4007
4013
|
]
|
4008
|
-
matplotlib = [
|
4009
|
-
{ name = "matplotlib" },
|
4010
|
-
]
|
4011
4014
|
mem0ai = [
|
4012
4015
|
{ name = "mem0ai" },
|
4013
4016
|
]
|
4014
|
-
networkx = [
|
4015
|
-
{ name = "networkx" },
|
4016
|
-
]
|
4017
4017
|
numpy = [
|
4018
4018
|
{ name = "numpy", version = "1.26.4", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.12' and platform_machine != 'x86_64') or (python_full_version < '3.12' and sys_platform != 'darwin') or (platform_machine == 'x86_64' and sys_platform == 'darwin')" },
|
4019
4019
|
{ name = "numpy", version = "2.2.2", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.12' and platform_machine != 'x86_64') or (python_full_version >= '3.12' and sys_platform != 'darwin')" },
|
@@ -4058,9 +4058,9 @@ requires-dist = [
|
|
4058
4058
|
{ name = "langchain", specifier = ">=0.3.14" },
|
4059
4059
|
{ name = "langchain-openai", specifier = ">=0.2.14" },
|
4060
4060
|
{ name = "litellm", specifier = ">=1.55.8" },
|
4061
|
-
{ name = "matplotlib",
|
4061
|
+
{ name = "matplotlib", specifier = ">=3.10.0" },
|
4062
4062
|
{ name = "mem0ai", marker = "extra == 'mem0ai'", specifier = ">=0.1.48" },
|
4063
|
-
{ name = "networkx",
|
4063
|
+
{ name = "networkx", specifier = ">=3.4.2" },
|
4064
4064
|
{ name = "numpy", marker = "extra == 'numpy'", specifier = ">=1.26.4" },
|
4065
4065
|
{ name = "openai", specifier = ">=1.57.0" },
|
4066
4066
|
{ name = "pandas", marker = "extra == 'pandas'", specifier = ">=2.2.3" },
|
@@ -4094,16 +4094,16 @@ dev = [
|
|
4094
4094
|
|
4095
4095
|
[[package]]
|
4096
4096
|
name = "virtualenv"
|
4097
|
-
version = "20.29.
|
4097
|
+
version = "20.29.2"
|
4098
4098
|
source = { registry = "https://pypi.org/simple" }
|
4099
4099
|
dependencies = [
|
4100
4100
|
{ name = "distlib" },
|
4101
4101
|
{ name = "filelock" },
|
4102
4102
|
{ name = "platformdirs" },
|
4103
4103
|
]
|
4104
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
4104
|
+
sdist = { url = "https://files.pythonhosted.org/packages/f1/88/dacc875dd54a8acadb4bcbfd4e3e86df8be75527116c91d8f9784f5e9cab/virtualenv-20.29.2.tar.gz", hash = "sha256:fdaabebf6d03b5ba83ae0a02cfe96f48a716f4fae556461d180825866f75b728", size = 4320272 }
|
4105
4105
|
wheels = [
|
4106
|
-
{ url = "https://files.pythonhosted.org/packages/
|
4106
|
+
{ url = "https://files.pythonhosted.org/packages/93/fa/849483d56773ae29740ae70043ad88e068f98a6401aa819b5d6bee604683/virtualenv-20.29.2-py3-none-any.whl", hash = "sha256:febddfc3d1ea571bdb1dc0f98d7b45d24def7428214d4fb73cc486c9568cce6a", size = 4301478 },
|
4107
4107
|
]
|
4108
4108
|
|
4109
4109
|
[[package]]
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|