veris-ai 1.12.1__tar.gz → 1.12.2__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.

Potentially problematic release.


This version of veris-ai might be problematic. Click here for more details.

Files changed (43) hide show
  1. {veris_ai-1.12.1 → veris_ai-1.12.2}/.github/workflows/test.yml +1 -1
  2. veris_ai-1.12.2/CHANGELOG.md +13 -0
  3. {veris_ai-1.12.1 → veris_ai-1.12.2}/PKG-INFO +8 -1
  4. {veris_ai-1.12.1 → veris_ai-1.12.2}/README.md +7 -0
  5. {veris_ai-1.12.1 → veris_ai-1.12.2}/pyproject.toml +1 -1
  6. {veris_ai-1.12.1 → veris_ai-1.12.2}/src/veris_ai/agents_wrapper.py +2 -0
  7. {veris_ai-1.12.1 → veris_ai-1.12.2}/uv.lock +1 -1
  8. veris_ai-1.12.1/CHANGELOG.md +0 -56
  9. {veris_ai-1.12.1 → veris_ai-1.12.2}/.cursor/rules/documentation-management.mdc +0 -0
  10. {veris_ai-1.12.1 → veris_ai-1.12.2}/.github/workflows/release.yml +0 -0
  11. {veris_ai-1.12.1 → veris_ai-1.12.2}/.gitignore +0 -0
  12. {veris_ai-1.12.1 → veris_ai-1.12.2}/.pre-commit-config.yaml +0 -0
  13. {veris_ai-1.12.1 → veris_ai-1.12.2}/CLAUDE.md +0 -0
  14. {veris_ai-1.12.1 → veris_ai-1.12.2}/LICENSE +0 -0
  15. {veris_ai-1.12.1 → veris_ai-1.12.2}/examples/README.md +0 -0
  16. {veris_ai-1.12.1 → veris_ai-1.12.2}/examples/__init__.py +0 -0
  17. {veris_ai-1.12.1 → veris_ai-1.12.2}/examples/import_options.py +0 -0
  18. {veris_ai-1.12.1 → veris_ai-1.12.2}/examples/openai_agents_example.py +0 -0
  19. {veris_ai-1.12.1 → veris_ai-1.12.2}/src/veris_ai/README.md +0 -0
  20. {veris_ai-1.12.1 → veris_ai-1.12.2}/src/veris_ai/__init__.py +0 -0
  21. {veris_ai-1.12.1 → veris_ai-1.12.2}/src/veris_ai/api_client.py +0 -0
  22. {veris_ai-1.12.1 → veris_ai-1.12.2}/src/veris_ai/jaeger_interface/README.md +0 -0
  23. {veris_ai-1.12.1 → veris_ai-1.12.2}/src/veris_ai/jaeger_interface/__init__.py +0 -0
  24. {veris_ai-1.12.1 → veris_ai-1.12.2}/src/veris_ai/jaeger_interface/client.py +0 -0
  25. {veris_ai-1.12.1 → veris_ai-1.12.2}/src/veris_ai/jaeger_interface/models.py +0 -0
  26. {veris_ai-1.12.1 → veris_ai-1.12.2}/src/veris_ai/models.py +0 -0
  27. {veris_ai-1.12.1 → veris_ai-1.12.2}/src/veris_ai/observability.py +0 -0
  28. {veris_ai-1.12.1 → veris_ai-1.12.2}/src/veris_ai/tool_mock.py +0 -0
  29. {veris_ai-1.12.1 → veris_ai-1.12.2}/src/veris_ai/utils.py +0 -0
  30. {veris_ai-1.12.1 → veris_ai-1.12.2}/tests/README.md +0 -0
  31. {veris_ai-1.12.1 → veris_ai-1.12.2}/tests/__init__.py +0 -0
  32. {veris_ai-1.12.1 → veris_ai-1.12.2}/tests/conftest.py +0 -0
  33. {veris_ai-1.12.1 → veris_ai-1.12.2}/tests/fixtures/__init__.py +0 -0
  34. {veris_ai-1.12.1 → veris_ai-1.12.2}/tests/fixtures/http_server.py +0 -0
  35. {veris_ai-1.12.1 → veris_ai-1.12.2}/tests/fixtures/simple_app.py +0 -0
  36. {veris_ai-1.12.1 → veris_ai-1.12.2}/tests/test_agents_wrapper_extract.py +0 -0
  37. {veris_ai-1.12.1 → veris_ai-1.12.2}/tests/test_agents_wrapper_simple.py +0 -0
  38. {veris_ai-1.12.1 → veris_ai-1.12.2}/tests/test_helpers.py +0 -0
  39. {veris_ai-1.12.1 → veris_ai-1.12.2}/tests/test_mcp_protocol_server_mocked.py +0 -0
  40. {veris_ai-1.12.1 → veris_ai-1.12.2}/tests/test_token_decoding.py +0 -0
  41. {veris_ai-1.12.1 → veris_ai-1.12.2}/tests/test_tool_mock.py +0 -0
  42. {veris_ai-1.12.1 → veris_ai-1.12.2}/tests/test_utils.py +0 -0
  43. {veris_ai-1.12.1 → veris_ai-1.12.2}/tests/test_veris_runner_tool_options.py +0 -0
@@ -28,7 +28,7 @@ jobs:
28
28
 
29
29
  - name: Install dependencies
30
30
  run: |
31
- uv sync --all-groups
31
+ uv sync --all-extras
32
32
 
33
33
  - name: Run code quality checks with Ruff
34
34
  run: |
@@ -0,0 +1,13 @@
1
+ # CHANGELOG
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
8
+ ## v0.1.1 (2025-04-17)
9
+
10
+ ### Features
11
+
12
+ - Updates to package for publishing ([#1](https://github.com/veris-ai/veris-python-sdk/pull/1),
13
+ [`c6f460e`](https://github.com/veris-ai/veris-python-sdk/commit/c6f460ea6e2f8472c120370a14f67f1d8c28626c))
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: veris-ai
3
- Version: 1.12.1
3
+ Version: 1.12.2
4
4
  Summary: A Python package for Veris AI tools
5
5
  Project-URL: Homepage, https://github.com/veris-ai/veris-python-sdk
6
6
  Project-URL: Bug Tracker, https://github.com/veris-ai/veris-python-sdk/issues
@@ -41,6 +41,13 @@ Description-Content-Type: text/markdown
41
41
 
42
42
  # Veris AI Python SDK
43
43
 
44
+ [![PyPI version](https://badge.fury.io/py/veris-ai.svg)](https://badge.fury.io/py/veris-ai)
45
+ [![Python Versions](https://img.shields.io/pypi/pyversions/veris-ai.svg)](https://pypi.org/project/veris-ai/)
46
+ [![Downloads](https://static.pepy.tech/badge/veris-ai)](https://pepy.tech/project/veris-ai)
47
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
48
+ [![CI](https://github.com/veris-ai/veris-python-sdk/actions/workflows/test.yml/badge.svg)](https://github.com/veris-ai/veris-python-sdk/actions/workflows/test.yml)
49
+ [![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
50
+
44
51
  For more information visit us at https://veris.ai
45
52
 
46
53
  A Python package for Veris AI tools with simulation capabilities and FastAPI MCP (Model Context Protocol) integration.
@@ -1,5 +1,12 @@
1
1
  # Veris AI Python SDK
2
2
 
3
+ [![PyPI version](https://badge.fury.io/py/veris-ai.svg)](https://badge.fury.io/py/veris-ai)
4
+ [![Python Versions](https://img.shields.io/pypi/pyversions/veris-ai.svg)](https://pypi.org/project/veris-ai/)
5
+ [![Downloads](https://static.pepy.tech/badge/veris-ai)](https://pepy.tech/project/veris-ai)
6
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
7
+ [![CI](https://github.com/veris-ai/veris-python-sdk/actions/workflows/test.yml/badge.svg)](https://github.com/veris-ai/veris-python-sdk/actions/workflows/test.yml)
8
+ [![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
9
+
3
10
  For more information visit us at https://veris.ai
4
11
 
5
12
  A Python package for Veris AI tools with simulation capabilities and FastAPI MCP (Model Context Protocol) integration.
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "veris-ai"
7
- version = "1.12.1"
7
+ version = "1.12.2"
8
8
  description = "A Python package for Veris AI tools"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.11"
@@ -83,6 +83,7 @@ def _wrap(
83
83
  ) -> Any: # noqa: ANN401
84
84
  """Wrapped on_invoke_tool that intercepts the tool function."""
85
85
  session_id = veris.session_id
86
+ thread_id = veris.thread_id
86
87
  the_func = tool_functions.get(tool_id)
87
88
  if the_func and session_id:
88
89
  # mock_tool_call is synchronous, don't await it
@@ -91,6 +92,7 @@ def _wrap(
91
92
  session_id,
92
93
  json.loads(parameters),
93
94
  tool_options.get(tool_name_inner),
95
+ thread_id=thread_id,
94
96
  )
95
97
  # Fall back to original if we couldn't extract the function
96
98
  return await orig_invoke(ctx, parameters)
@@ -1571,7 +1571,7 @@ wheels = [
1571
1571
 
1572
1572
  [[package]]
1573
1573
  name = "veris-ai"
1574
- version = "1.12.0"
1574
+ version = "1.12.1"
1575
1575
  source = { editable = "." }
1576
1576
  dependencies = [
1577
1577
  { name = "httpx" },
@@ -1,56 +0,0 @@
1
- # CHANGELOG
2
-
3
- All notable changes to this project will be documented in this file.
4
-
5
- The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
- and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
-
8
- ## v0.2.1 (2025-04-18)
9
-
10
- ### Bug Fixes
11
-
12
- - Fixes to type conversion for outputs
13
- ([`b8e8e3b`](https://github.com/veris-ai/veris-python-sdk/commit/b8e8e3bbd606654ae3c342f07f7d27c8c9fefa6d))
14
-
15
- - Update some comment for testing
16
- ([`bf204e7`](https://github.com/veris-ai/veris-python-sdk/commit/bf204e711c6c54da613d2f59a64f8d90e2ba7659))
17
-
18
- ### Continuous Integration
19
-
20
- - Separate release and publish workflows
21
- ([`0a2ea8b`](https://github.com/veris-ai/veris-python-sdk/commit/0a2ea8bbb393fda6ef60161ff290f37df0a2faa5))
22
-
23
- - Update ci and warnings for semantic-release
24
- ([`fcbe2cc`](https://github.com/veris-ai/veris-python-sdk/commit/fcbe2cccd22821cf5760126abb6174aa1f63082f))
25
-
26
-
27
- ## v0.2.0 (2025-04-18)
28
-
29
- ### Chores
30
-
31
- - Update changelog for 0.1.1
32
- ([`24d7139`](https://github.com/veris-ai/veris-python-sdk/commit/24d713943737abcea6394258e5129ae0a55cb869))
33
-
34
- - Update semantic release config
35
- ([`6f745e0`](https://github.com/veris-ai/veris-python-sdk/commit/6f745e09263703cfe034ba688b96e4da50759889))
36
-
37
- ### Continuous Integration
38
-
39
- - Add workflows for release ([#3](https://github.com/veris-ai/veris-python-sdk/pull/3),
40
- [`3c160e7`](https://github.com/veris-ai/veris-python-sdk/commit/3c160e7e928ed1efb42825b767084df5d451edb5))
41
-
42
- - Fix publish ci workflow ([#4](https://github.com/veris-ai/veris-python-sdk/pull/4),
43
- [`47f23e1`](https://github.com/veris-ai/veris-python-sdk/commit/47f23e19cd04b60ab0ae087b6d70b4748350393c))
44
-
45
- ### Features
46
-
47
- - Remove dependencies and use linter ([#2](https://github.com/veris-ai/veris-python-sdk/pull/2),
48
- [`4b8c43b`](https://github.com/veris-ai/veris-python-sdk/commit/4b8c43b551265ff9c994f53d29a7ef185b7e3286))
49
-
50
-
51
- ## v0.1.1 (2025-04-17)
52
-
53
- ### Features
54
-
55
- - Updates to package for publishing ([#1](https://github.com/veris-ai/veris-python-sdk/pull/1),
56
- [`c6f460e`](https://github.com/veris-ai/veris-python-sdk/commit/c6f460ea6e2f8472c120370a14f67f1d8c28626c))
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes