veris-ai 1.8.1__tar.gz → 1.8.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 (40) hide show
  1. {veris_ai-1.8.1 → veris_ai-1.8.2}/PKG-INFO +1 -1
  2. {veris_ai-1.8.1 → veris_ai-1.8.2}/pyproject.toml +1 -1
  3. {veris_ai-1.8.1 → veris_ai-1.8.2}/src/veris_ai/api_client.py +4 -3
  4. {veris_ai-1.8.1 → veris_ai-1.8.2}/uv.lock +1 -1
  5. {veris_ai-1.8.1 → veris_ai-1.8.2}/.cursor/rules/documentation-management.mdc +0 -0
  6. {veris_ai-1.8.1 → veris_ai-1.8.2}/.github/workflows/release.yml +0 -0
  7. {veris_ai-1.8.1 → veris_ai-1.8.2}/.github/workflows/test.yml +0 -0
  8. {veris_ai-1.8.1 → veris_ai-1.8.2}/.gitignore +0 -0
  9. {veris_ai-1.8.1 → veris_ai-1.8.2}/.pre-commit-config.yaml +0 -0
  10. {veris_ai-1.8.1 → veris_ai-1.8.2}/CHANGELOG.md +0 -0
  11. {veris_ai-1.8.1 → veris_ai-1.8.2}/CLAUDE.md +0 -0
  12. {veris_ai-1.8.1 → veris_ai-1.8.2}/LICENSE +0 -0
  13. {veris_ai-1.8.1 → veris_ai-1.8.2}/README.md +0 -0
  14. {veris_ai-1.8.1 → veris_ai-1.8.2}/examples/README.md +0 -0
  15. {veris_ai-1.8.1 → veris_ai-1.8.2}/examples/__init__.py +0 -0
  16. {veris_ai-1.8.1 → veris_ai-1.8.2}/examples/import_options.py +0 -0
  17. {veris_ai-1.8.1 → veris_ai-1.8.2}/examples/openai_agents_example.py +0 -0
  18. {veris_ai-1.8.1 → veris_ai-1.8.2}/src/veris_ai/README.md +0 -0
  19. {veris_ai-1.8.1 → veris_ai-1.8.2}/src/veris_ai/__init__.py +0 -0
  20. {veris_ai-1.8.1 → veris_ai-1.8.2}/src/veris_ai/agents_wrapper.py +0 -0
  21. {veris_ai-1.8.1 → veris_ai-1.8.2}/src/veris_ai/jaeger_interface/README.md +0 -0
  22. {veris_ai-1.8.1 → veris_ai-1.8.2}/src/veris_ai/jaeger_interface/__init__.py +0 -0
  23. {veris_ai-1.8.1 → veris_ai-1.8.2}/src/veris_ai/jaeger_interface/client.py +0 -0
  24. {veris_ai-1.8.1 → veris_ai-1.8.2}/src/veris_ai/jaeger_interface/models.py +0 -0
  25. {veris_ai-1.8.1 → veris_ai-1.8.2}/src/veris_ai/logging.py +0 -0
  26. {veris_ai-1.8.1 → veris_ai-1.8.2}/src/veris_ai/models.py +0 -0
  27. {veris_ai-1.8.1 → veris_ai-1.8.2}/src/veris_ai/observability.py +0 -0
  28. {veris_ai-1.8.1 → veris_ai-1.8.2}/src/veris_ai/tool_mock.py +0 -0
  29. {veris_ai-1.8.1 → veris_ai-1.8.2}/src/veris_ai/utils.py +0 -0
  30. {veris_ai-1.8.1 → veris_ai-1.8.2}/tests/README.md +0 -0
  31. {veris_ai-1.8.1 → veris_ai-1.8.2}/tests/__init__.py +0 -0
  32. {veris_ai-1.8.1 → veris_ai-1.8.2}/tests/conftest.py +0 -0
  33. {veris_ai-1.8.1 → veris_ai-1.8.2}/tests/fixtures/__init__.py +0 -0
  34. {veris_ai-1.8.1 → veris_ai-1.8.2}/tests/fixtures/http_server.py +0 -0
  35. {veris_ai-1.8.1 → veris_ai-1.8.2}/tests/fixtures/simple_app.py +0 -0
  36. {veris_ai-1.8.1 → veris_ai-1.8.2}/tests/test_agents_wrapper_extract.py +0 -0
  37. {veris_ai-1.8.1 → veris_ai-1.8.2}/tests/test_agents_wrapper_simple.py +0 -0
  38. {veris_ai-1.8.1 → veris_ai-1.8.2}/tests/test_mcp_protocol_server_mocked.py +0 -0
  39. {veris_ai-1.8.1 → veris_ai-1.8.2}/tests/test_tool_mock.py +0 -0
  40. {veris_ai-1.8.1 → veris_ai-1.8.2}/tests/test_utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: veris-ai
3
- Version: 1.8.1
3
+ Version: 1.8.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
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "veris-ai"
7
- version = "1.8.1"
7
+ version = "1.8.2"
8
8
  description = "A Python package for Veris AI tools"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.11"
@@ -5,6 +5,7 @@ import os
5
5
  from typing import Any
6
6
 
7
7
  import httpx
8
+ from urllib.parse import urljoin
8
9
 
9
10
  logger = logging.getLogger(__name__)
10
11
 
@@ -40,15 +41,15 @@ class SimulatorAPIClient:
40
41
  @property
41
42
  def tool_mock_endpoint(self) -> str:
42
43
  """Get the tool mock endpoint URL."""
43
- return f"{self.base_url}/v2/tool_mock"
44
+ return urljoin(self.base_url, "v2/tool_mock")
44
45
 
45
46
  def get_log_tool_call_endpoint(self, session_id: str) -> str:
46
47
  """Get the log tool call endpoint URL."""
47
- return f"{self.base_url}/v2/simulations/{session_id}/log_tool_call"
48
+ return urljoin(self.base_url, f"v2/simulations/{session_id}/log_tool_call")
48
49
 
49
50
  def get_log_tool_response_endpoint(self, session_id: str) -> str:
50
51
  """Get the log tool response endpoint URL."""
51
- return f"{self.base_url}/v2/simulations/{session_id}/log_tool_response"
52
+ return urljoin(self.base_url, f"v2/simulations/{session_id}/log_tool_response")
52
53
 
53
54
 
54
55
  # Global singleton instance
@@ -1556,7 +1556,7 @@ wheels = [
1556
1556
 
1557
1557
  [[package]]
1558
1558
  name = "veris-ai"
1559
- version = "1.8.0"
1559
+ version = "1.8.1"
1560
1560
  source = { editable = "." }
1561
1561
  dependencies = [
1562
1562
  { name = "httpx" },
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