Skip to content
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

chore(deps-dev): bump the langchain group with 5 updates #1025

Merged
merged 1 commit into from
Dec 6, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 6, 2024

Bumps the langchain group with 5 updates:

Package From To
langchain-mistralai 0.2.2 0.2.3
langchain-openai 0.2.10 0.2.11
langchain-aws 0.2.7 0.2.9
langchain-ollama 0.2.0 0.2.1
langchain-community 0.3.8 0.3.9

Updates langchain-mistralai from 0.2.2 to 0.2.3

Release notes

Sourced from langchain-mistralai's releases.

langchain-mistralai==0.2.3

Changes since langchain-mistralai==0.2.2

mistral[patch]: Release 0.2.3 (#28452) mistral[patch]: ensure tool call IDs in tool messages are correctly formatted (#28422) mistral[patch]: run python 3.13 in CI (#28392) groq,openai,mistralai: fix unit tests (#28279)

Commits

Updates langchain-openai from 0.2.10 to 0.2.11

Release notes

Sourced from langchain-openai's releases.

langchain-openai==0.2.11

Changes since langchain-openai==0.2.10

openai: dont populate logit_bias if None (#28482) partners/openai: release 0.2.11 (#28461) openai: set logit_bias to none instead of empty dict by default (#28460)

Commits

Updates langchain-aws from 0.2.7 to 0.2.9

Release notes

Sourced from langchain-aws's releases.

v0.2.9

What's Changed

New Contributors

Full Changelog: langchain-ai/langchain-aws@v0.2.7...v0.2.9

Commits

Updates langchain-ollama from 0.2.0 to 0.2.1

Release notes

Sourced from langchain-ollama's releases.

langchain-ollama==0.2.1

Changes since langchain-ollama==0.2.0

ollama[patch]: release 0.2.1 (#28458) ollama[patch]: release 0.2.2 (#28456) partners/ollama: fix tool calling with nested schemas (#28225) ollama[patch]: bump to 0.4.1 in lock file (#28365) ollama[patch]: support ollama 0.4 (#28364) partners/ollama: release 0.2.2rc1 (#28300) ollama: include kwargs in requests (#28299) standard-tests: rename langchain_standard_tests to langchain_tests, release 0.3.2 (#28203) multiple: langchain-standard-tests -> langchain-tests (#28139) partners/ollama: Enabled Token Level Streaming when Using Bind Tools for ChatOllama (#27689) integrations[patch]: bump core to 0.3.15 (#27805) ollama: add pydocstyle linting for ollama (#27686)

Commits

Updates langchain-community from 0.3.8 to 0.3.9

Release notes

Sourced from langchain-community's releases.

langchain-community==0.3.9

Changes since langchain-community==0.3.8

community[patch]: Release 0.3.9 (#28451) community[patch]: support numpy2 (#28184) community: add truncation params when an openai assistant's run is created (#28158) community[patch]: remove sqlalchemy cap (#28389) Community: Marqo Index Setting GET Request Updated according to 2.x API version while keep backward compatability for 1.5.x (#28342) docs(create_sql_agent): fix reStructured Text Markup (#28356) Community: Adding citations in AIMessage for ChatPerplexity (#28321) community[patch]: fix import in test (#28339) community[patch]: Neo4j community deprecation (#28130) community: fixed critical bugs at Writer provider (#27879) docs: fix GOOGLE_API_KEY typo (#28322)

Commits

You can trigger a rebase of this PR 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 5 updates:

| Package | From | To |
| --- | --- | --- |
| [langchain-mistralai](https://github.com/langchain-ai/langchain) | `0.2.2` | `0.2.3` |
| [langchain-openai](https://github.com/langchain-ai/langchain) | `0.2.10` | `0.2.11` |
| [langchain-aws](https://github.com/langchain-ai/langchain-aws) | `0.2.7` | `0.2.9` |
| [langchain-ollama](https://github.com/langchain-ai/langchain) | `0.2.0` | `0.2.1` |
| [langchain-community](https://github.com/langchain-ai/langchain) | `0.3.8` | `0.3.9` |


Updates `langchain-mistralai` from 0.2.2 to 0.2.3
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain-mistralai==0.2.2...langchain-mistralai==0.2.3)

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

Updates `langchain-aws` from 0.2.7 to 0.2.9
- [Release notes](https://github.com/langchain-ai/langchain-aws/releases)
- [Commits](langchain-ai/langchain-aws@v0.2.7...v0.2.9)

Updates `langchain-ollama` from 0.2.0 to 0.2.1
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain-ollama==0.2.0...langchain-ollama==0.2.1)

Updates `langchain-community` from 0.3.8 to 0.3.9
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain-community==0.3.8...langchain-community==0.3.9)

---
updated-dependencies:
- dependency-name: langchain-mistralai
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: langchain
- dependency-name: langchain-openai
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: langchain
- dependency-name: langchain-aws
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: langchain
- dependency-name: langchain-ollama
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: langchain
- dependency-name: langchain-community
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: langchain
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 6, 2024
@github-actions github-actions bot enabled auto-merge (squash) December 6, 2024 06:04
Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Disclaimer: Experimental PR review

PR Summary

This pull request updates multiple Langchain-related dependencies and OpenAI SDK versions to improve compatibility and add new features.

  • Added support for user_id parameter in OpenAI chat completions, generations, spans and events in /langfuse/client.py
  • Updated OpenAI SDK from 1.3.7 to 1.7.1 with improved debug logging and nullable response properties
  • Upgraded langchain-aws to 0.2.9 with Bedrock chat model support and human input flag for Bedrock Agents
  • Upgraded langchain-mistralai (0.2.3), langchain-openai (0.2.11), langchain-ollama (0.2.1) and langchain-community (0.3.9) with various bug fixes and improvements

No file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile

@github-actions github-actions bot merged commit 4525e1a into main Dec 6, 2024
9 of 10 checks passed
@github-actions github-actions bot deleted the dependabot/pip/langchain-1828ed7fb3 branch December 6, 2024 06:23
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants