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 the pip group across 1 directory with 2 updates #6840

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the pip group with 2 updates in the /libs/langchain-community/src/vectorstores/tests/faiss.int.test.data directory: langchain and langchain-community.

Updates langchain from 0.1.0 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

Updates langchain-community from 0.0.12 to 0.2.9

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

Bumps the pip group with 2 updates in the /libs/langchain-community/src/vectorstores/tests/faiss.int.test.data directory: [langchain](https://github.com/langchain-ai/langchain) and [langchain-community](https://github.com/langchain-ai/langchain).


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

Updates `langchain-community` from 0.0.12 to 0.2.9
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](https://github.com/langchain-ai/langchain/commits/langchain-community==0.2.9)

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

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 Sep 17, 2024
Copy link

vercel bot commented Sep 17, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
langchainjs-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 17, 2024 9:47pm
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
langchainjs-api-refs ⬜️ Ignored (Inspect) Sep 17, 2024 9:47pm

@dosubot dosubot bot added size:XS This PR changes 0-9 lines, ignoring generated files. auto:nit Small modifications/deletions, fixes, deps or improvements to existing code or docs labels Sep 17, 2024
@jacoblee93 jacoblee93 merged commit 3bb7bce into main Sep 18, 2024
34 checks passed
@jacoblee93 jacoblee93 deleted the dependabot/pip/libs/langchain-community/src/vectorstores/tests/faiss.int.test.data/pip-9ee859346d branch September 18, 2024 16:52
FilipZmijewski pushed a commit to FilipZmijewski/langchainjs that referenced this pull request Sep 27, 2024
…ngchain-ai#6840)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
FilipZmijewski pushed a commit to FilipZmijewski/langchainjs that referenced this pull request Sep 27, 2024
…ngchain-ai#6840)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
FilipZmijewski added a commit to FilipZmijewski/langchainjs that referenced this pull request Sep 27, 2024
* Create llm and embeddings implementation, include tests (#1)

* Initiate repo, start creating llm solution: generate and stream created

* Exclude authentication outside of the file

* Allow generating text on deployed models, make changes according authentication exclusion

* Extract types outside of llms, small change

* start working on embeddings. create simple tests

* Add some features, rework llm

* Add embeddings

* Create tests for llms and embeddings

* Small fixes

* Adjust to sdk new package

* Rename variables

* Add README.md file

* Rename variables

---------

Co-authored-by: FIlip Żmijewski <filipzmijewski@filips-mbp.krakow.pl.ibm.com>

* Add dependencies

* fix(langchain): Fix local file store traversal issue (langchain-ai#6736)

* fix(ci): Fix cf exports test (langchain-ai#6737)

* fix(ci): Fix cf-workers export test (langchain-ai#6738)

* fix(ci): Fix esbuild tests (langchain-ai#6739)

* fix(ci): Fix ci (langchain-ai#6741)

* chore(langchain): Release 0.2.19

* fix(langchain): Prevent exception when using plan & execute agent with no tools (langchain-ai#6744)

Co-authored-by: Brace Sproul <braceasproul@gmail.com>

* fix(openai): Avoid thrown error on o1 stream calls (langchain-ai#6747)

* chore(openai): Release 0.2.11 (langchain-ai#6748)

* docs: Update link (langchain-ai#6757)

* refactor: Move langchain/core to a peer dep (langchain-ai#6698)

Co-authored-by: Brace Sproul <braceasproul@gmail.com>
Co-authored-by: Erick Friis <erick@langchain.dev>

* chore(core): Release 0.3.0 (langchain-ai#6760)

* chore(deps): Update deps for 0.3.0 (langchain-ai#6761)

* chore(textsplitters): Release 0.1.0 (langchain-ai#6762)

* chore(cloudflare): Bump dep (langchain-ai#6763)

* chore(openai): Release 0.3.0 (langchain-ai#6764)

* chore(anthropic): Release 0.3.0 (langchain-ai#6765)

* chore(mistralai): Release 0.1.0 (langchain-ai#6766)

* chore(langchain): Release 0.3.0

* chore(build): Update lock (langchain-ai#6770)

* chore(cohere): Release 0.3.0 (langchain-ai#6771)

* chore(weaviate): Release 0.1.0 (langchain-ai#6773)

* chore(aws): Release 0.1.0 (langchain-ai#6775)

* chore(azure-cosmosdb): Release 0.2.0 (langchain-ai#6776)

* chore(azure-dynamic-sessions): Release 0.2.0 (langchain-ai#6777)

* chore(release): Release Baidu, Exa, MixedBread, Nomic (langchain-ai#6778)

* fix(ci): Fix CI issue where local monorepo node_modules were copied into export tests (langchain-ai#6774)

* chore(community): Release 0.3.0 (langchain-ai#6779)

* chore(cloudflare): Release 0.1.0 (langchain-ai#6780)

* chore(groq): Release 0.1.1 (langchain-ai#6781)

* chore(mongodb): Release 0.1.0 (langchain-ai#6782)

* chore(ollama): Release 0.1.0 (langchain-ai#6783)

* chore(pinecone): Release 0.1.0 (langchain-ai#6784)

* chore(qdrant): Release 0.1.0 (langchain-ai#6785)

* chore(redis): Release 0.1.0 (langchain-ai#6786)

* chore(google): Release 0.1.0 (langchain-ai#6787)

* chore(google-genai): Release 0.1.0 (langchain-ai#6788)

* fix(core, langchain): Update langsmith dep to rc (langchain-ai#6797)

* chore(core): Release 0.3.1 (langchain-ai#6800)

* Release 0.3.1

* fix(langchain): Remove circular peer dep in langchain on @langchain/community (langchain-ai#6803)

* chore(langchain): Release 0.3.2 (langchain-ai#6805)

* docs: new algolia index (langchain-ai#6810)

* docs: Adds 0.3 versioning docs (langchain-ai#6793)

* docs: NotFound page suggested links (langchain-ai#6809)

Co-authored-by: jacoblee93 <jacoblee93@gmail.com>

* docs: Fix Firecrawl v0 version in the docs (langchain-ai#6768)

* docs: Fix concepts docs hash param (langchain-ai#6816)

* fix(google): Fixed - TypeError: Cannot read properties of undefined (reading 'generationInfo') (langchain-ai#6756)

* fix(ci): Conditionally deplpy api refs to prod (langchain-ai#6819)

* fix(ci): Add vercel ignore file (langchain-ai#6820)

* feat(google-common): Export ChatConnection class (langchain-ai#6823)

* chore(google-common): Release 0.1.1 (langchain-ai#6824)

* fix(core,langchain,community): Update LangSmith deps, lighten export tests (langchain-ai#6825)

* deps: update @anthropic-ai/sdk to 0.27.3 from 0.25.2 (langchain-ai#6796)

Co-authored-by: jacoblee93 <jacoblee93@gmail.com>

* chore(anthropic): Release 0.3.1 (langchain-ai#6826)

* docs: Adds warnings to cypher chain about credentials (langchain-ai#6827)

* feat(community): Remove required param from LanceDB integration (langchain-ai#6706)

Co-authored-by: jacoblee93 <jacoblee93@gmail.com>

* fix(ci): Fix lint (langchain-ai#6828)

* chore(community): Release 0.3.1 (langchain-ai#6831)

* fix(ci): Update API ref deployment action & vercelignore (langchain-ai#6835)

* fix(core): Fix nested stream events behavior (langchain-ai#6836)

* chore(core): Release 0.3.2 (langchain-ai#6839)

* fix(ci): Add script for aliasing domains in gh deployments (langchain-ai#6838)

* chore(deps): bump the pip group across 1 directory with 2 updates (langchain-ai#6840)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix(groq): Feature/groq response format improvements (langchain-ai#6754)

Co-authored-by: jacoblee93 <jacoblee93@gmail.com>

* fix(core): Loosen return type of withConfig, fix tracing for nested tool calls (langchain-ai#6847)

* chore(core): Release 0.3.3 (langchain-ai#6848)

* docs(tutorial): fix typo (langchain-ai#6849)

* fix(mistral): Fix call options type (langchain-ai#6857)

* chore(mistralai): Release 0.1.1 (langchain-ai#6858)

* fix: typo fix in agents doc (langchain-ai#6859)

* feat(community): Update ChromeLLM with latest experimental API (langchain-ai#6861)

* chore(community): Release 0.3.2 (langchain-ai#6862)

* fix(community): bump `@upstash/ratelimit` version (langchain-ai#6832)

Co-authored-by: bracesproul <braceasproul@gmail.com>

* fix(docs): Drop announcement bar (langchain-ai#6863)

* groq[patch]: set api key attr (langchain-ai#6864)

Co-authored-by: jacoblee93 <jacoblee93@gmail.com>

* chore(groq): Release 0.1.2 (langchain-ai#6865)

* chore(openai,anthropic): Expose OpenAI and Anthropic payload formatters (langchain-ai#6872)

* chore(openai): Release 0.3.1 (langchain-ai#6874)

* chore(anthropic): Release 0.3.2 (langchain-ai#6875)

* feat(anthropic,openai): Add payload formatting utils to Anthropic and OpenAI (langchain-ai#6876)

* chore(openai): Release 0.3.2 (langchain-ai#6877)

* chore(anthropic): Release 0.3.3 (langchain-ai#6878)

* community[patch]: support AWS_... env vars (langchain-ai#6866)

* chore(community): Release 0.3.3 (langchain-ai#6880)

* Fix yarn.lock file

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: FIlip Żmijewski <filipzmijewski@filips-mbp.krakow.pl.ibm.com>
Co-authored-by: Jacob Lee <jacoblee93@gmail.com>
Co-authored-by: oleg <me@olegivaniv.com>
Co-authored-by: Brace Sproul <braceasproul@gmail.com>
Co-authored-by: Erick Friis <erick@langchain.dev>
Co-authored-by: Nicolas <nicolascamara29@gmail.com>
Co-authored-by: Prakash Pokharel <pksharmapokhrel@gmail.com>
Co-authored-by: Lab Rat <35325046+rootCircle@users.noreply.github.com>
Co-authored-by: Ayush Chaurasia <ayush.chaurarsia@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Herman Hrand <54174661+allohamora@users.noreply.github.com>
Co-authored-by: jjangga0214 <bnbcmindnpass@gmail.com>
Co-authored-by: Stephen M Abbott <stephenabbott20@gmail.com>
Co-authored-by: Cahid Arda Öz <cahidardaooz@hotmail.com>
Co-authored-by: Bagatur <22008038+baskaryan@users.noreply.github.com>
@langchain-ai langchain-ai locked as spam and limited conversation to collaborators Oct 9, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto:nit Small modifications/deletions, fixes, deps or improvements to existing code or docs dependencies Pull requests that update a dependency file 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