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 from 0.3.0 to 0.3.1 in /examples/functions #3700

Merged
merged 1 commit into from
Oct 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps langchain from 0.3.0 to 0.3.1.

Release notes

Sourced from langchain's releases.

langchain-core==0.3.1

Changes since langchain-core==0.3.0

core[patch]: Release 0.3.1 (#26581) core[patch]: Fix "argument of type 'NoneType' is not iterable" error in LangChainTracer (#26576) core[minor]: remove beta from RemoveMessage (#26579)

langchain-experimental==0.3.1

Changes since langchain-experimental==0.3.0

experimental: release 0.3.1 (#26830) experimental[major]: CVE-2024-46946 fix (#26783) fix[experimental]: Fix text splitter with gradient (#26629) Fix async parsing for llm graph transformer (#26650) Add check for prompt based approach in llm graph transformer (#26519)

langchain-community==0.3.1

Changes since langchain-community==0.3.0

community: bump langchain version (#26876) community: bump core versoin (#26875) 0.3.1 release community (#26872) community[patch]: Fix validation error in SettingsConfigDict across multiple Langchain modules (#26852) community[minor]: [Pebblo] Enhance PebbloSafeLoader to take anonymize flag (#26812) community[patch]: [SharePointLoader] Fix validation error in _O365Settings due to extra fields in .env file (#26851) community[patch]: callback before yield for friendli (#26842) community[patch]: callback before yield for deepsparse llm (#26822) community: Add Sambanova Cloud Chat model community integration (#26333) community[patch]: Fix tool_calls parsing when streaming from DeepInfra (#26813) community[patch]: callback before yield for bedrock llm (#26804) Remove pydantic restricted namespaces from HuggingFaceInferenceAPIEmbedings (#26744) community[patch]: Handle empty PR body in get_pull_request in Github utility (#26739) community: Fix links in GraphVectorStore pydoc (#25959) core: Add docstring for GraphVectorStoreRetriever (#26224) community[patch]: add web loader tests (#26728) Avoid copying runs (#26689) support epsilla cloud vector database in langchain (#26065) fix:fix ChatZhipuAI tool call bug (#26693) core, community: move graph vectorstores to community (#26678) [community] Fix WorkspaceClient error with pydantic validation (#26649) community[patch]: add to pypdf tests and run in CI (#26663) [community] Added PebbloTextLoader for loading text data in PebbloSafeLoader (#26582) community: fix error in sambastudio embeddings (#26260) community: remove sambaverse (#26265) community : [bugfix] Use document ids as keys in AzureSearch vectorstore (#25486) community: Add warning when page_content is empty (#25955) docs[community]: Fix raw string in docstring (#26350) community: Retry retriable errors in Neo4j (#26211) Improvement[Community] Improve api doc of BeautifulSoupTransformer (#26423) community[patch]: o1-preview and o1-mini costs (#26411)

... (truncated)

Commits
  • 9a31ad6 langchain: release 0.3.1 (#26868)
  • ef2ab26 core: release 0.3.6 (#26863)
  • 87e2149 docs[patch]: remove deprecated loaders from feature tables (#26709)
  • a001006 docs[patch]: add guide for loading web pages (#26708)
  • eaffa92 openai[patch]: Release 0.2.1 (#26858)
  • 51c4393 community[patch]: Fix validation error in SettingsConfigDict across multiple ...
  • d502858 Update main README.md to reference latest version of documentation (#26854)
  • 27c1214 docs[patch]: In conceptual docs explain constraints on ToolMessage (#26792)
  • 3a1b925 core: Add ruff rules for comprehensions (C4) (#26829)
  • 7e5a9c3 community[minor]: [Pebblo] Enhance PebbloSafeLoader to take anonymize flag (#...
  • 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 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)

@dependabot dependabot bot added dependencies python Pull requests that update Python code labels Sep 30, 2024
Copy link

netlify bot commented Sep 30, 2024

Deploy Preview for localai ready!

Name Link
🔨 Latest commit 06ad577
🔍 Latest deploy log https://app.netlify.com/sites/localai/deploys/66fb9c19317072000848a0d1
😎 Deploy Preview https://deploy-preview-3700--localai.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

github-actions[bot]
github-actions bot previously approved these changes Sep 30, 2024
@github-actions github-actions bot enabled auto-merge (squash) September 30, 2024 18:56
Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.3.0 to 0.3.1.
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain==0.3.0...langchain==0.3.1)

---
updated-dependencies:
- dependency-name: langchain
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/examples/functions/langchain-0.3.1 branch from aa3f8d0 to 06ad577 Compare October 1, 2024 06:52
@mudler mudler disabled auto-merge October 1, 2024 08:40
@mudler mudler merged commit d4d2a76 into master Oct 1, 2024
32 checks passed
@mudler mudler deleted the dependabot/pip/examples/functions/langchain-0.3.1 branch October 1, 2024 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant