Skip to content

Commit d67c99d

Browse files
committed
Update all rust and python dependencies, bump patch version of plugins
Signed-off-by: Brian Hussey <brian.hussey@ie.ibm.com>
1 parent 5ddb0f2 commit d67c99d

14 files changed

Lines changed: 40 additions & 40 deletions

File tree

Cargo.lock

Lines changed: 27 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/framework_bridge/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cpex_framework_bridge"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2024"
55
authors = ["ContextForge Contributors"]
66
license = "Apache-2.0"

plugins/rust/python-package/encoded_exfil_detection/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "encoded_exfil_detection"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

plugins/rust/python-package/encoded_exfil_detection/cpex_encoded_exfil_detection/plugin-manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
description: "Detect suspicious encoded payload exfiltration patterns in prompts, tool outputs, and resources"
22
author: "ContextForge Contributors"
3-
version: "0.3.0"
3+
version: "0.3.1"
44
kind: "cpex_encoded_exfil_detection.encoded_exfil_detection.EncodedExfilDetectorPlugin"
55
available_hooks:
66
- "prompt_pre_fetch"

plugins/rust/python-package/pii_filter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pii_filter"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

plugins/rust/python-package/pii_filter/cpex_pii_filter/plugin-manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
description: "Rust-backed PII detection and masking for prompt arguments, tool inputs, and tool outputs"
22
author: "ContextForge Contributors"
3-
version: "0.3.0"
3+
version: "0.3.1"
44
kind: "cpex_pii_filter.pii_filter.PIIFilterPlugin"
55
available_hooks:
66
- "prompt_pre_fetch"

plugins/rust/python-package/rate_limiter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rate_limiter"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

plugins/rust/python-package/rate_limiter/cpex_rate_limiter/plugin-manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
description: "Rate limiting by user/tenant/tool — memory (single-process) or Redis (shared across instances)"
22
author: "ContextForge Contributors"
3-
version: "0.1.0"
3+
version: "0.1.1"
44
kind: "cpex_rate_limiter.rate_limiter.RateLimiterPlugin"
55
available_hooks:
66
- "prompt_pre_fetch"

plugins/rust/python-package/retry_with_backoff/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "retry_with_backoff"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

plugins/rust/python-package/retry_with_backoff/cpex_retry_with_backoff/plugin-manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
description: "High-performance retry policy engine with exponential backoff, jitter, per-tool overrides, and retry metadata for transient tool and resource failures"
22
author: "ContextForge Contributors"
3-
version: "0.3.0"
3+
version: "0.3.1"
44
kind: "cpex_retry_with_backoff.retry_with_backoff.RetryWithBackoffPlugin"
55
available_hooks:
66
- "tool_post_invoke"

0 commit comments

Comments
 (0)