Sync OSS release snapshot#235
Closed
keshprad wants to merge 1 commit into
Closed
Conversation
Refresh public SkillSpector from internal OSS snapshot release/oss-2026-06-30 at b2394795391cf6f691d7fd59c9c575243740bfe5. Changes: - release version 2.3.8 and AWS/Bedrock dependency resolution - synchronize ignore rules, docs formatting, and test package markers Verification: - scripts/create-oss-release.sh release/oss-2026-06-30 (make test-unit: 1089 passed, 12 skipped) - uv lock --locked - uv run --locked --extra dev ruff check src tests - uv run --locked --extra dev ruff format --check src tests Signed-off-by: Keshav Pradeep <32313895+keshprad@users.noreply.github.com>
rng1995
approved these changes
Jun 30, 2026
rng1995
left a comment
Collaborator
There was a problem hiding this comment.
The release snapshot looks good. The executable changes are limited to the 2.3.8 version bump and lockfile refresh; the Bedrock dependencies now match the existing pyproject declarations, and the remaining edits are formatting or package markers. The PR's unit, lint, and lock verification is appropriate, current checks pass, and I found no correctness or security blockers.
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
release/oss-2026-06-30b2394795391cf6f691d7fd59c9c575243740bfe5Diff Notes
boto3,botocore,langchain-aws, and transitive dependencies).Verification
./scripts/create-oss-release.sh release/oss-2026-06-30— includesmake test-unit(1089 passed, 12 skipped).uv lock --lockeduv run --locked --extra dev ruff check src/ testsuv run --locked --extra dev ruff format --check src/ tests