MahdiFarnaghi / intelli_geo

IntelliGeo is QGIS plugin that facilitates interaction with Large Language Models in QGIS environment.
https://www.intelligeo.org/
Apache License 2.0
16 stars 0 forks source link

Bump langchain from 0.2.2 to 0.3.0 #16

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 2 weeks ago

Bumps langchain from 0.2.2 to 0.3.0.

Release notes

Sourced from langchain's releases.

langchain-community==0.3.0

Changes since langchain-community==0.2.17

community: release 0.3 (#26472) multiple: pydantic 2 compatibility, v0.3 (#26443)

langchain-core==0.3.0

Changes since langchain-core==0.2.40

core: release 0.3.0 (#26453) multiple: pydantic 2 compatibility, v0.3 (#26443)

langchain-experimental==0.3.0

Changes since langchain-experimental==0.0.65

experimental: release 0.3 (#26477) multiple: pydantic 2 compatibility, v0.3 (#26443) Add the option to ignore structured output method to LLM graph transf… (#26013)

langchain-text-splitters==0.3.0

Changes since langchain-text-splitters==0.2.4

text-splitters: release 0.3 (#26460) multiple: pydantic 2 compatibility, v0.3 (#26443)

langchain==0.3.0

Changes since langchain==0.2.16

langchain: release 0.3.0 (#26462) multiple: pydantic 2 compatibility, v0.3 (#26443) core[minor]: Remove serialized manifest from tracing requests for non-llm runs (#26270)

langchain-core==0.3.0.dev5

Changes since langchain-core==0.2.39

core[patch]: fix regression in convert_to_openai_tool with instances of Tool (#26327) core[patch]: Support non ASCII characters in tool output if user doesn't output string (#26319) Keyword-like runnable config (#26295)

langchain-core==0.3.0.dev4

Changes since langchain-core==0.2.38

infra: Clear cache for env-var checks (#26073) fmt fmt

langchain-core==0.3.0.dev3

Changes since langchain-core==0.2.38

infra: Clear cache for env-var checks (#26073)

... (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 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](https://github.com/MahdiFarnaghi/intelli_geo/network/alerts).
com3dian commented 2 weeks ago

@MahdiFarnaghi I will NOT merge this PR, according to langchain devlog, version 0.3 have a lot new features and changes of design, so I will need to test with langchain 0.3 (after coming back from vacation) and see if it works with our current implementation.

I will let this PR open for now.

dependabot[bot] commented 1 week ago

Superseded by #17.