-
Notifications
You must be signed in to change notification settings - Fork 163
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? |
Details in #610 (comment)
The text was updated successfully, but these errors were encountered: