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): bump langchain-community from 0.2.7 to 0.2.9 #2925

Merged
merged 2 commits into from
Jul 24, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 24, 2024

Bumps langchain-community from 0.2.7 to 0.2.9.

Release notes

Sourced from langchain-community's releases.

langchain-community==0.2.9

Changes since langchain-community==0.2.7

infra: add min version testing to pr test flow (#24358) community[patch]: Release 0.2.9 (#24453) community[patch]: gpt-4o-mini costs (#24421) community[patch]: Force opt-in for WebResearchRetriever (CVE-2024-3095) (#24451) community[minor]: [GoogleApiYoutubeLoader] Replace API used in _get_document_for_channel from search to playlistItem (#24034) community[minor]: GraphCypherQAChain to accept additional inputs as provided by the user for cypher generation (#24300) community[minor]: add mongodb byte store (#23876) community[minor]: Add ability to specify file encoding and json encoding for FileChatMessageHistory (#24258) Community[minor]: Added checksum in while send data to pebblo-cloud (#23968) community[minor]: Add TextEmbed Embedding Integration (#22946) community[minor]: Add Riza Python/JS code execution tool (#23995) community[minor]: Add keybert-based link extractor (#24311) community[minor]: GLiNER link extraction (#24314) Mask API keys for various LLM/ChatModel Modules (#13885) community[patch]: fix formatting (#24443) Merge pull request #24315 Merge pull request #24363 Mask API key for ChatOpenAI based chat_models (#14293) community: fix tool appending logic and update planner prompt in OpenAPI agent toolkit (#24384) [fix] baidu qianfan AiMessage with usage_metadata (#24389) community[minor]: [PebbloSafeLoader] Rename loader type and add SharePointLoader to supported loaders (#24393) Community[patch]: Missing "stream" parameter in cloudflare_workersai (#23987) community: support advanced text extraction options for pdf documents (#20265) community[patch]: Release 0.2.8 (#24354) community: Fix SQLDatabse.from_databricks issue when ran from Job (#24346) Neo4j: Update with non-deprecated cypher methods, and new method to associate relationship embeddings (#23725) docs: Add ChatBaichuan docstrings (#24348) neo4j: Fix test for order-insensitive comparison and floating-point precision issues (#24338) community[minor]: Add ApertureDB as a vectorstore (#24088) community[patch]: Fix docstring for ollama parameter "keep_alive" (#23973) community[patch]: Update TavilySearch to use TavilyClient instead of the deprecated Client (#24270) baidu qianfan AiMessage with usage_metadata (#24288) community[patch]: change the class of qianfan_ak and qianfan_sk parameters (#24293) community: Add support for specifying hybrid search for Databricks vector search (#23528) community(you): Integrate You.com conversational APIs (#23046) feat: Add ChatTongyi structured output (#24187) baidu qianfan streaming token_usage (#24117) community[patch]: Improve ChatBaichuan init args and role (#23878) partners: add similarity search by image functionality to langchain_chroma partner package (#22982) fix azure_openai.py: some keys do not exists (#24158) docs: Spell check fixes (#24217) community[patch]: upgrade default model for ChatAnyscale (#24232) core[patch]: fix ToolCall "type" when streaming (#24218) community: Skip Login to HuggubgFaceHub when token is not set (#21561) community[patch]: update typo document content returned from semanticscholar (#24175) Fix neo4j type error on missing constraint information (#24177) community: Fix Bug in Azure Search Vectorstore search asyncronously (#24081)

... (truncated)

Commits

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [langchain-community](https://github.com/langchain-ai/langchain) from 0.2.7 to 0.2.9.
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain-community==0.2.7...langchain-community==0.2.9)

---
updated-dependencies:
- dependency-name: langchain-community
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 24, 2024
@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Jul 24, 2024
Copy link
Contributor

Pull Request Validation Report

This comment is automatically generated by Conventional PR

Whitelist Report

Whitelist Active Result
Pull request is submitted by a bot and should be ignored
Pull request is a draft and should be ignored
Pull request is made by a whitelisted user and should be ignored
Pull request is submitted by administrators and should be ignored

Result

Pull request matches with one (or more) enabled whitelist criteria. Pull request validation is skipped.

Last Modified at 24 Jul 24 17:51 UTC

Copy link

This pull request is automatically being deployed by Amplify Hosting (learn more).

Access this pull request here: https://pr-2925.dmtpw4p5recq1.amplifyapp.com

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Jul 24, 2024
@ogabrielluiz ogabrielluiz enabled auto-merge (squash) July 24, 2024 18:14
@ogabrielluiz ogabrielluiz merged commit 8f678de into main Jul 24, 2024
49 checks passed
@ogabrielluiz ogabrielluiz deleted the dependabot/pip/langchain-community-0.2.9 branch July 24, 2024 18:32
nicoloboschi pushed a commit to datastax/ragstack-ai-langflow that referenced this pull request Jul 30, 2024
…i#2925)

Bumps [langchain-community](https://github.com/langchain-ai/langchain) from 0.2.7 to 0.2.9.
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain-community==0.2.7...langchain-community==0.2.9)

---
updated-dependencies:
- dependency-name: langchain-community
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 8f678de)
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 lgtm This PR has been approved by a maintainer python Pull requests that update Python code size:XS This PR changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant