-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
FEAT: Upgrade langchain (0.3.x) and associated packages including langchain-astradb #4229
FEAT: Upgrade langchain (0.3.x) and associated packages including langchain-astradb #4229
Conversation
cb57067
to
3dc4832
Compare
Did you encounter any issues with Pydantic when installing and running the backend of Langflow after the upgrade to 0.3.x? @erichare |
I admit i haven't extensively tested it, would love some help from others, but i was able to build and start the backend service without problems. I was also able to run my existing flows i had saved. I do see deprecation warnings about pydantic:
But it doesn't appear to block the startup. question is whether we would like to go through and remove references to pydantic_v1, or defer that for later? |
Thats cool. Earlier when I tried the upgrade I faced some Pydantic upgrade error. |
Tested. Looks good to me. |
@erichare can you resolve the conflicts in uv.lock? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This upgrades our langchain dependency to 0.3.x, adds ~= requirements to associated packages, and allows the use of the latest
langchain-astradb
as a result.