From fa97cc6cf5bc955c1ff81da4e780fe0211648959 Mon Sep 17 00:00:00 2001 From: Mahdi Rafatjah Date: Wed, 22 Apr 2026 16:16:49 -0700 Subject: [PATCH] docs: Update README.md with correct Pydantic link Copybara import of the project: -- 7e4401a412465e27fae46c6c9cace1ea77fc2e71 by Mahdi Rafatjah : docs: Update README.md with correct Pydantic link https://pydantic.readthedocs.io is no longer working (404 Error) COPYBARA_INTEGRATE_REVIEW=https://github.com/googleapis/python-genai/pull/863 from i3130002:patch-1 86b5b98c3f86c05602c82cd32fc3307d99b22504 PiperOrigin-RevId: 904106551 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f57179bdd..a535759da 100644 --- a/README.md +++ b/README.md @@ -309,7 +309,7 @@ https://test-api-gateway-proxy.com/publishers/google/models/gemini-3-pro-preview ## Types Parameter types can be specified as either dictionaries(`TypedDict`) or -[Pydantic Models](https://pydantic.readthedocs.io/en/stable/model.html). +[Pydantic Models](https://docs.pydantic.dev/latest/concepts/models/). Pydantic model types are available in the `types` module. ## Models