Update Python dependency locks and plugin catalog checks - #121
Merged
Merged
Conversation
Signed-off-by: lucarlig <luca.carlig@ibm.com>
Signed-off-by: lucarlig <luca.carlig@ibm.com>
Signed-off-by: lucarlig <luca.carlig@ibm.com>
lucarlig
force-pushed
the
user/luca/find-python-dependency-update
branch
from
June 18, 2026 10:36
185657a to
b08ef44
Compare
Signed-off-by: lucarlig <luca.carlig@ibm.com>
lucarlig
marked this pull request as ready for review
June 18, 2026 10:49
lucarlig
requested review from
gandhipratik203 and
msureshkumar88
as code owners
June 18, 2026 10:49
gandhipratik203
approved these changes
Jun 18, 2026
gandhipratik203
left a comment
Collaborator
There was a problem hiding this comment.
This PR updates the Python dependency locks and CI wiring for the Rust Python plugins, plus bumps the plugin versions. LGTM.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
uv.lock, shared dependency constraints, andexclude-newer = "10 days".uv.lockfiles and update CI selection so root Python workspace changes test all plugins..venvfrom plugin subdirectories.encoded_exfil_detection:0.3.4pii_filter:0.3.4rate_limiter:0.1.5retry_with_backoff:0.3.4secrets_detection:0.3.5url_reputation:0.3.3Release Tags
encoded-exfil-detection-v0.3.4pii-filter-v0.3.4rate-limiter-v0.1.5retry-with-backoff-v0.3.4secrets-detection-v0.3.5url-reputation-v0.3.3Testing
uv lock --checkcargo check --workspacepython3 tools/plugin_catalog.py validate .python3 -m unittest tests.test_plugin_catalog tests/test_install_built_wheel.pyNEXTEST_PROFILE=ci make -C plugins/rust/python-package/url_reputation sync ci-buildurl_reputation:cpex_url_reputation-0.3.3-cp311-abi3-macosx_11_0_arm64.whland confirmed it contains package files,plugin-manifest.yaml,url_reputation_rust.abi3.so, dist metadata, and entry points.