-
Notifications
You must be signed in to change notification settings - Fork 181
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
Compatibility with pydantic v2.10+ #613
Comments
I've opened googleapis/python-aiplatform#4701. |
Hi @yeesian , I see that python-aiplatform Does that mean we could remove the |
I tried (in an adhoc fashion using pip to force install the latest version of pydantic) and it worked for me (with google-cloud-aiplatform==1.76, but not 1.75). If you're willing, can you give it a shot and let me know if it worked for you too? If so, I think the upper bound in
|
@yeesian is there a specific test I can run to verify everything works as expected or instantiating VertexAiEmbedding (by invoking the API retrieving the embedding) would the best approach? |
@yeesian @lkuligin I am done running all our integration tests, and everything seems to be working all right when using
Can we lift the upper bound here https://github.com/langchain-ai/langchain-google/blob/main/libs/vertexai/pyproject.toml and do a new release? |
Hi! We are having this issue even with pydantic v1. Is there any way to fix it? We are stuck at the moment. |
Unlikely the lower bound can be adjusted since pydantic v2 seems to be the minimum supported version |
Just noticed that #693 has also been opened. Modulo the updated |
Details in #610 (comment)
The text was updated successfully, but these errors were encountered: