From 7e4401a412465e27fae46c6c9cace1ea77fc2e71 Mon Sep 17 00:00:00 2001 From: Mahdi Rafatjah Date: Tue, 27 May 2025 17:14:07 +0400 Subject: [PATCH] Update README.md https://pydantic.readthedocs.io is no longer working (404 Error) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef3d29fbc..c6c657125 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ client = genai.Client( ## 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