-
Notifications
You must be signed in to change notification settings - Fork 322
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
Update pydantic import to fix b/343572011 in g3 #369
base: main
Are you sure you want to change the base?
Conversation
The commit is a mirror of cl/638491582 by ayzhou@ As indicated in b/343572011, the issue affect all Python SDK usage in g3 including the official function calling colab. The issue is very similar to b/325114802, b/331534434, which are then fixed with cl/619453719.
Thanks, I'll take a look. |
Interesting.
So even if you have v2 you get v2 (that's why the tests here are failing) I think we need a way to get the basics all running in v1 and ... the output is different? |
Change-Id: I3473afc0e61bb73c3af527927c1a45c475e89219
Added a test workflow to test with pydantic-1. If we want this to successfully close that bug, we need to get those tests working, or expolicitly choose some acceptable subset of them and tag the others with a skipif |
|
b/342443131 |
Sorry about the delay. Fixing this internally. cl/691199002 |
The commit is a mirror of cl/638491582 by ayzhou@
As indicated in b/343572011, the issue affect all Python SDK FC usage in g3 including the official function calling colab.
The issue is very similar to b/325114802, b/331534434, which are then fixed with cl/619453719.
Description of the change
Update pydantic import to fix b/343572011. It is a mirror of cl/638491582 by ayzhou@
Motivation
b/343572011
Type of change
Bug fix
Checklist
git pull --rebase upstream main
).