Skip to content

Support for LangChain v1 #86

@davidcblaney

Description

@davidcblaney

Hi,

Firstly, thanks for creating and maintaining this package, this is really helping us build performat langchain based apps!

Secondly, are there any plans to upgrade the provider to be compatible with LangChain v1?

When I come to upgrade I get the following message:

The conflict is caused by:
    langchain 1.0.0 depends on langchain-core<2.0.0 and >=1.0.0
    langchain-openai 1.0.0 depends on langchain-core<2.0.0 and >=1.0.0
    langchain-google-genai 3.0.0 depends on langchain-core<2.0.0 and >=1.0.0
    langchain-redis 0.2.4 depends on langchain-core<0.4 and >=0.3

and I can see in the poetry file here its fixed to langchain-core<0.4 and >=0.3

And there is not a version of this lib available that will met the requirement.

I would attempt to contribute but I wouldn't know where to start as I've never maintained a python lib.

Cheers,
David

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions