versionhq 1.2.4.11__tar.gz → 1.2.4.13__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.
Files changed (174) hide show
  1. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/PKG-INFO +1 -1
  2. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/docs/core/llm/index.md +2 -0
  3. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/pyproject.toml +1 -1
  4. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/__init__.py +1 -1
  5. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/llm/llm_vars.py +14 -10
  6. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq.egg-info/PKG-INFO +1 -1
  7. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/tests/llm/llm_connection_test.py +6 -4
  8. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/uv.lock +49 -48
  9. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/.env.sample +0 -0
  10. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/.github/workflows/deploy_docs.yml +0 -0
  11. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/.github/workflows/publish.yml +0 -0
  12. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/.github/workflows/publish_testpypi.yml +0 -0
  13. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/.github/workflows/run_tests.yml +0 -0
  14. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/.github/workflows/security_check.yml +0 -0
  15. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/.gitignore +0 -0
  16. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/.pre-commit-config.yaml +0 -0
  17. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/.python-version +0 -0
  18. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/LICENSE +0 -0
  19. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/README.md +0 -0
  20. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/SECURITY.md +0 -0
  21. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/db/preprocess.py +0 -0
  22. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/docs/CNAME +0 -0
  23. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/docs/_logos/favicon.ico +0 -0
  24. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/docs/_logos/logo192.png +0 -0
  25. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/docs/core/agent/config.md +0 -0
  26. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/docs/core/agent/index.md +0 -0
  27. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/docs/core/agent/task-handling.md +0 -0
  28. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/docs/core/agent-network/config.md +0 -0
  29. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/docs/core/agent-network/form.md +0 -0
  30. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/docs/core/agent-network/index.md +0 -0
  31. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/docs/core/agent-network/ref.md +0 -0
  32. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/docs/core/knowledge.md +0 -0
  33. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/docs/core/memory.md +0 -0
  34. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/docs/core/rag-tool.md +0 -0
  35. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/docs/core/task/evaluation.md +0 -0
  36. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/docs/core/task/index.md +0 -0
  37. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/docs/core/task/reference.md +0 -0
  38. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/docs/core/task/response-field.md +0 -0
  39. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/docs/core/task/task-execution.md +0 -0
  40. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/docs/core/task/task-output.md +0 -0
  41. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/docs/core/task/task-strc-response.md +0 -0
  42. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/docs/core/task-graph/index.md +0 -0
  43. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/docs/core/tool.md +0 -0
  44. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/docs/index.md +0 -0
  45. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/docs/quickstart.md +0 -0
  46. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/docs/stylesheets/main.css +0 -0
  47. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/docs/tags.md +0 -0
  48. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/mkdocs.yml +0 -0
  49. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/requirements-dev.txt +0 -0
  50. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/requirements.txt +0 -0
  51. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/runtime.txt +0 -0
  52. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/setup.cfg +0 -0
  53. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/_prompt/auto_feedback.py +0 -0
  54. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/_prompt/constants.py +0 -0
  55. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/_prompt/model.py +0 -0
  56. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/_utils/__init__.py +0 -0
  57. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/_utils/convert_img_url.py +0 -0
  58. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/_utils/i18n.py +0 -0
  59. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/_utils/is_valid_enum.py +0 -0
  60. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/_utils/is_valid_url.py +0 -0
  61. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/_utils/llm_as_a_judge.py +0 -0
  62. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/_utils/logger.py +0 -0
  63. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/_utils/process_config.py +0 -0
  64. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/_utils/usage_metrics.py +0 -0
  65. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/_utils/vars.py +0 -0
  66. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/agent/TEMPLATES/Backstory.py +0 -0
  67. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/agent/TEMPLATES/__init__.py +0 -0
  68. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/agent/__init__.py +0 -0
  69. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/agent/inhouse_agents.py +0 -0
  70. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/agent/model.py +0 -0
  71. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/agent/parser.py +0 -0
  72. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/agent/rpm_controller.py +0 -0
  73. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/agent_network/__init__.py +0 -0
  74. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/agent_network/formation.py +0 -0
  75. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/agent_network/model.py +0 -0
  76. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/cli/__init__.py +0 -0
  77. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/clients/__init__.py +0 -0
  78. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/clients/customer/__init__.py +0 -0
  79. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/clients/customer/model.py +0 -0
  80. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/clients/product/__init__.py +0 -0
  81. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/clients/product/model.py +0 -0
  82. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/clients/workflow/__init__.py +0 -0
  83. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/clients/workflow/model.py +0 -0
  84. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/knowledge/__init__.py +0 -0
  85. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/knowledge/_utils.py +0 -0
  86. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/knowledge/embedding.py +0 -0
  87. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/knowledge/model.py +0 -0
  88. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/knowledge/source.py +0 -0
  89. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/knowledge/source_docling.py +0 -0
  90. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/knowledge/storage.py +0 -0
  91. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/llm/__init__.py +0 -0
  92. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/llm/model.py +0 -0
  93. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/memory/__init__.py +0 -0
  94. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/memory/contextual_memory.py +0 -0
  95. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/memory/model.py +0 -0
  96. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/storage/__init__.py +0 -0
  97. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/storage/base.py +0 -0
  98. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/storage/ltm_sqlite_storage.py +0 -0
  99. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/storage/mem0_storage.py +0 -0
  100. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/storage/rag_storage.py +0 -0
  101. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/storage/task_output_storage.py +0 -0
  102. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/storage/utils.py +0 -0
  103. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/task/TEMPLATES/Description.py +0 -0
  104. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/task/__init__.py +0 -0
  105. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/task/evaluation.py +0 -0
  106. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/task/formatter.py +0 -0
  107. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/task/model.py +0 -0
  108. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/task/structured_response.py +0 -0
  109. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/task_graph/__init__.py +0 -0
  110. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/task_graph/colors.py +0 -0
  111. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/task_graph/draft.py +0 -0
  112. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/task_graph/model.py +0 -0
  113. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/tool/__init__.py +0 -0
  114. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/tool/cache_handler.py +0 -0
  115. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/tool/composio/__init__.py +0 -0
  116. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/tool/composio/model.py +0 -0
  117. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/tool/composio/params.py +0 -0
  118. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/tool/decorator.py +0 -0
  119. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/tool/gpt/__init__.py +0 -0
  120. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/tool/gpt/_enum.py +0 -0
  121. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/tool/gpt/cua.py +0 -0
  122. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/tool/gpt/file_search.py +0 -0
  123. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/tool/gpt/web_search.py +0 -0
  124. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/tool/model.py +0 -0
  125. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/tool/rag_tool.py +0 -0
  126. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq/tool/tool_handler.py +0 -0
  127. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq.egg-info/SOURCES.txt +0 -0
  128. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq.egg-info/dependency_links.txt +0 -0
  129. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq.egg-info/requires.txt +0 -0
  130. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/src/versionhq.egg-info/top_level.txt +0 -0
  131. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/tests/__init__.py +0 -0
  132. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/tests/_prompt/auto_feedback_test.py +0 -0
  133. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/tests/_prompt/prompt_test.py +0 -0
  134. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/tests/_sample/sample.csv +0 -0
  135. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/tests/_sample/sample.json +0 -0
  136. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/tests/_sample/sample.mp3 +0 -0
  137. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/tests/_sample/screenshot.png +0 -0
  138. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/tests/agent/__init__.py +0 -0
  139. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/tests/agent/agent_test.py +0 -0
  140. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/tests/agent/doc_test.py +0 -0
  141. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/tests/agent_network/Prompts/Demo_test.py +0 -0
  142. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/tests/agent_network/__init__.py +0 -0
  143. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/tests/agent_network/agent_network_test.py +0 -0
  144. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/tests/agent_network/doc_test.py +0 -0
  145. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/tests/cli/__init__.py +0 -0
  146. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/tests/clients/customer_test.py +0 -0
  147. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/tests/clients/product_test.py +0 -0
  148. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/tests/clients/workflow_test.py +0 -0
  149. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/tests/conftest.py +0 -0
  150. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/tests/doc_test.py +0 -0
  151. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/tests/formation_test.py +0 -0
  152. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/tests/knowledge/__init__.py +0 -0
  153. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/tests/knowledge/knowledge_test.py +0 -0
  154. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/tests/knowledge/mock_report_compressed.pdf +0 -0
  155. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/tests/llm/__init__.py +0 -0
  156. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/tests/llm/llm_test.py +0 -0
  157. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/tests/memory/__init__.py +0 -0
  158. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/tests/memory/memory_test.py +0 -0
  159. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/tests/task/__init__.py +0 -0
  160. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/tests/task/doc_eval_test.py +0 -0
  161. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/tests/task/doc_taskoutput_test.py +0 -0
  162. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/tests/task/doc_test.py +0 -0
  163. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/tests/task/eval_test.py +0 -0
  164. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/tests/task/task_test.py +0 -0
  165. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/tests/task_graph/__init__.py +0 -0
  166. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/tests/task_graph/doc_test.py +0 -0
  167. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/tests/task_graph/task_graph_test.py +0 -0
  168. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/tests/tool/__init__.py +0 -0
  169. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/tests/tool/composio_test.py +0 -0
  170. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/tests/tool/doc_test.py +0 -0
  171. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/tests/tool/gpt_test.py +0 -0
  172. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/tests/tool/rag_tool_test.py +0 -0
  173. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/tests/tool/tool_test.py +0 -0
  174. {versionhq-1.2.4.11 → versionhq-1.2.4.13}/tests/usecase_test.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: versionhq
3
- Version: 1.2.4.11
3
+ Version: 1.2.4.13
4
4
  Summary: Autonomous agent networks for task automation with multi-step reasoning.
5
5
  Author-email: Kuriko Iwai <kuriko@versi0n.io>
6
6
  License: MIT License
@@ -20,6 +20,8 @@ You can specify a model and integration platform from the list. Else, we'll use
20
20
  "gpt-4",
21
21
  "gpt-4o",
22
22
  "gpt-4o-mini",
23
+ "o3-mini",
24
+ "o3-mini-2025-01-31",
23
25
  "o1-mini",
24
26
  "o1-preview",
25
27
  ],
@@ -15,7 +15,7 @@ exclude = ["test*", "__pycache__", "*.egg-info"]
15
15
 
16
16
  [project]
17
17
  name = "versionhq"
18
- version = "1.2.4.11"
18
+ version = "1.2.4.13"
19
19
  authors = [{ name = "Kuriko Iwai", email = "kuriko@versi0n.io" }]
20
20
  description = "Autonomous agent networks for task automation with multi-step reasoning."
21
21
  readme = "README.md"
@@ -35,7 +35,7 @@ from versionhq.agent_network.formation import form_agent_network
35
35
  from versionhq.task_graph.draft import workflow
36
36
 
37
37
 
38
- __version__ = "1.2.4.11"
38
+ __version__ = "1.2.4.13"
39
39
  __all__ = [
40
40
  "Agent",
41
41
 
@@ -8,19 +8,19 @@ PROVIDERS = {
8
8
  "openrouter": { "api_key": "OPENROUTER_API_KEY" },
9
9
  "anthropic": { "api_key": "ANTHROPIC_API_KEY" },
10
10
  "bedrock": {
11
- "AWS_ACCESS_KEY_ID": "AWS_ACCESS_KEY_ID",
12
- "AWS_SECRET_ACCESS_KEY": "AWS_SECRET_ACCESS_KEY",
13
- "AWS_REGION_NAME": "AWS_REGION_NAME",
11
+ "aws_access_key_id": "AWS_ACCESS_KEY_ID",
12
+ "aws_secret_access_key": "AWS_SECRET_ACCESS_KEY",
13
+ "aws_region_name": "AWS_REGION_NAME",
14
14
  },
15
15
  "bedrock/converse": {
16
- "AWS_ACCESS_KEY_ID": "AWS_ACCESS_KEY_ID",
17
- "AWS_SECRET_ACCESS_KEY": "AWS_SECRET_ACCESS_KEY",
18
- "AWS_REGION_NAME": "AWS_REGION_NAME",
16
+ "aws_access_key_id": "AWS_ACCESS_KEY_ID",
17
+ "aws_secret_access_key": "AWS_SECRET_ACCESS_KEY",
18
+ "aws_region_name": "AWS_REGION_NAME",
19
19
  },
20
20
  "sagemaker": {
21
- "AWS_ACCESS_KEY_ID": "AWS_ACCESS_KEY_ID",
22
- "AWS_SECRET_ACCESS_KEY": "AWS_SECRET_ACCESS_KEY",
23
- "AWS_REGION_NAME": "AWS_REGION_NAME",
21
+ "aws_access_key_id": "AWS_ACCESS_KEY_ID",
22
+ "aws_secret_access_key": "AWS_SECRET_ACCESS_KEY",
23
+ "aws_region_name": "AWS_REGION_NAME",
24
24
  },
25
25
  "huggingface": {
26
26
  "api_key": "HUGGINGFACE_API_KEY",
@@ -46,13 +46,15 @@ ENDPOINTS = [
46
46
  ]
47
47
 
48
48
 
49
- # Resaoning, text gen,
49
+ # Resaoning and text generation models
50
50
  TEXT_MODELS = {
51
51
  "openai": [
52
52
  "gpt-4.5-preview-2025-02-27",
53
53
  "gpt-4",
54
54
  "gpt-4o",
55
55
  "gpt-4o-mini",
56
+ "o3-mini",
57
+ "o3-mini-2025-01-31",
56
58
  "o1-mini",
57
59
  "o1-preview",
58
60
  ],
@@ -171,6 +173,8 @@ LLM_CONTEXT_WINDOW_SIZES = {
171
173
  "gpt-4": 8192,
172
174
  "o1-preview": 128000,
173
175
  "o1-mini": 128000,
176
+ "o3-mini": 200000,
177
+ "o3-mini-2025-01-31": 200000,
174
178
 
175
179
  "gemini/gemini-2.0-flash-exp": 1048576,
176
180
  "gemini/gemini-2.0-flash": 1048576,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: versionhq
3
- Version: 1.2.4.11
3
+ Version: 1.2.4.13
4
4
  Summary: Autonomous agent networks for task automation with multi-step reasoning.
5
5
  Author-email: Kuriko Iwai <kuriko@versi0n.io>
6
6
  License: MIT License
@@ -12,8 +12,8 @@ from tests import Demo, demo_response_fields
12
12
  Test connection to the llm via endpoint provider or litellm.
13
13
  """
14
14
 
15
- def set_agent(llm: str) -> Agent:
16
- agent = Agent(role="LLM Connection Tester", llm=llm, maxit=1, max_retry_limit=1, llm_config=dict(max_tokens=3000))
15
+ def set_agent(llm: str, **kwargs) -> Agent:
16
+ agent = Agent(role="LLM Connection Tester", llm=llm, maxit=1, max_retry_limit=1, llm_config=dict(max_tokens=3000), **kwargs)
17
17
  return agent
18
18
 
19
19
  @pytest.fixture(scope='module')
@@ -68,11 +68,13 @@ def _test_con_bedrock(simple_task, tool_task, schema_task, res_field_task):
68
68
  assert [v and type(v) == res_field_task.response_schema[i].data_type for i, (k, v) in enumerate(res_4.json_dict.items())]
69
69
 
70
70
 
71
- def _test_con_gpt(simple_task, tool_task, schema_task, res_field_task):
71
+ def _test_con_openai(simple_task, tool_task, schema_task, res_field_task):
72
72
  llms_to_test = [
73
73
  "gpt-4.5-preview-2025-02-27",
74
+ "o3-mini",
75
+ "o3-mini-2025-01-31",
74
76
  ]
75
- agents = [set_agent(llm=llm) for llm in llms_to_test]
77
+ agents = [set_agent(llm=llm, provider="openai") for llm in llms_to_test]
76
78
 
77
79
  for agent in agents:
78
80
  assert isinstance(agent.llm, LLM)
@@ -854,11 +854,11 @@ dependencies = [
854
854
  { name = "pillow" },
855
855
  { name = "pydantic" },
856
856
  { name = "safetensors", extra = ["torch"] },
857
- { name = "torch", version = "2.6.0", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(platform_machine != 'x86_64' and sys_platform == 'darwin') or (sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32')" },
858
- { name = "torch", version = "2.6.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "platform_machine == 'x86_64' and sys_platform == 'darwin'" },
857
+ { name = "torch", version = "2.6.0", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "platform_machine != 'x86_64' and sys_platform == 'darwin'" },
858
+ { name = "torch", version = "2.6.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(platform_machine == 'x86_64' and sys_platform == 'darwin') or (sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32')" },
859
859
  { name = "torch", version = "2.6.0+cu124", source = { registry = "https://download.pytorch.org/whl/cu124" }, marker = "sys_platform == 'linux' or sys_platform == 'win32'" },
860
- { name = "torchvision", version = "0.21.0", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(platform_machine != 'x86_64' and sys_platform == 'darwin') or (sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32')" },
861
- { name = "torchvision", version = "0.21.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "platform_machine == 'x86_64' and sys_platform == 'darwin'" },
860
+ { name = "torchvision", version = "0.21.0", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "platform_machine != 'x86_64' and sys_platform == 'darwin'" },
861
+ { name = "torchvision", version = "0.21.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(platform_machine == 'x86_64' and sys_platform == 'darwin') or (sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32')" },
862
862
  { name = "torchvision", version = "0.21.0+cu124", source = { registry = "https://download.pytorch.org/whl/cu124" }, marker = "sys_platform == 'linux' or sys_platform == 'win32'" },
863
863
  { name = "tqdm" },
864
864
  { name = "transformers", version = "4.42.4", source = { registry = "https://pypi.org/simple" }, marker = "platform_machine == 'x86_64' and sys_platform == 'darwin'" },
@@ -924,11 +924,11 @@ dependencies = [
924
924
  { name = "scikit-image" },
925
925
  { name = "scipy" },
926
926
  { name = "shapely" },
927
- { name = "torch", version = "2.6.0", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(platform_machine != 'x86_64' and sys_platform == 'darwin') or (sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32')" },
928
- { name = "torch", version = "2.6.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "platform_machine == 'x86_64' and sys_platform == 'darwin'" },
927
+ { name = "torch", version = "2.6.0", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "platform_machine != 'x86_64' and sys_platform == 'darwin'" },
928
+ { name = "torch", version = "2.6.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(platform_machine == 'x86_64' and sys_platform == 'darwin') or (sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32')" },
929
929
  { name = "torch", version = "2.6.0+cu124", source = { registry = "https://download.pytorch.org/whl/cu124" }, marker = "sys_platform == 'linux' or sys_platform == 'win32'" },
930
- { name = "torchvision", version = "0.21.0", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(platform_machine != 'x86_64' and sys_platform == 'darwin') or (sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32')" },
931
- { name = "torchvision", version = "0.21.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "platform_machine == 'x86_64' and sys_platform == 'darwin'" },
930
+ { name = "torchvision", version = "0.21.0", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "platform_machine != 'x86_64' and sys_platform == 'darwin'" },
931
+ { name = "torchvision", version = "0.21.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(platform_machine == 'x86_64' and sys_platform == 'darwin') or (sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32')" },
932
932
  { name = "torchvision", version = "0.21.0+cu124", source = { registry = "https://download.pytorch.org/whl/cu124" }, marker = "sys_platform == 'linux' or sys_platform == 'win32'" },
933
933
  ]
934
934
  wheels = [
@@ -2552,7 +2552,7 @@ name = "nvidia-cudnn-cu12"
2552
2552
  version = "9.1.0.70"
2553
2553
  source = { registry = "https://pypi.org/simple" }
2554
2554
  dependencies = [
2555
- { name = "nvidia-cublas-cu12", marker = "sys_platform == 'linux' or sys_platform == 'win32'" },
2555
+ { name = "nvidia-cublas-cu12", marker = "(platform_machine != 'aarch64' and sys_platform == 'linux') or sys_platform == 'win32'" },
2556
2556
  ]
2557
2557
  wheels = [
2558
2558
  { url = "https://files.pythonhosted.org/packages/9f/fd/713452cd72343f682b1c7b9321e23829f00b842ceaedcda96e742ea0b0b3/nvidia_cudnn_cu12-9.1.0.70-py3-none-manylinux2014_x86_64.whl", hash = "sha256:165764f44ef8c61fcdfdfdbe769d687e06374059fbb388b6c89ecb0e28793a6f", size = 664752741 },
@@ -2563,7 +2563,7 @@ name = "nvidia-cufft-cu12"
2563
2563
  version = "11.2.1.3"
2564
2564
  source = { registry = "https://pypi.org/simple" }
2565
2565
  dependencies = [
2566
- { name = "nvidia-nvjitlink-cu12", marker = "sys_platform == 'linux' or sys_platform == 'win32'" },
2566
+ { name = "nvidia-nvjitlink-cu12", marker = "(platform_machine != 'aarch64' and sys_platform == 'linux') or sys_platform == 'win32'" },
2567
2567
  ]
2568
2568
  wheels = [
2569
2569
  { url = "https://files.pythonhosted.org/packages/27/94/3266821f65b92b3138631e9c8e7fe1fb513804ac934485a8d05776e1dd43/nvidia_cufft_cu12-11.2.1.3-py3-none-manylinux2014_x86_64.whl", hash = "sha256:f083fc24912aa410be21fa16d157fed2055dab1cc4b6934a0e03cba69eb242b9", size = 211459117 },
@@ -2582,9 +2582,9 @@ name = "nvidia-cusolver-cu12"
2582
2582
  version = "11.6.1.9"
2583
2583
  source = { registry = "https://pypi.org/simple" }
2584
2584
  dependencies = [
2585
- { name = "nvidia-cublas-cu12", marker = "sys_platform == 'linux' or sys_platform == 'win32'" },
2586
- { name = "nvidia-cusparse-cu12", marker = "sys_platform == 'linux' or sys_platform == 'win32'" },
2587
- { name = "nvidia-nvjitlink-cu12", marker = "sys_platform == 'linux' or sys_platform == 'win32'" },
2585
+ { name = "nvidia-cublas-cu12", marker = "(platform_machine != 'aarch64' and sys_platform == 'linux') or sys_platform == 'win32'" },
2586
+ { name = "nvidia-cusparse-cu12", marker = "(platform_machine != 'aarch64' and sys_platform == 'linux') or sys_platform == 'win32'" },
2587
+ { name = "nvidia-nvjitlink-cu12", marker = "(platform_machine != 'aarch64' and sys_platform == 'linux') or sys_platform == 'win32'" },
2588
2588
  ]
2589
2589
  wheels = [
2590
2590
  { url = "https://files.pythonhosted.org/packages/3a/e1/5b9089a4b2a4790dfdea8b3a006052cfecff58139d5a4e34cb1a51df8d6f/nvidia_cusolver_cu12-11.6.1.9-py3-none-manylinux2014_x86_64.whl", hash = "sha256:19e33fa442bcfd085b3086c4ebf7e8debc07cfe01e11513cc6d332fd918ac260", size = 127936057 },
@@ -2595,7 +2595,7 @@ name = "nvidia-cusparse-cu12"
2595
2595
  version = "12.3.1.170"
2596
2596
  source = { registry = "https://pypi.org/simple" }
2597
2597
  dependencies = [
2598
- { name = "nvidia-nvjitlink-cu12", marker = "sys_platform == 'linux' or sys_platform == 'win32'" },
2598
+ { name = "nvidia-nvjitlink-cu12", marker = "(platform_machine != 'aarch64' and sys_platform == 'linux') or sys_platform == 'win32'" },
2599
2599
  ]
2600
2600
  wheels = [
2601
2601
  { url = "https://files.pythonhosted.org/packages/db/f7/97a9ea26ed4bbbfc2d470994b8b4f338ef663be97b8f677519ac195e113d/nvidia_cusparse_cu12-12.3.1.170-py3-none-manylinux2014_x86_64.whl", hash = "sha256:ea4f11a2904e2a8dc4b1833cc1b5181cde564edd0d5cd33e3c168eff2d1863f1", size = 207454763 },
@@ -4073,8 +4073,8 @@ wheels = [
4073
4073
  torch = [
4074
4074
  { name = "numpy", version = "1.26.4", source = { registry = "https://pypi.org/simple" }, marker = "platform_machine == 'x86_64' and sys_platform == 'darwin'" },
4075
4075
  { name = "numpy", version = "2.2.4", source = { registry = "https://pypi.org/simple" }, marker = "platform_machine != 'x86_64' or sys_platform != 'darwin'" },
4076
- { name = "torch", version = "2.6.0", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(platform_machine != 'x86_64' and sys_platform == 'darwin') or (sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32')" },
4077
- { name = "torch", version = "2.6.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "platform_machine == 'x86_64' and sys_platform == 'darwin'" },
4076
+ { name = "torch", version = "2.6.0", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "platform_machine != 'x86_64' and sys_platform == 'darwin'" },
4077
+ { name = "torch", version = "2.6.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(platform_machine == 'x86_64' and sys_platform == 'darwin') or (sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32')" },
4078
4078
  { name = "torch", version = "2.6.0+cu124", source = { registry = "https://download.pytorch.org/whl/cu124" }, marker = "sys_platform == 'linux' or sys_platform == 'win32'" },
4079
4079
  ]
4080
4080
 
@@ -4538,22 +4538,18 @@ version = "2.6.0"
4538
4538
  source = { registry = "https://download.pytorch.org/whl/cpu" }
4539
4539
  resolution-markers = [
4540
4540
  "python_full_version >= '3.13' and platform_machine != 'x86_64' and sys_platform == 'darwin'",
4541
- "python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
4542
4541
  "python_full_version >= '3.12.4' and python_full_version < '3.13' and platform_machine != 'x86_64' and sys_platform == 'darwin'",
4543
- "python_full_version >= '3.12.4' and python_full_version < '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
4544
4542
  "python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine != 'x86_64' and sys_platform == 'darwin'",
4545
- "python_full_version >= '3.12' and python_full_version < '3.12.4' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
4546
4543
  "python_full_version < '3.12' and platform_machine != 'x86_64' and sys_platform == 'darwin'",
4547
- "python_full_version < '3.12' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
4548
4544
  ]
4549
4545
  dependencies = [
4550
- { name = "filelock", marker = "(platform_machine != 'x86_64' and sys_platform == 'darwin') or (sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32')" },
4551
- { name = "fsspec", marker = "(platform_machine != 'x86_64' and sys_platform == 'darwin') or (sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32')" },
4552
- { name = "jinja2", marker = "(platform_machine != 'x86_64' and sys_platform == 'darwin') or (sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32')" },
4553
- { name = "networkx", marker = "(platform_machine != 'x86_64' and sys_platform == 'darwin') or (sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32')" },
4554
- { name = "setuptools", marker = "(python_full_version >= '3.12' and platform_machine != 'x86_64' and sys_platform == 'darwin') or (python_full_version >= '3.12' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32')" },
4555
- { name = "sympy", marker = "(platform_machine != 'x86_64' and sys_platform == 'darwin') or (sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32')" },
4556
- { name = "typing-extensions", marker = "(platform_machine != 'x86_64' and sys_platform == 'darwin') or (sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32')" },
4546
+ { name = "filelock", marker = "platform_machine != 'x86_64' and sys_platform == 'darwin'" },
4547
+ { name = "fsspec", marker = "platform_machine != 'x86_64' and sys_platform == 'darwin'" },
4548
+ { name = "jinja2", marker = "platform_machine != 'x86_64' and sys_platform == 'darwin'" },
4549
+ { name = "networkx", marker = "platform_machine != 'x86_64' and sys_platform == 'darwin'" },
4550
+ { name = "setuptools", marker = "python_full_version >= '3.12' and platform_machine != 'x86_64' and sys_platform == 'darwin'" },
4551
+ { name = "sympy", marker = "platform_machine != 'x86_64' and sys_platform == 'darwin'" },
4552
+ { name = "typing-extensions", marker = "platform_machine != 'x86_64' and sys_platform == 'darwin'" },
4557
4553
  ]
4558
4554
  wheels = [
4559
4555
  { url = "https://download.pytorch.org/whl/cpu/torch-2.6.0-cp311-none-macosx_11_0_arm64.whl", hash = "sha256:94fc63b3b4bedd327af588696559f68c264440e2503cc9e6954019473d74ae21" },
@@ -4568,18 +4564,22 @@ source = { registry = "https://download.pytorch.org/whl/cpu" }
4568
4564
  resolution-markers = [
4569
4565
  "python_full_version >= '3.13' and platform_machine == 'x86_64' and platform_python_implementation == 'PyPy' and sys_platform == 'darwin'",
4570
4566
  "python_full_version >= '3.13' and platform_machine == 'x86_64' and platform_python_implementation != 'PyPy' and sys_platform == 'darwin'",
4567
+ "python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
4571
4568
  "python_full_version >= '3.12.4' and python_full_version < '3.13' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
4569
+ "python_full_version >= '3.12.4' and python_full_version < '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
4572
4570
  "python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
4571
+ "python_full_version >= '3.12' and python_full_version < '3.12.4' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
4573
4572
  "python_full_version < '3.12' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
4573
+ "python_full_version < '3.12' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
4574
4574
  ]
4575
4575
  dependencies = [
4576
- { name = "filelock", marker = "platform_machine == 'x86_64' and sys_platform == 'darwin'" },
4577
- { name = "fsspec", marker = "platform_machine == 'x86_64' and sys_platform == 'darwin'" },
4578
- { name = "jinja2", marker = "platform_machine == 'x86_64' and sys_platform == 'darwin'" },
4579
- { name = "networkx", marker = "platform_machine == 'x86_64' and sys_platform == 'darwin'" },
4580
- { name = "setuptools", marker = "python_full_version >= '3.12' and platform_machine == 'x86_64' and sys_platform == 'darwin'" },
4581
- { name = "sympy", marker = "platform_machine == 'x86_64' and sys_platform == 'darwin'" },
4582
- { name = "typing-extensions", marker = "platform_machine == 'x86_64' and sys_platform == 'darwin'" },
4576
+ { name = "filelock", marker = "(platform_machine == 'x86_64' and sys_platform == 'darwin') or (sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32')" },
4577
+ { name = "fsspec", marker = "(platform_machine == 'x86_64' and sys_platform == 'darwin') or (sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32')" },
4578
+ { name = "jinja2", marker = "(platform_machine == 'x86_64' and sys_platform == 'darwin') or (sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32')" },
4579
+ { name = "networkx", marker = "(platform_machine == 'x86_64' and sys_platform == 'darwin') or (sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32')" },
4580
+ { name = "setuptools", marker = "(python_full_version >= '3.12' and platform_machine == 'x86_64' and sys_platform == 'darwin') or (python_full_version >= '3.12' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32')" },
4581
+ { name = "sympy", marker = "(platform_machine == 'x86_64' and sys_platform == 'darwin') or (sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32')" },
4582
+ { name = "typing-extensions", marker = "(platform_machine == 'x86_64' and sys_platform == 'darwin') or (sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32')" },
4583
4583
  ]
4584
4584
 
4585
4585
  [[package]]
@@ -4635,18 +4635,14 @@ version = "0.21.0"
4635
4635
  source = { registry = "https://download.pytorch.org/whl/cpu" }
4636
4636
  resolution-markers = [
4637
4637
  "python_full_version >= '3.13' and platform_machine != 'x86_64' and sys_platform == 'darwin'",
4638
- "python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
4639
4638
  "python_full_version >= '3.12.4' and python_full_version < '3.13' and platform_machine != 'x86_64' and sys_platform == 'darwin'",
4640
- "python_full_version >= '3.12.4' and python_full_version < '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
4641
4639
  "python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine != 'x86_64' and sys_platform == 'darwin'",
4642
- "python_full_version >= '3.12' and python_full_version < '3.12.4' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
4643
4640
  "python_full_version < '3.12' and platform_machine != 'x86_64' and sys_platform == 'darwin'",
4644
- "python_full_version < '3.12' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
4645
4641
  ]
4646
4642
  dependencies = [
4647
- { name = "numpy", version = "2.2.4", source = { registry = "https://pypi.org/simple" }, marker = "(platform_machine != 'x86_64' and sys_platform == 'darwin') or (sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32')" },
4648
- { name = "pillow", marker = "(platform_machine != 'x86_64' and sys_platform == 'darwin') or (sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32')" },
4649
- { name = "torch", version = "2.6.0", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(platform_machine != 'x86_64' and sys_platform == 'darwin') or (sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32')" },
4643
+ { name = "numpy", version = "2.2.4", source = { registry = "https://pypi.org/simple" }, marker = "platform_machine != 'x86_64' and sys_platform == 'darwin'" },
4644
+ { name = "pillow", marker = "platform_machine != 'x86_64' and sys_platform == 'darwin'" },
4645
+ { name = "torch", version = "2.6.0", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "platform_machine != 'x86_64' and sys_platform == 'darwin'" },
4650
4646
  ]
4651
4647
  wheels = [
4652
4648
  { url = "https://download.pytorch.org/whl/cpu/torchvision-0.21.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:110d115333524d60e9e474d53c7d20f096dbd8a080232f88dddb90566f90064c" },
@@ -4661,14 +4657,19 @@ source = { registry = "https://download.pytorch.org/whl/cpu" }
4661
4657
  resolution-markers = [
4662
4658
  "python_full_version >= '3.13' and platform_machine == 'x86_64' and platform_python_implementation == 'PyPy' and sys_platform == 'darwin'",
4663
4659
  "python_full_version >= '3.13' and platform_machine == 'x86_64' and platform_python_implementation != 'PyPy' and sys_platform == 'darwin'",
4660
+ "python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
4664
4661
  "python_full_version >= '3.12.4' and python_full_version < '3.13' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
4662
+ "python_full_version >= '3.12.4' and python_full_version < '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
4665
4663
  "python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
4664
+ "python_full_version >= '3.12' and python_full_version < '3.12.4' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
4666
4665
  "python_full_version < '3.12' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
4666
+ "python_full_version < '3.12' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
4667
4667
  ]
4668
4668
  dependencies = [
4669
4669
  { name = "numpy", version = "1.26.4", source = { registry = "https://pypi.org/simple" }, marker = "platform_machine == 'x86_64' and sys_platform == 'darwin'" },
4670
- { name = "pillow", marker = "platform_machine == 'x86_64' and sys_platform == 'darwin'" },
4671
- { name = "torch", version = "2.6.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "platform_machine == 'x86_64' and sys_platform == 'darwin'" },
4670
+ { name = "numpy", version = "2.2.4", source = { registry = "https://pypi.org/simple" }, marker = "sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'" },
4671
+ { name = "pillow", marker = "(platform_machine == 'x86_64' and sys_platform == 'darwin') or (sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32')" },
4672
+ { name = "torch", version = "2.6.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(platform_machine == 'x86_64' and sys_platform == 'darwin') or (sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32')" },
4672
4673
  ]
4673
4674
 
4674
4675
  [[package]]
@@ -4905,7 +4906,7 @@ wheels = [
4905
4906
 
4906
4907
  [[package]]
4907
4908
  name = "versionhq"
4908
- version = "1.2.4.11"
4909
+ version = "1.2.4.13"
4909
4910
  source = { editable = "." }
4910
4911
  dependencies = [
4911
4912
  { name = "appdirs" },
@@ -4950,11 +4951,11 @@ tools = [
4950
4951
  { name = "sec-api" },
4951
4952
  ]
4952
4953
  torch = [
4953
- { name = "torch", version = "2.6.0", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(platform_machine != 'x86_64' and sys_platform == 'darwin') or (sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32')" },
4954
- { name = "torch", version = "2.6.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "platform_machine == 'x86_64' and sys_platform == 'darwin'" },
4954
+ { name = "torch", version = "2.6.0", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "platform_machine != 'x86_64' and sys_platform == 'darwin'" },
4955
+ { name = "torch", version = "2.6.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(platform_machine == 'x86_64' and sys_platform == 'darwin') or (sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32')" },
4955
4956
  { name = "torch", version = "2.6.0+cu124", source = { registry = "https://download.pytorch.org/whl/cu124" }, marker = "sys_platform == 'linux' or sys_platform == 'win32'" },
4956
- { name = "torchvision", version = "0.21.0", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(platform_machine != 'x86_64' and sys_platform == 'darwin') or (sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32')" },
4957
- { name = "torchvision", version = "0.21.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "platform_machine == 'x86_64' and sys_platform == 'darwin'" },
4957
+ { name = "torchvision", version = "0.21.0", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "platform_machine != 'x86_64' and sys_platform == 'darwin'" },
4958
+ { name = "torchvision", version = "0.21.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(platform_machine == 'x86_64' and sys_platform == 'darwin') or (sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32')" },
4958
4959
  { name = "torchvision", version = "0.21.0+cu124", source = { registry = "https://download.pytorch.org/whl/cu124" }, marker = "sys_platform == 'linux' or sys_platform == 'win32'" },
4959
4960
  ]
4960
4961
 
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