versionhq 1.2.0.2__tar.gz → 1.2.0.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.
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/PKG-INFO +1 -1
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/pyproject.toml +1 -1
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/requirements-dev.txt +0 -2
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/src/versionhq/__init__.py +1 -1
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/src/versionhq/network/model.py +14 -3
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/src/versionhq.egg-info/PKG-INFO +1 -1
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/uv.lock +25 -25
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/.github/workflows/deploy_docs.yml +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/.github/workflows/publish.yml +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/.github/workflows/publish_testpypi.yml +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/.github/workflows/run_tests.yml +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/.github/workflows/security_check.yml +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/.gitignore +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/.pre-commit-config.yaml +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/.python-version +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/LICENSE +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/README.md +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/SECURITY.md +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/db/preprocess.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/docs/CNAME +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/docs/_logos/favicon.ico +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/docs/_logos/logo192.png +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/docs/core/Agent.md +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/docs/core/task/response-field.md +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/docs/core/task/task-output.md +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/docs/core/task.md +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/docs/core/tool.md +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/docs/index.md +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/docs/quickstart.md +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/docs/stylesheets/main.css +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/mkdocs.yml +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/requirements.txt +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/runtime.txt +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/setup.cfg +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/src/versionhq/_utils/__init__.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/src/versionhq/_utils/i18n.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/src/versionhq/_utils/logger.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/src/versionhq/_utils/process_config.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/src/versionhq/_utils/usage_metrics.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/src/versionhq/_utils/vars.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/src/versionhq/agent/TEMPLATES/Backstory.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/src/versionhq/agent/TEMPLATES/__init__.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/src/versionhq/agent/__init__.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/src/versionhq/agent/inhouse_agents.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/src/versionhq/agent/model.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/src/versionhq/agent/parser.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/src/versionhq/agent/rpm_controller.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/src/versionhq/cli/__init__.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/src/versionhq/clients/__init__.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/src/versionhq/clients/customer/__init__.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/src/versionhq/clients/customer/model.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/src/versionhq/clients/product/__init__.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/src/versionhq/clients/product/model.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/src/versionhq/clients/workflow/__init__.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/src/versionhq/clients/workflow/model.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/src/versionhq/knowledge/__init__.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/src/versionhq/knowledge/_utils.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/src/versionhq/knowledge/embedding.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/src/versionhq/knowledge/model.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/src/versionhq/knowledge/source.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/src/versionhq/knowledge/source_docling.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/src/versionhq/knowledge/storage.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/src/versionhq/llm/__init__.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/src/versionhq/llm/llm_vars.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/src/versionhq/llm/model.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/src/versionhq/memory/__init__.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/src/versionhq/memory/contextual_memory.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/src/versionhq/memory/model.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/src/versionhq/network/__init__.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/src/versionhq/storage/__init__.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/src/versionhq/storage/base.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/src/versionhq/storage/ltm_sqlite_storage.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/src/versionhq/storage/mem0_storage.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/src/versionhq/storage/rag_storage.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/src/versionhq/storage/task_output_storage.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/src/versionhq/storage/utils.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/src/versionhq/task/TEMPLATES/Description.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/src/versionhq/task/__init__.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/src/versionhq/task/evaluate.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/src/versionhq/task/formation.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/src/versionhq/task/formatter.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/src/versionhq/task/log_handler.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/src/versionhq/task/model.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/src/versionhq/task/structured_response.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/src/versionhq/team/__init__.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/src/versionhq/team/model.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/src/versionhq/team/team_planner.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/src/versionhq/tool/__init__.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/src/versionhq/tool/cache_handler.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/src/versionhq/tool/composio_tool.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/src/versionhq/tool/composio_tool_vars.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/src/versionhq/tool/decorator.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/src/versionhq/tool/model.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/src/versionhq/tool/tool_handler.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/src/versionhq.egg-info/SOURCES.txt +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/src/versionhq.egg-info/dependency_links.txt +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/src/versionhq.egg-info/requires.txt +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/src/versionhq.egg-info/top_level.txt +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/tests/__init__.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/tests/agent/__init__.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/tests/agent/agent_test.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/tests/agent/doc_test.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/tests/cli/__init__.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/tests/clients/customer_test.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/tests/clients/product_test.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/tests/clients/workflow_test.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/tests/conftest.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/tests/doc_test.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/tests/formation_test.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/tests/knowledge/__init__.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/tests/knowledge/knowledge_test.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/tests/knowledge/mock_report_compressed.pdf +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/tests/llm/__init__.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/tests/llm/llm_test.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/tests/memory/__init__.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/tests/memory/memory_test.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/tests/network/__init__.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/tests/network/doc_test.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/tests/network/network_test.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/tests/task/__init__.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/tests/task/doc_test.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/tests/task/llm_connection_test.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/tests/task/task_test.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/tests/team/Prompts/Demo_test.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/tests/team/__init__.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/tests/team/team_test.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/tests/tool/__init__.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/tests/tool/composio_test.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/tests/tool/doc_test.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/tests/tool/tool_test.py +0 -0
- {versionhq-1.2.0.2 → versionhq-1.2.0.3}/tests/usecase_test.py +0 -0
@@ -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.3"
|
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"
|
@@ -18,8 +18,12 @@ except ImportError:
|
|
18
18
|
os.system("uv add networkx --optional networkx")
|
19
19
|
import networkx as nx
|
20
20
|
except:
|
21
|
-
|
22
|
-
|
21
|
+
try:
|
22
|
+
import os
|
23
|
+
os.system("pip install network --save")
|
24
|
+
import networkx as nx
|
25
|
+
except:
|
26
|
+
raise ImportError("networkx is not installed. Please install it with: uv add networkx --optional networkx")
|
23
27
|
|
24
28
|
try:
|
25
29
|
import matplotlib.pyplot as plt
|
@@ -29,7 +33,14 @@ except ImportError:
|
|
29
33
|
os.system("uv add matplotlib --optional matplotlib")
|
30
34
|
import matplotlib.pyplot as plt
|
31
35
|
except:
|
32
|
-
|
36
|
+
try:
|
37
|
+
import os
|
38
|
+
os.system("pip install matplotlib --save")
|
39
|
+
import matplotlib.pyplot as plt
|
40
|
+
|
41
|
+
except:
|
42
|
+
raise ImportError("matplotlib is not installed. Please install it with: uv add matplotlib --optional matplotlib")
|
43
|
+
|
33
44
|
|
34
45
|
import networkx as nx
|
35
46
|
import matplotlib.pyplot as plt
|
@@ -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]]
|
@@ -836,11 +836,11 @@ wheels = [
|
|
836
836
|
|
837
837
|
[[package]]
|
838
838
|
name = "flatbuffers"
|
839
|
-
version = "25.
|
839
|
+
version = "25.2.10"
|
840
840
|
source = { registry = "https://pypi.org/simple" }
|
841
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
841
|
+
sdist = { url = "https://files.pythonhosted.org/packages/e4/30/eb5dce7994fc71a2f685d98ec33cc660c0a5887db5610137e60d8cbc4489/flatbuffers-25.2.10.tar.gz", hash = "sha256:97e451377a41262f8d9bd4295cc836133415cc03d8cb966410a4af92eb00d26e", size = 22170 }
|
842
842
|
wheels = [
|
843
|
-
{ url = "https://files.pythonhosted.org/packages/
|
843
|
+
{ url = "https://files.pythonhosted.org/packages/b8/25/155f9f080d5e4bc0082edfda032ea2bc2b8fab3f4d25d46c1e9dd22a1a89/flatbuffers-25.2.10-py2.py3-none-any.whl", hash = "sha256:ebba5f4d5ea615af3f7fd70fc310636fbb2bbd1f566ac0a23d98dd412de50051", size = 30953 },
|
844
844
|
]
|
845
845
|
|
846
846
|
[[package]]
|
@@ -982,14 +982,14 @@ wheels = [
|
|
982
982
|
|
983
983
|
[[package]]
|
984
984
|
name = "griffe"
|
985
|
-
version = "1.5.
|
985
|
+
version = "1.5.7"
|
986
986
|
source = { registry = "https://pypi.org/simple" }
|
987
987
|
dependencies = [
|
988
988
|
{ name = "colorama" },
|
989
989
|
]
|
990
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
990
|
+
sdist = { url = "https://files.pythonhosted.org/packages/59/80/13b6456bfbf8bc854875e58d3a3bad297ee19ebdd693ce62a10fab007e7a/griffe-1.5.7.tar.gz", hash = "sha256:465238c86deaf1137761f700fb343edd8ffc846d72f6de43c3c345ccdfbebe92", size = 391503 }
|
991
991
|
wheels = [
|
992
|
-
{ url = "https://files.pythonhosted.org/packages/
|
992
|
+
{ url = "https://files.pythonhosted.org/packages/76/67/b43330ed76f96be098c165338d47ccb952964ed77ba1d075247fbdf05c04/griffe-1.5.7-py3-none-any.whl", hash = "sha256:4af8ec834b64de954d447c7b6672426bb145e71605c74a4e22d510cc79fe7d8b", size = 128294 },
|
993
993
|
]
|
994
994
|
|
995
995
|
[[package]]
|
@@ -1547,7 +1547,7 @@ wheels = [
|
|
1547
1547
|
|
1548
1548
|
[[package]]
|
1549
1549
|
name = "litellm"
|
1550
|
-
version = "1.
|
1550
|
+
version = "1.61.0"
|
1551
1551
|
source = { registry = "https://pypi.org/simple" }
|
1552
1552
|
dependencies = [
|
1553
1553
|
{ name = "aiohttp" },
|
@@ -1563,9 +1563,9 @@ dependencies = [
|
|
1563
1563
|
{ name = "tokenizers", version = "0.19.1", source = { registry = "https://pypi.org/simple" }, marker = "platform_machine == 'x86_64' and sys_platform == 'darwin'" },
|
1564
1564
|
{ name = "tokenizers", version = "0.21.0", source = { registry = "https://pypi.org/simple" }, marker = "platform_machine != 'x86_64' or sys_platform != 'darwin'" },
|
1565
1565
|
]
|
1566
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
1566
|
+
sdist = { url = "https://files.pythonhosted.org/packages/a9/14/b2b12d23c3f580deae5a4d55d250a3bdd1ac810d11be733d9213122db4db/litellm-1.61.0.tar.gz", hash = "sha256:fad57052abcd32c9eab6915ca0c8b217931f5fada613ab07324dc8e03c4c4aab", size = 6471060 }
|
1567
1567
|
wheels = [
|
1568
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1568
|
+
{ url = "https://files.pythonhosted.org/packages/97/41/aca3224a2e48e8dba0df522cf81d681903ec949a4f3704e4093f8cf929c3/litellm-1.61.0-py3-none-any.whl", hash = "sha256:23b525c10bed385778b40eaa411809b12fb8795d9f52589f8336cabd09adb342", size = 6775050 },
|
1569
1569
|
]
|
1570
1570
|
|
1571
1571
|
[[package]]
|
@@ -1761,16 +1761,16 @@ wheels = [
|
|
1761
1761
|
|
1762
1762
|
[[package]]
|
1763
1763
|
name = "mkdocs-autorefs"
|
1764
|
-
version = "1.3.
|
1764
|
+
version = "1.3.1"
|
1765
1765
|
source = { registry = "https://pypi.org/simple" }
|
1766
1766
|
dependencies = [
|
1767
1767
|
{ name = "markdown" },
|
1768
1768
|
{ name = "markupsafe" },
|
1769
1769
|
{ name = "mkdocs" },
|
1770
1770
|
]
|
1771
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
1771
|
+
sdist = { url = "https://files.pythonhosted.org/packages/52/f4/77e3cf5e7ba54dca168bc718688127844721982ae88b08684669c5b5752d/mkdocs_autorefs-1.3.1.tar.gz", hash = "sha256:a6d30cbcccae336d622a66c2418a3c92a8196b69782774529ad441abb23c0902", size = 2056416 }
|
1772
1772
|
wheels = [
|
1773
|
-
{ url = "https://files.pythonhosted.org/packages/
|
1773
|
+
{ url = "https://files.pythonhosted.org/packages/db/19/f20edc082c1de2987dbaf30fcc514ed7a908d465a15aba7cba595c3b245a/mkdocs_autorefs-1.3.1-py3-none-any.whl", hash = "sha256:18c504ae4d3ee7f344369bb26cb31d4105569ee252aab7d75ec2734c2c8b0474", size = 2837887 },
|
1774
1774
|
]
|
1775
1775
|
|
1776
1776
|
[[package]]
|
@@ -2670,7 +2670,7 @@ wheels = [
|
|
2670
2670
|
|
2671
2671
|
[[package]]
|
2672
2672
|
name = "posthog"
|
2673
|
-
version = "3.
|
2673
|
+
version = "3.12.1"
|
2674
2674
|
source = { registry = "https://pypi.org/simple" }
|
2675
2675
|
dependencies = [
|
2676
2676
|
{ name = "backoff" },
|
@@ -2679,9 +2679,9 @@ dependencies = [
|
|
2679
2679
|
{ name = "requests" },
|
2680
2680
|
{ name = "six" },
|
2681
2681
|
]
|
2682
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
2682
|
+
sdist = { url = "https://files.pythonhosted.org/packages/c4/39/12ff2ab6798f86832d822763d1f66b70d39743ead87d737f9eca55bfaadd/posthog-3.12.1.tar.gz", hash = "sha256:319036f83436981b3bdc750b0ed067b5439c510ed601933f8fc043d0989c73c6", size = 61754 }
|
2683
2683
|
wheels = [
|
2684
|
-
{ url = "https://files.pythonhosted.org/packages/
|
2684
|
+
{ url = "https://files.pythonhosted.org/packages/db/56/1d828f4248a1b1933fca932fda101389681f468e194e193a6bf457364729/posthog-3.12.1-py2.py3-none-any.whl", hash = "sha256:f749bb4aa4610678c3ea71e0f491cfb2dce570196b9753a04260ff08e52dfb6d", size = 72471 },
|
2685
2685
|
]
|
2686
2686
|
|
2687
2687
|
[[package]]
|
@@ -3976,7 +3976,7 @@ wheels = [
|
|
3976
3976
|
|
3977
3977
|
[[package]]
|
3978
3978
|
name = "versionhq"
|
3979
|
-
version = "1.2.0.
|
3979
|
+
version = "1.2.0.3"
|
3980
3980
|
source = { editable = "." }
|
3981
3981
|
dependencies = [
|
3982
3982
|
{ name = "appdirs" },
|
@@ -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
|
File without changes
|
File without changes
|