strathon 1.2.0__tar.gz → 1.2.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.
Files changed (66) hide show
  1. {strathon-1.2.0/src/strathon.egg-info → strathon-1.2.2}/PKG-INFO +1 -1
  2. {strathon-1.2.0 → strathon-1.2.2}/pyproject.toml +1 -1
  3. strathon-1.2.2/src/strathon/_version.py +1 -0
  4. {strathon-1.2.0 → strathon-1.2.2}/src/strathon/client.py +1 -1
  5. {strathon-1.2.0 → strathon-1.2.2}/src/strathon/heartbeat.py +1 -1
  6. {strathon-1.2.0 → strathon-1.2.2/src/strathon.egg-info}/PKG-INFO +1 -1
  7. {strathon-1.2.0 → strathon-1.2.2}/tests/test_smoke.py +1 -1
  8. strathon-1.2.0/src/strathon/_version.py +0 -1
  9. {strathon-1.2.0 → strathon-1.2.2}/LICENSE +0 -0
  10. {strathon-1.2.0 → strathon-1.2.2}/NOTICE +0 -0
  11. {strathon-1.2.0 → strathon-1.2.2}/README.md +0 -0
  12. {strathon-1.2.0 → strathon-1.2.2}/setup.cfg +0 -0
  13. {strathon-1.2.0 → strathon-1.2.2}/src/strathon/__init__.py +0 -0
  14. {strathon-1.2.0 → strathon-1.2.2}/src/strathon/config.py +0 -0
  15. {strathon-1.2.0 → strathon-1.2.2}/src/strathon/exceptions.py +0 -0
  16. {strathon-1.2.0 → strathon-1.2.2}/src/strathon/exporter/__init__.py +0 -0
  17. {strathon-1.2.0 → strathon-1.2.2}/src/strathon/exporter/otlp.py +0 -0
  18. {strathon-1.2.0 → strathon-1.2.2}/src/strathon/instrumentation/__init__.py +0 -0
  19. {strathon-1.2.0 → strathon-1.2.2}/src/strathon/instrumentation/anthropic.py +0 -0
  20. {strathon-1.2.0 → strathon-1.2.2}/src/strathon/instrumentation/autogen.py +0 -0
  21. {strathon-1.2.0 → strathon-1.2.2}/src/strathon/instrumentation/claude_agent.py +0 -0
  22. {strathon-1.2.0 → strathon-1.2.2}/src/strathon/instrumentation/crewai.py +0 -0
  23. {strathon-1.2.0 → strathon-1.2.2}/src/strathon/instrumentation/google_adk.py +0 -0
  24. {strathon-1.2.0 → strathon-1.2.2}/src/strathon/instrumentation/langchain.py +0 -0
  25. {strathon-1.2.0 → strathon-1.2.2}/src/strathon/instrumentation/langgraph.py +0 -0
  26. {strathon-1.2.0 → strathon-1.2.2}/src/strathon/instrumentation/openai.py +0 -0
  27. {strathon-1.2.0 → strathon-1.2.2}/src/strathon/instrumentation/openai_agents.py +0 -0
  28. {strathon-1.2.0 → strathon-1.2.2}/src/strathon/instrumentation/pydantic_ai.py +0 -0
  29. {strathon-1.2.0 → strathon-1.2.2}/src/strathon/intervention/__init__.py +0 -0
  30. {strathon-1.2.0 → strathon-1.2.2}/src/strathon/intervention/hooks.py +0 -0
  31. {strathon-1.2.0 → strathon-1.2.2}/src/strathon/policy/__init__.py +0 -0
  32. {strathon-1.2.0 → strathon-1.2.2}/src/strathon/policy/approval.py +0 -0
  33. {strathon-1.2.0 → strathon-1.2.2}/src/strathon/policy/enforcer.py +0 -0
  34. {strathon-1.2.0 → strathon-1.2.2}/src/strathon/policy/expression.py +0 -0
  35. {strathon-1.2.0 → strathon-1.2.2}/src/strathon/policy/halt_enforcer.py +0 -0
  36. {strathon-1.2.0 → strathon-1.2.2}/src/strathon/policy/steer.py +0 -0
  37. {strathon-1.2.0 → strathon-1.2.2}/src/strathon/policy/throttle.py +0 -0
  38. {strathon-1.2.0 → strathon-1.2.2}/src/strathon/policy/types.py +0 -0
  39. {strathon-1.2.0 → strathon-1.2.2}/src/strathon/py.typed +0 -0
  40. {strathon-1.2.0 → strathon-1.2.2}/src/strathon.egg-info/SOURCES.txt +0 -0
  41. {strathon-1.2.0 → strathon-1.2.2}/src/strathon.egg-info/dependency_links.txt +0 -0
  42. {strathon-1.2.0 → strathon-1.2.2}/src/strathon.egg-info/requires.txt +0 -0
  43. {strathon-1.2.0 → strathon-1.2.2}/src/strathon.egg-info/top_level.txt +0 -0
  44. {strathon-1.2.0 → strathon-1.2.2}/tests/test_allow_list_mode.py +0 -0
  45. {strathon-1.2.0 → strathon-1.2.2}/tests/test_approval_sdk.py +0 -0
  46. {strathon-1.2.0 → strathon-1.2.2}/tests/test_crewai.py +0 -0
  47. {strathon-1.2.0 → strathon-1.2.2}/tests/test_crewai_intervention.py +0 -0
  48. {strathon-1.2.0 → strathon-1.2.2}/tests/test_enforcement_matrix.py +0 -0
  49. {strathon-1.2.0 → strathon-1.2.2}/tests/test_fail_closed.py +0 -0
  50. {strathon-1.2.0 → strathon-1.2.2}/tests/test_framework_upgrades.py +0 -0
  51. {strathon-1.2.0 → strathon-1.2.2}/tests/test_google_adk.py +0 -0
  52. {strathon-1.2.0 → strathon-1.2.2}/tests/test_halt_enforcer.py +0 -0
  53. {strathon-1.2.0 → strathon-1.2.2}/tests/test_instrumentation_hooks.py +0 -0
  54. {strathon-1.2.0 → strathon-1.2.2}/tests/test_instrumentation_stubs.py +0 -0
  55. {strathon-1.2.0 → strathon-1.2.2}/tests/test_langgraph.py +0 -0
  56. {strathon-1.2.0 → strathon-1.2.2}/tests/test_openai_agents.py +0 -0
  57. {strathon-1.2.0 → strathon-1.2.2}/tests/test_openai_agents_intervention.py +0 -0
  58. {strathon-1.2.0 → strathon-1.2.2}/tests/test_openai_agents_steer.py +0 -0
  59. {strathon-1.2.0 → strathon-1.2.2}/tests/test_policy_enforcer.py +0 -0
  60. {strathon-1.2.0 → strathon-1.2.2}/tests/test_policy_expression.py +0 -0
  61. {strathon-1.2.0 → strathon-1.2.2}/tests/test_policy_integration.py +0 -0
  62. {strathon-1.2.0 → strathon-1.2.2}/tests/test_policy_time.py +0 -0
  63. {strathon-1.2.0 → strathon-1.2.2}/tests/test_pydantic_ai.py +0 -0
  64. {strathon-1.2.0 → strathon-1.2.2}/tests/test_steer.py +0 -0
  65. {strathon-1.2.0 → strathon-1.2.2}/tests/test_steer_halt.py +0 -0
  66. {strathon-1.2.0 → strathon-1.2.2}/tests/test_throttle.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: strathon
3
- Version: 1.2.0
3
+ Version: 1.2.2
4
4
  Summary: Open-source AI agent firewall. Blocks dangerous agent tool calls before they execute, with in-process CEL enforcement at the tool-call boundary.
5
5
  Author-email: Strathon <hello@getstrathon.com>
6
6
  License-Expression: Apache-2.0
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "strathon"
7
- version = "1.2.0"
7
+ version = "1.2.2"
8
8
  description = "Open-source AI agent firewall. Blocks dangerous agent tool calls before they execute, with in-process CEL enforcement at the tool-call boundary."
9
9
  readme = "README.md"
10
10
  license = "Apache-2.0"
@@ -0,0 +1 @@
1
+ __version__ = "1.2.2"
@@ -138,7 +138,7 @@ class Client:
138
138
  trace.set_tracer_provider(self._tracer_provider)
139
139
 
140
140
  # Named tracer for instrumentations and manual span emission
141
- self._tracer = self._tracer_provider.get_tracer("strathon", "1.2.0")
141
+ self._tracer = self._tracer_provider.get_tracer("strathon", "1.2.2")
142
142
 
143
143
  # Runtime intervention: optional policy enforcer
144
144
  self._policy_enforcer = None
@@ -28,7 +28,7 @@ if TYPE_CHECKING:
28
28
 
29
29
  logger = logging.getLogger("strathon.heartbeat")
30
30
 
31
- _VERSION = "1.2.0"
31
+ _VERSION = "1.2.2"
32
32
 
33
33
 
34
34
  def compute_code_hash() -> str:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: strathon
3
- Version: 1.2.0
3
+ Version: 1.2.2
4
4
  Summary: Open-source AI agent firewall. Blocks dangerous agent tool calls before they execute, with in-process CEL enforcement at the tool-call boundary.
5
5
  Author-email: Strathon <hello@getstrathon.com>
6
6
  License-Expression: Apache-2.0
@@ -24,7 +24,7 @@ def make_client(**kwargs):
24
24
 
25
25
 
26
26
  def test_version():
27
- assert __version__ == "1.2.0"
27
+ assert __version__ == "1.2.2"
28
28
 
29
29
 
30
30
  def test_client_requires_api_key():
@@ -1 +0,0 @@
1
- __version__ = "1.2.0"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes