Skip to content

Commit fa97cc6

Browse files
i3130002copybara-github
authored andcommitted
docs: Update README.md with correct Pydantic link
Copybara import of the project: -- 7e4401a by Mahdi Rafatjah <i3130002@gmail.com>: docs: Update README.md with correct Pydantic link https://pydantic.readthedocs.io is no longer working (404 Error) COPYBARA_INTEGRATE_REVIEW=#863 from i3130002:patch-1 86b5b98 PiperOrigin-RevId: 904106551
1 parent f47cb88 commit fa97cc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ https://test-api-gateway-proxy.com/publishers/google/models/gemini-3-pro-preview
309309
## Types
310310

311311
Parameter types can be specified as either dictionaries(`TypedDict`) or
312-
[Pydantic Models](https://pydantic.readthedocs.io/en/stable/model.html).
312+
[Pydantic Models](https://docs.pydantic.dev/latest/concepts/models/).
313313
Pydantic model types are available in the `types` module.
314314

315315
## Models

0 commit comments

Comments
 (0)