Skip to content

Bump the production-dependencies group with 2 updates#7

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/production-dependencies-56c9f86872
Open

Bump the production-dependencies group with 2 updates#7
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/production-dependencies-56c9f86872

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 19, 2026

Bumps the production-dependencies group with 2 updates: deepagents and langchain-openai.

Updates deepagents from 0.3.11 to 0.4.1

Release notes

Sourced from deepagents's releases.

deepagents==0.4.1

Changes since deepagents==0.4.0 feat(sdk): return native image content blocks from read_file (#1163) chore(deps): bump the pip-dependencies group across 8 directories with 9 updates (#1252) refactor(sdk): use public SummarizationMiddleware middleware (#1241) chore: rename master to main (#984)


Thanks to our contributors: @​app/dependabot, @​mdrxy

deepagents==0.4.0

Changes since deepagents==0.3.12

New integration packages for pluggable sandboxes: langchain-modal, langchain-daytona, and langchain-runloop. See sandboxes guide and example data analysis tutorial.

Notable changes from #1234

  • Refactor the SDK's summarization middleware.
    • Summarization now happens in the model node via wrap_model_call events. Due to this we retain the full message history in the graph state.
    • System messages and tool definitions are accurately counted toward summarization triggers.
    • Add exception handling for context overflows: ChatOpenAI and ChatAnthropic now raise a standard LangChain exception when input exceeds a model's token limit. We catch this error and trigger summarization.
  • When model strings in create_deep_agent are prefixed with 'openai:', we default to the Responses API.

chore(sdk): add support for , in allowed-tools, fail gently for bullet list (#1235) fix(sdk): relax skills parsing for allowed tools (#1232) chore(sdk)!: move sandbox provider back to cli (#1226) refactor(sdk): move function-level test imports out to top (#1168) fix(sdk): harden skills metadata parsing, improve spec compliance (#1189) style: update brand names (#1180)


Thanks to our contributors: @​sydney-runkle, @​eyurtsev, @​mdrxy

deepagents==0.3.12

Changes since deepagents==0.3.11

  • feat(sdk): refactor namespace gen for StoreBackend (#1169)
  • fix(sdk): add explicit NotImplementedError to protocol method bodies (#1152)
  • refactor(cli): reorder property -> method order in SandboxBackendProtocol (#1153)
  • feat(sdk): add sandbox provider exceptions (#1108)

Thanks to our contributors: @​eyurtsev, @​mdrxy

Commits
  • 549ed19 chore: rollback uv workspace migration, restore per-package lockfiles (#1278)
  • fa956b6 fix: unblock release by writing to dist (#1276)
  • b96850d Revert "chore: update artifact version in release workflow (#1273)" (#1274)
  • 42dcd6f chore: update artifact version in release workflow (#1273)
  • 4587a4e release(sdk): 0.4.1 (#1269)
  • 643ea7c chore: migrate to uv workspace (#1264)
  • 65600b1 feat(sdk): return native image content blocks from read_file (#1163)
  • 595f6fe chore(deps): bump the pip-dependencies group across 8 directories with 9 upda...
  • 4561afb feat(cli): add /changelog, /feedback, /docs (#1261)
  • a75fb48 chore(cli): clean up changelog formatting (#1260)
  • Additional commits viewable in compare view

Updates langchain-openai from 1.1.7 to 1.1.9

Release notes

Sourced from langchain-openai's releases.

langchain-openai==1.1.9

Changes since langchain-openai==1.1.8

release(openai): 1.1.9 (#35145) fix(openai): sanitize urls when counting tokens in images (#35143) feat(core): add ContextOverflowError, raise in anthropic and openai (#35099) feat(model-profiles): add text_inputs and text_outputs (#35084)

langchain-openai==1.1.8

Changes since langchain-openai==1.1.7

release(openai): 1.1.8 (#35097) fix(openai): detect codex models for responses api preference (#35058) chore: add make type target (#35015) revert: "chore: add typing target in Makefile" (#35013) chore: add typing target in Makefile (#35012) chore: enrich pyproject.toml files (#34980) chore(deps): bump the uv group across 20 directories with 3 updates (#34941) chore(openai): update model profiles (#34960) chore: upgrade urllib3 to 2.6.3 (#34940) chore(deps): bump the uv group across 8 directories with 6 updates (#34773) chore: update twitter URLs (#34736) chore: ban relative imports on all packages (#34691) chore(openai): delete outdated test (#34682)

Commits
  • 031a339 release(openai): 1.1.9 (#35145)
  • 524e1da release(core): 1.2.11 (#35144)
  • 2b4b1dc fix(openai): sanitize urls when counting tokens in images (#35143)
  • 0493b27 fix(anthropic): support effort="max" and remove beta headers (#35141)
  • a5f22e7 chore(core): clean up docstring mismatch and redundant logic in langchain-cor...
  • 97ee14c fix(core): replace bare except with Exception in tracer (#35138)
  • 990e807 release(standard-tests): release 1.1.5 (#35139)
  • 74dffca release(langchain): 1.2.10 (#35137)
  • f41e049 release(core): 1.2.10 (#35136)
  • de05838 chore(deps): bump the langchain-deps group across 3 directories with 40 updat...
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the production-dependencies group with 2 updates: [deepagents](https://github.com/langchain-ai/deepagents) and [langchain-openai](https://github.com/langchain-ai/langchain).


Updates `deepagents` from 0.3.11 to 0.4.1
- [Release notes](https://github.com/langchain-ai/deepagents/releases)
- [Changelog](https://github.com/langchain-ai/deepagents/blob/main/release-please-config.json)
- [Commits](langchain-ai/deepagents@deepagents==0.3.11...deepagents==0.4.1)

Updates `langchain-openai` from 1.1.7 to 1.1.9
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain-openai==1.1.7...langchain-openai==1.1.9)

---
updated-dependencies:
- dependency-name: deepagents
  dependency-version: 0.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: langchain-openai
  dependency-version: 1.1.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Feb 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

Comments