build(deps): bundle all Python dependency updates - #252
Conversation
Bundles 15 Dependabot PRs into a single update with regenerated uv.lock files. file_organizer: - a2a-sdk >=0.2.16 → >=0.3.26 - langchain-core >=1.2.11 → >=1.2.31 - langchain-community >=0.3.27 → >=0.4.1 - openinference-instrumentation-langchain >=0.1.36 → >=0.1.62 - python-keycloak >=5.5.1 → >=7.1.1 weather_service: - a2a-sdk >=0.2.16 → >=0.3.26 - langchain-core >=1.2.11 → >=1.2.31 - langchain-community >=0.3.27 → >=0.4.1 - langchain-ollama >=0.2.1 → >=1.1.0 - python-keycloak >=5.5.1 → >=7.1.1 image_service: - langchain-community >=0.3.27 → >=0.4.1 - langchain-ollama >=0.2.1 → >=1.1.0 - langchain-mcp-adapters >=0.1.0 → >=0.2.2 - pydantic-settings >=2.8.1 → >=2.13.1 - python-multipart >=0.0.22 → >=0.0.26 Supersedes: #236, #237, #238, #239, #240, #241, #242, #243, #244, #245, #246, #247, #248, #249, #250 Assisted-By: Claude (Anthropic AI) <noreply@anthropic.com> Signed-off-by: Paolo Dettori <dettori@us.ibm.com>
|
Note on
The large Tracking separately in a dedicated issue. |
|
Tracking Trivy code scanning failures in #253. |
maia-iyer
left a comment
There was a problem hiding this comment.
LGTM - the failing test is being tracked. We can merge and iterate
Summary
Bundles 15 Dependabot PRs into a single update with regenerated
uv.lockfiles. The individual Dependabot PRs all failed CI becauseuv.lockwas stale (--lockedflag rejects mismatched lockfiles).file_organizer
a2a-sdk>=0.2.16 → >=0.3.26langchain-core>=1.2.11 → >=1.2.31langchain-community>=0.3.27 → >=0.4.1openinference-instrumentation-langchain>=0.1.36 → >=0.1.62python-keycloak>=5.5.1 → >=7.1.1weather_service
a2a-sdk>=0.2.16 → >=0.3.26langchain-core>=1.2.11 → >=1.2.31langchain-community>=0.3.27 → >=0.4.1langchain-ollama>=0.2.1 → >=1.1.0python-keycloak>=5.5.1 → >=7.1.1image_service
langchain-community>=0.3.27 → >=0.4.1langchain-ollama>=0.2.1 → >=1.1.0langchain-mcp-adapters>=0.1.0 → >=0.2.2pydantic-settings>=2.8.1 → >=2.13.1python-multipart>=0.0.22 → >=0.0.26Supersedes
#236, #237, #238, #239, #240, #241, #242, #243, #244, #245, #246, #247, #248, #249, #250
Test plan
test-startuppasses (lockfiles are now in sync)lintandtestjobs pass