atbash-hermes-plugin 0.4.5__tar.gz → 0.4.5.dev1__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.
@@ -1,16 +1,16 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: atbash-hermes-plugin
3
- Version: 0.4.5
3
+ Version: 0.4.5.dev1
4
4
  Summary: Atbash safety plugin for Hermes Agent
5
5
  Author: atbash
6
6
  License-Expression: LicenseRef-Atbash-Proprietary
7
7
  Project-URL: Homepage, https://github.com/Atbash-Ai/atbash-hermes-plugin
8
8
  Project-URL: Repository, https://github.com/Atbash-Ai/atbash-hermes-plugin
9
9
  Keywords: atbash,hermes,hermes-agent,agent-safety,ai-safety,tool-guard,judge,policy
10
- Requires-Python: <3.13,>=3.10
10
+ Requires-Python: <3.13,>=3.9
11
11
  Description-Content-Type: text/markdown
12
12
  License-File: LICENSE
13
- Requires-Dist: atbash-sdk==0.4.5
13
+ Requires-Dist: atbash-sdk==0.4.5.dev0
14
14
  Requires-Dist: httpx<1,>=0.27
15
15
  Requires-Dist: opentelemetry-exporter-otlp-proto-http<2,>=1.29
16
16
  Requires-Dist: opentelemetry-sdk<2,>=1.29
@@ -36,16 +36,16 @@ stopped before execution.
36
36
  ## Install
37
37
 
38
38
  Install the plugin into the same Python environment that runs Hermes.
39
- Requires Python 3.10 through 3.12.
39
+ This prerelease requires Python 3.10 through 3.12, matching `atbash-sdk==0.4.3.dev0`.
40
40
 
41
41
  ```bash
42
- pip install atbash-hermes-plugin==0.4.5
42
+ pip install --pre atbash-hermes-plugin==0.4.3.dev0
43
43
  ```
44
44
 
45
45
  If Hermes is installed in a virtual environment, use that environment's Python:
46
46
 
47
47
  ```bash
48
- /path/to/hermes/venv/bin/python -m pip install atbash-hermes-plugin==0.4.5
48
+ /path/to/hermes/venv/bin/python -m pip install --pre atbash-hermes-plugin==0.4.3.dev0
49
49
  ```
50
50
 
51
51
  ## Configure Atbash
@@ -18,16 +18,16 @@ stopped before execution.
18
18
  ## Install
19
19
 
20
20
  Install the plugin into the same Python environment that runs Hermes.
21
- Requires Python 3.10 through 3.12.
21
+ This prerelease requires Python 3.10 through 3.12, matching `atbash-sdk==0.4.3.dev0`.
22
22
 
23
23
  ```bash
24
- pip install atbash-hermes-plugin==0.4.5
24
+ pip install --pre atbash-hermes-plugin==0.4.3.dev0
25
25
  ```
26
26
 
27
27
  If Hermes is installed in a virtual environment, use that environment's Python:
28
28
 
29
29
  ```bash
30
- /path/to/hermes/venv/bin/python -m pip install atbash-hermes-plugin==0.4.5
30
+ /path/to/hermes/venv/bin/python -m pip install --pre atbash-hermes-plugin==0.4.3.dev0
31
31
  ```
32
32
 
33
33
  ## Configure Atbash
@@ -599,7 +599,7 @@ class AtbashHermesGuard:
599
599
  from atbash import Atbash # type: ignore
600
600
  from atbash.types import ToolCallInput # type: ignore
601
601
  except Exception:
602
- raise RuntimeError("atbash-sdk is required. Install with: pip install atbash-sdk==0.4.5") from e
602
+ raise RuntimeError("atbash-sdk is required. Install with: pip install atbash-sdk==0.4.3.dev0") from e
603
603
 
604
604
  self.ToolCallInput = ToolCallInput
605
605
  judge_cfg = self._judge_config()
@@ -1,16 +1,16 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: atbash-hermes-plugin
3
- Version: 0.4.5
3
+ Version: 0.4.5.dev1
4
4
  Summary: Atbash safety plugin for Hermes Agent
5
5
  Author: atbash
6
6
  License-Expression: LicenseRef-Atbash-Proprietary
7
7
  Project-URL: Homepage, https://github.com/Atbash-Ai/atbash-hermes-plugin
8
8
  Project-URL: Repository, https://github.com/Atbash-Ai/atbash-hermes-plugin
9
9
  Keywords: atbash,hermes,hermes-agent,agent-safety,ai-safety,tool-guard,judge,policy
10
- Requires-Python: <3.13,>=3.10
10
+ Requires-Python: <3.13,>=3.9
11
11
  Description-Content-Type: text/markdown
12
12
  License-File: LICENSE
13
- Requires-Dist: atbash-sdk==0.4.5
13
+ Requires-Dist: atbash-sdk==0.4.5.dev0
14
14
  Requires-Dist: httpx<1,>=0.27
15
15
  Requires-Dist: opentelemetry-exporter-otlp-proto-http<2,>=1.29
16
16
  Requires-Dist: opentelemetry-sdk<2,>=1.29
@@ -36,16 +36,16 @@ stopped before execution.
36
36
  ## Install
37
37
 
38
38
  Install the plugin into the same Python environment that runs Hermes.
39
- Requires Python 3.10 through 3.12.
39
+ This prerelease requires Python 3.10 through 3.12, matching `atbash-sdk==0.4.3.dev0`.
40
40
 
41
41
  ```bash
42
- pip install atbash-hermes-plugin==0.4.5
42
+ pip install --pre atbash-hermes-plugin==0.4.3.dev0
43
43
  ```
44
44
 
45
45
  If Hermes is installed in a virtual environment, use that environment's Python:
46
46
 
47
47
  ```bash
48
- /path/to/hermes/venv/bin/python -m pip install atbash-hermes-plugin==0.4.5
48
+ /path/to/hermes/venv/bin/python -m pip install --pre atbash-hermes-plugin==0.4.3.dev0
49
49
  ```
50
50
 
51
51
  ## Configure Atbash
@@ -1,4 +1,4 @@
1
- atbash-sdk==0.4.5
1
+ atbash-sdk==0.4.5.dev0
2
2
  httpx<1,>=0.27
3
3
  opentelemetry-exporter-otlp-proto-http<2,>=1.29
4
4
  opentelemetry-sdk<2,>=1.29
@@ -4,10 +4,10 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "atbash-hermes-plugin"
7
- version = "0.4.5"
7
+ version = "0.4.5.dev1"
8
8
  description = "Atbash safety plugin for Hermes Agent"
9
9
  readme = "README.md"
10
- requires-python = ">=3.10,<3.13"
10
+ requires-python = ">=3.9,<3.13"
11
11
  authors = [
12
12
  { name = "atbash" }
13
13
  ]
@@ -24,7 +24,7 @@ keywords = [
24
24
  "policy"
25
25
  ]
26
26
  dependencies = [
27
- "atbash-sdk==0.4.5",
27
+ "atbash-sdk==0.4.5.dev0",
28
28
  "httpx>=0.27,<1",
29
29
  "opentelemetry-exporter-otlp-proto-http>=1.29,<2",
30
30
  "opentelemetry-sdk>=1.29,<2",