Update all patch versions - #378
Conversation
There was a problem hiding this comment.
Pull request overview
Note
Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.
Updates GenAI-related dependency versions across tests, examples, and docs to keep LangChain/LangGraph/Claude Agent SDK integrations current.
Changes:
- Bump
langchainfrom1.3.14to1.3.15across genai-langchain tests and examples. - Bump
langgraphminimum version from1.2.10to1.2.11in workflow/tools/agent examples. - Bump
claude-agent-sdkto>=0.2.136and align related docs/test requirements (plus minor bumps tolangchain-anthropicandboto3in latest test requirements).
Reviewed changes
Copilot reviewed 11 out of 13 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| instrumentation/opentelemetry-instrumentation-genai-langchain/tests/requirements.latest.txt | Updates pinned “latest” test dependencies (LangChain, LangChain Anthropic, boto3). |
| instrumentation/opentelemetry-instrumentation-genai-langchain/examples/zero-code/requirements.txt | Bumps LangChain pin used by the zero-code example. |
| instrumentation/opentelemetry-instrumentation-genai-langchain/examples/zero-code/pyproject.toml | Bumps LangChain pin in the example’s Python project metadata. |
| instrumentation/opentelemetry-instrumentation-genai-langchain/examples/workflow/requirements.txt | Raises minimum LangChain and LangGraph versions for workflow example. |
| instrumentation/opentelemetry-instrumentation-genai-langchain/examples/tools/requirements.txt | Updates LangChain pin and LangGraph minimum for tools example. |
| instrumentation/opentelemetry-instrumentation-genai-langchain/examples/manual/requirements.txt | Bumps LangChain pin used by the manual example. |
| instrumentation/opentelemetry-instrumentation-genai-langchain/examples/manual/pyproject.toml | Bumps LangChain pin in the example’s Python project metadata. |
| instrumentation/opentelemetry-instrumentation-genai-langchain/examples/agent/requirements.txt | Raises minimum LangChain and LangGraph versions for agent example. |
| instrumentation/opentelemetry-instrumentation-genai-claude-agent-sdk/examples/zero-code/requirements.txt | Raises minimum Claude Agent SDK version for zero-code example. |
| instrumentation/opentelemetry-instrumentation-genai-claude-agent-sdk/examples/manual/requirements.txt | Raises minimum Claude Agent SDK version for manual example. |
| docs-requirements.txt | Aligns docs build requirements with the bumped SDK/LangChain versions. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Pull request dashboard statusWaiting on maintainers · refreshed 2026-08-13 03:31 UTC Merge when ready. Status above doesn't look right?
|
7b97a00 to
a2ab7d7
Compare
|
rerunning failed jobs. Checking the reason for failure. |
|
CI is green again, we can merge this. |
a2ab7d7 to
fec4d8c
Compare
This PR contains the following updates:
==1.43.68→==1.43.70>=0.2.135→>=0.2.137==1.3.14→==1.3.15>=1.3.14→>=1.3.15==1.5.4→==1.5.6>=1.2.10→>=1.2.11Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
boto/boto3 (boto3)
v1.43.70Compare Source
=======
dsql: [botocore] Improved validation of Kinesis stream ARN format to ensure only valid ARN characters are acceptedglue: [botocore] Documentation updates for materialized views APIs.iam: [botocore] Introduced role manager, an IAM capability that automatically sets up the IAM roles your AWS services need. When you set up a supported service in the console, role manager creates a role for you or reuses an existing one from an AWS-managed template.mediaconnect: [botocore] AWS MediaConnect now supports tuning the internal recovery latency between Router Inputs and Outputs to prioritize stream quality versus end-to-end latency.odb: [botocore] Adds support for Oracle Exadata on Exascale Infrastructure (ExaDB-XS) resources including storage vaults and VM clusters.quicksight: [botocore] Added APIs for DLP with Microsoft Purview (manage configs with label enforcement across Spaces, Chat, Knowledge Bases), Approval Workflows (CRUD for policies on asset sharing for Agents, Knowledge Bases, Spaces), and Limits Management (limit profiles for index storage and agent hours per user).wellarchitected: [botocore] This change releases the Well-Architected Agent, a generative AI service that analyzes a customer's AWS environment and delivers personalized, prioritized recommendations across cost, security, performance, and resilience.v1.43.69Compare Source
=======
account-access: [botocore] Adds SDK support for AWS IAM account access manager, a feature that enables mapping of IAM roles to the users and groups in AWS IAM Identity Center.bedrock-agentcore: [botocore] Adding online eval arn as input for recommendation APIcleanrooms: [botocore] Adds support for exporting redacted query execution logs in AWS Clean Roomsclouddirectory: [botocore] Added an end-of-support notice to Amazon Cloud Directory public CLI reference documentation.connect: [botocore] Seven new APIs for managing custom metrics, including create, describe, update, and delete. Using Custom Metrics, customers of Amazon Connect Customer can tailor analytics dashboards to their needs by applying custom thresholds, filters, and calculations to one or more out of the box measurements.datazone: [botocore] GetSubscriptionGrant now returns materialized asset scope name for mapping Lake Formation data cell filters or Redshift views to subscription grants.eks: [botocore] This feature would give customers the ability to selectively tune certain configurations of Kubernetes control plane components in an Amazon EKS cluster.endpoint-rules: [botocore] Update endpoint-rules client to latest versionorganizations: [botocore] Documentation update for AWS Organizations that clarifies valid input values for the HandshakePartyType parameter in the InviteAccountToOrganization. API ORGANIZATION is valid in responses only. valid input values are ACCOUNT and EMAILtextract: [botocore] Amazon A2I entered maintenance mode in July 2026 and now rejects StartHumanLoop requests from accounts that it does not recognize as existing customers. This update adds a corresponding note to the HumanLoopConfig parameter documentation so that the API Reference and SDK docs explain this behavior.anthropics/claude-agent-sdk-python (claude-agent-sdk)
v0.2.137Compare Source
New Features
ConversationResetMessagefor conversation reset events: The SDK now surfaces the CLI'sconversation_resetframe as aConversationResetMessagedataclass, letting applications detect when a/clearor other transcript-discarding flow resets the conversation mid-session. Includesnew_conversation_id,uuid, andsession_idfields. This widens theMessageunion — code that exhaustively matches withassert_neverwill need updating (#1196)UserMessageandResultMessage: Neworigin: MessageOrigin | Nonefield onUserMessageandResultMessagesurfaces why a turn was initiated — distinguishing application-submitted prompts ("human") from background-task notifications, scheduled triggers, peer messages, and other session-injected turns. New exported types:MessageOrigin,MessageOriginKind,TaskNotificationOriginSubkind(#1199)resume_session_at/resume_drops_turnoptions for truncating resume:ClaudeAgentOptionsnow supportsresume_session_at(fork a session at an earlier transcript entry) andresume_drops_turn(validate that only entries from a specific turn are discarded). Enables safe rewind-to-before-last-prompt without silently dropping unobserved messages (#1198)Bug Fixes
settings.jsoninto temp config dir onSessionStoreresume: Resuming from aSessionStorenow copiessettings.jsonandcowork_settings.jsoninto the temporary config directory, preservingapiKeyHelperauth, user hooks, env vars, and permissions. Previously, hosts authenticating solely viaapiKeyHelperwould fail with "Not logged in" on resume (#1197)resume_drops_turnguard failure), pending control requests likeinitialize()now receive the actual error text instead of a generic "Command failed with exit code 1" (#1198)Internal/Other Changes
v0.2.136Compare Source
Internal/Other Changes
langchain-ai/langgraph (langgraph)
v1.2.11: langgraph==1.2.11Compare Source
Changes since 1.2.10
trace_policyonadd_node(#8523)Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.