Skip to content

Commit 35f8a3e

Browse files
tools: Update Pydantic homepage and dialects (#1740)
Docs state that Pydantic generates JSON Schema Draft 2020-12: https://docs.pydantic.dev/latest/concepts/json_schema/
1 parent da172f7 commit 35f8a3e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

data/tooling-data.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1257,8 +1257,10 @@
12571257
platform: 'github'
12581258
license: 'MIT'
12591259
source: 'https://github.com/pydantic/pydantic'
1260-
homepage: 'https://pydantic-docs.helpmanual.io/'
1261-
lastUpdated: '2020-06-05'
1260+
homepage: 'https://docs.pydantic.dev/latest/'
1261+
supportedDialects:
1262+
draft: ['2020-12']
1263+
lastUpdated: '2025-06-26'
12621264

12631265
- name: msgspec
12641266
description: 'msgspec generates schemas from Python type annotations.'

0 commit comments

Comments
 (0)