Skip to content

chore(deps): bump the langchain group with 4 updates #1288

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 25, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 25, 2025

Bumps the langchain group with 4 updates: @langchain/community, @langchain/core, @langchain/openai and langchain.

Updates @langchain/community from 0.3.26 to 0.3.27

Release notes

Sourced from @​langchain/community's releases.

0.2.0@next

What's Changed

... (truncated)

Commits

Updates @langchain/core from 0.3.33 to 0.3.36

Commits

Updates @langchain/openai from 0.3.17 to 0.4.1

Release notes

Sourced from @​langchain/openai's releases.

Release @​langchain/core 0.3.22

What's Changed

Full Changelog: langchain-ai/langchainjs@0.3.21...0.3.22

0.2.0@next

What's Changed

... (truncated)

Commits

Updates langchain from 0.3.12 to 0.3.13

Release notes

Sourced from langchain's releases.

Release 0.3.13

What's Changed

New Contributors

Full Changelog: langchain-ai/langchainjs@0.3.12...0.3.13

Commits
  • 0ff32c2 Release 0.3.13
  • 5693683 release(ollama): 0.1.5 (#7587)
  • 259bf7a release(community): 0.3.27 (#7586)
  • 4a44ca3 fix(community): Make postgresConnectionOptions optional in PostgresRecordMana...
  • 90b06fa feat(openai): Make only AzureOpenAI respect Azure env vars, remove class defa...
  • 93862f4 fix(core): Fix trim messages mutation (#7585)
  • a71067d fix(community): Set awaitHandlers to true in upstash ratelimit (#7571)
  • 7326a63 docs: Clarify tool creation process in structured outputs documentation (#7578)
  • 86fa0d5 chore(ollama): Export OllamaEmbeddingsParams interface (#7574)
  • 88c75e9 feat(langchain): Add hub entrypoint with automatic dynamic entrypoint of mode...
  • 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 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

Bumps the langchain group with 4 updates: [@langchain/community](https://github.com/langchain-ai/langchainjs), [@langchain/core](https://github.com/langchain-ai/langchainjs), [@langchain/openai](https://github.com/langchain-ai/langchainjs) and [langchain](https://github.com/langchain-ai/langchainjs).


Updates `@langchain/community` from 0.3.26 to 0.3.27
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Changelog](https://github.com/langchain-ai/langchainjs/blob/main/release_workspace.js)
- [Commits](https://github.com/langchain-ai/langchainjs/commits)

Updates `@langchain/core` from 0.3.33 to 0.3.36
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Changelog](https://github.com/langchain-ai/langchainjs/blob/main/release_workspace.js)
- [Commits](https://github.com/langchain-ai/langchainjs/commits)

Updates `@langchain/openai` from 0.3.17 to 0.4.1
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Changelog](https://github.com/langchain-ai/langchainjs/blob/main/release_workspace.js)
- [Commits](https://github.com/langchain-ai/langchainjs/commits)

Updates `langchain` from 0.3.12 to 0.3.13
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Changelog](https://github.com/langchain-ai/langchainjs/blob/main/release_workspace.js)
- [Commits](langchain-ai/langchainjs@0.3.12...0.3.13)

---
updated-dependencies:
- dependency-name: "@langchain/community"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: langchain
- dependency-name: "@langchain/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: langchain
- dependency-name: "@langchain/openai"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: langchain
- dependency-name: langchain
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: langchain
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 25, 2025
@mikesprague mikesprague merged commit e6e3eb3 into main Jan 25, 2025
2 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/main/langchain-1353449227 branch January 25, 2025 14:41
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant