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

Bump langchain from 0.1.8 to 0.2.10 in /tools/sdk-ai-bots/Embeddings in the pip group #8996

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 17, 2024

Bumps the pip group in /tools/sdk-ai-bots/Embeddings with 1 update: langchain.

Updates langchain from 0.1.8 to 0.2.10

Release notes

Sourced from langchain's releases.

langchain-text-splitters==0.2.4

Changes since langchain-text-splitters==0.2.2

text-splitters[patch]: Release 0.2.4 (#25979) text-splitters[patch]: Modified SpacyTextSplitter to fully keep whitespace when strip_whitespace is false (#23272) all: Improve make lint command (#25344) text-splitters[patch]: fix typing for keep_separator (#25706) text-splitters[patch]: Release 0.2.3 (#24998) langchain : text_splitters Added PowerShell (#24582) all: add release notes to pypi (#24519) text_splitters: add request parameters for function HTMLHeaderTextSplitter.split_text… (#24178) docs: Spell check fixes (#24217) community[minor]: added support for C in RecursiveCharacterTextSplitter (#24091) infra: update mypy 1.10, ruff 0.5 (#23721)

langchain-anthropic==0.2.0

Changes since langchain-anthropic==0.1.23

partners/anthropic: release 0.2.0 (#26469) partners/anthropic: release 0.3.0 (#26466) multiple: pydantic 2 compatibility, v0.3 (#26443) standard-tests[patch]: add Ser/Des test all: Improve make lint command (#25344) core, partners: implement standard tracing params for LLMs (#25410) core[minor], anthropic[patch]: Upgrade @​root_validator usage to be consistent with pydantic 2 (#25457)

langchain-azure-dynamic-sessions==0.2.0

Changes since langchain-azure-dynamic-sessions==0.1.0

azure-dynamic-sessions[minor]: Release 0.2.0 (#26478) multiple: pydantic 2 compatibility, v0.3 (#26443) standard-tests[patch]: add Ser/Des test all: Improve make lint command (#25344) [docs]: standardize tool docstrings (#25351) patch[Partners] Unified fix of incorrect variable declarations in all check_imports (#25014) all: add release notes to pypi (#24519) core[minor]: rename ToolMessage.raw_output -> artifact (#24185) core[minor], integrations...[patch]: Support ToolCall as Tool input and ToolMessage as Tool output (#24038) infra: update mypy 1.10, ruff 0.5 (#23721) partners: add lint docstrings for azure-dynamic-sessions/together modules (#23303) docs: add aca-ds (#21746)

langchain-exa==0.2.0

Changes since langchain-exa==0.1.0

exa[minor]: Release 0.2.0 (#26476) multiple: pydantic 2 compatibility, v0.3 (#26443) standard-tests[patch]: add Ser/Des test all: Improve make lint command (#25344) [docs]: standardize tool docstrings (#25351)

... (truncated)

Commits
  • 842065a community[patch]: Release 0.2.9 (#24453)
  • 27ad6a4 langchain[patch]: Release 0.2.10 (#24452)
  • dda9438 community[patch]: gpt-4o-mini costs (#24421)
  • 604dfe2 community[patch]: Force opt-in for WebResearchRetriever (CVE-2024-3095) (#24451)
  • f101c75 docs: how to pass runtime secrets (#24450)
  • 372c27f community[minor]: [GoogleApiYoutubeLoader] Replace API used in _get_document...
  • 6a45bf9 community[minor]: GraphCypherQAChain to accept additional inputs as provided ...
  • f585668 community[minor]: add mongodb byte store (#23876)
  • 07715f8 community[minor]: Add ability to specify file encoding and json encoding for ...
  • 020cc1c Community[minor]: Added checksum in while send data to pebblo-cloud (#23968)
  • Additional commits viewable in compare view

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 <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
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the pip group in /tools/sdk-ai-bots/Embeddings with 1 update: [langchain](https://github.com/langchain-ai/langchain).


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

---
updated-dependencies:
- dependency-name: langchain
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from raych1 as a code owner September 17, 2024 21:46
@dependabot dependabot bot added dependencies Pull requests that update a dependency file Python labels Sep 17, 2024
@weshaggard weshaggard merged commit dab6176 into main Sep 23, 2024
9 of 10 checks passed
@weshaggard weshaggard deleted the dependabot/pip/tools/sdk-ai-bots/Embeddings/pip-99c25bc862 branch September 23, 2024 22:10
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant