Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 11, 2025

Bumps the production-dependencies group with 3 updates in the / directory: langchain, spark and yaml_elixir.

Updates langchain from 0.3.3 to 0.4.1

Release notes

Sourced from langchain's releases.

v0.4.1

What's Changed

New Contributors

Full Changelog: brainlid/langchain@v0.4.0...v0.4.1

v0.4.0

What's Changed since v0.3.3

... (truncated)

Changelog

Sourced from langchain's changelog.

v0.4.1

Added

  • ChatDeepSeek: Added DeepSeek chat model integration with reasoning_content support (#394, #407)
  • ChatOpenAI: Added strict tool use support (#301)
  • ChatOpenAI: Added support for file_url with link to file (#395)
  • ChatAnthropic: Added strict tool use support (#409)
  • ChatAnthropic: Added support for file_url (#404)
  • ChatAnthropic: Added PDF reading support via Anthropic API (#403)
  • ChatAnthropic: Added cache_messages option to improve cache utilization (#398)
  • ChatAnthropic: Added req_opts option for custom Req configuration (#408)
  • MessageDelta: Added MessageDelta.merge_deltas/2 function for merging multiple deltas (#401)
  • ChatAnthropic: Added disable_parallel_tool_use tool_choice pass-through (#390)
  • Core: Added multi-part tool responses support (#410)

Changed

  • ChatOpenAI: Enhanced OpenAI responses API (#391)
  • Dependencies: Updated gettext requirement to ~> 1.0 (#393, #399)
  • Documentation: Updated README install instructions

Fixed

  • Core: Fixed compiler typing warnings

v0.4.0

Added

  • ChatOpenAI: Added support for json-schema in OpenAI responses API (#387)
  • Documentation: Added AGENTS.md and CLAUDE.md file support (#385)
  • CI: Added support for OTP 28 (#382)

Changed

  • ChatOpenAI: Enhanced OpenAI responses handling (#381)
  • Documentation: Use moduledoc instead of doc for LLMChain documentation (#384)
  • Utils.ChainResult: Added clarity to message stopped for length handling

Fixed

  • ChatBumblebee: Suppressed compiler warning messages when used as a dependency (#386)
  • Core: Fixed Ecto field formatting

v0.4.0-rc.3

Added

  • ChatOrqAI: Added Orq AI chat model support (#377)
  • ChatOpenAI: Added OpenAI Deep Research integration (#336)
  • ChatOpenAI: Added parallel_tool_calls option (#371)
  • ChatOpenAI: Added req_config option for custom Req configuration (#376)

... (truncated)

Commits
  • 16e8956 prep for v0.4.1 release (#411)
  • 5bcc577 Allow multi-part tool responses. (#410)
  • a8e6c2d Add strict to function of ChatModels.ChatOpenAI (#301)
  • 0c99f99 Add strict tool use support to ChatAnthropic (#409)
  • 1da1bcf Add support for file_url with link to file (#395)
  • 0fdaf09 Add req_opts to ChatAnthropic (#408)
  • d3d57d5 Support reasoning_content of deepseek model (#407)
  • dae977b feat: Add support for file_url to ChatAnthropic too (#404)
  • 6b353ca Add support for Anthropic API PDF reading to the ChatAnthropic model. (#403)
  • b02f512 Added an :cache_messages option for ChatAnthropic, can improve cache utilizat...
  • Additional commits viewable in compare view

Updates spark from 2.2.67 to 2.3.14

Release notes

Sourced from spark's releases.

v2.3.14

Improvements:

  • add :regex builtin type by Zach Daniel

  • only compile on uncompiled extension in formatter by Zach Daniel

v2.3.13

Bug Fixes:

  • mix format crashes in umbrella projects (#230) by Matthew Sinclair

  • replace explicit try with implicit try and remove deprecated unless by Matthew Sinclair

v2.3.12

Bug Fixes:

  • don't use Code.ensure_loaded? when checking for Spark.Dsl.Extension behaviour by Zach Daniel

v2.3.11

Bug Fixes:

  • run loadpaths on format by Zach Daniel

v2.3.9

Bug Fixes:

  • handle erorrs in add_extensions/0 calls by Zach Daniel

v2.3.8

... (truncated)

Changelog

Sourced from spark's changelog.

v2.3.14 (2025-11-09)

Improvements:

  • add :regex builtin type by Zach Daniel

  • only compile on uncompiled extension in formatter by Zach Daniel

v2.3.13 (2025-11-05)

Bug Fixes:

  • mix format crashes in umbrella projects (#230) by Matthew Sinclair

  • replace explicit try with implicit try and remove deprecated unless by Matthew Sinclair

v2.3.12 (2025-10-30)

Bug Fixes:

  • don't use Code.ensure_loaded? when checking for Spark.Dsl.Extension behaviour by Zach Daniel

v2.3.11 (2025-10-23)

Bug Fixes:

  • run loadpaths on format by Zach Daniel

v2.3.10 (2025-10-23)

Bug Fixes:

  • ensure compile task is reenabled in format

v2.3.9 (2025-10-23)

... (truncated)

Commits
  • 3b04763 chore: release version v2.3.14
  • 1a5e39f improvement: add :regex builtin type
  • 8f7ace9 improvement: only compile on uncompiled extension in formatter
  • 5b4a643 chore: release version v2.3.13
  • aedefa8 chore(deps-dev): bump mix_test_watch from 1.3.0 to 1.4.0 (#234)
  • ea2cae4 chore(deps-dev): bump credo from 1.7.12 to 1.7.13 (#233)
  • e290f17 chore(deps-dev): bump benchee from 1.4.0 to 1.5.0 (#235)
  • 3b198e7 chore(deps-dev): bump elixir_sense from c154835 to 0e6278a (#236)
  • c3ceffe chore(deps-dev): bump ex_doc from 0.38.4 to 0.39.1 (#237)
  • b73831f docs: pimp README and add logo (#232)
  • Additional commits viewable in compare view

Updates yaml_elixir from 2.11.0 to 2.12.0

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

…y with 3 updates

Bumps the production-dependencies group with 3 updates in the / directory: [langchain](https://github.com/brainlid/langchain), [spark](https://github.com/ash-project/spark) and [yaml_elixir](https://github.com/KamilLelonek/yaml-elixir).


Updates `langchain` from 0.3.3 to 0.4.1
- [Release notes](https://github.com/brainlid/langchain/releases)
- [Changelog](https://github.com/brainlid/langchain/blob/main/CHANGELOG.md)
- [Commits](brainlid/langchain@v0.3.3...v0.4.1)

Updates `spark` from 2.2.67 to 2.3.14
- [Release notes](https://github.com/ash-project/spark/releases)
- [Changelog](https://github.com/ash-project/spark/blob/main/CHANGELOG.md)
- [Commits](ash-project/spark@v2.2.67...v2.3.14)

Updates `yaml_elixir` from 2.11.0 to 2.12.0
- [Commits](https://github.com/KamilLelonek/yaml-elixir/commits/v2.12.0)

---
updated-dependencies:
- dependency-name: langchain
  dependency-version: 0.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: spark
  dependency-version: 2.3.14
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: yaml_elixir
  dependency-version: 2.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code labels Dec 11, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 25, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Dec 25, 2025
@dependabot dependabot bot deleted the dependabot/hex/production-dependencies-467c7ea5c2 branch December 25, 2025 01:04
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 elixir Pull requests that update elixir code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant