generated from langchain-ai/integration-repo-template
-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
cdeinmat, ogirardot, automaton82, lambertEcarx, pangolinkeys and 7 more
Metadata
Metadata
Labels
enhancementNew feature or requestNew feature or request