-
Notifications
You must be signed in to change notification settings - Fork 1k
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
fix: Adapt project_id_exists validator for updated pydantic version #4680
base: v0.40-branch
Are you sure you want to change the base?
Conversation
Signed-off-by: Prathap P <[email protected]>
hey could fix the lint PR title issue? for the change, I think need to verify backward compatibility for lower pydantic versions 😄 |
Done |
Signed-off-by: Prathap P <[email protected]>
30c7647
to
c931e27
Compare
Hi @sudohainguyen |
2f5e0f4
to
d937de8
Compare
Signed-off-by: Prathap P <[email protected]>
d937de8
to
6003045
Compare
@sudohainguyen Can you approve other flows? |
Hi @sudohainguyen |
What this PR does / why we need it:
With pydantic version 2.9.2, values dict inside field validator will have all details like project_id, billing_project_id nested within data, this PR handles that and has one test case to validate.
Which issue(s) this PR fixes:
Fixes #4678