From 48e72edb4f4bcb81e0862bb49ae070d28568ee31 Mon Sep 17 00:00:00 2001 From: hamsehmahamud Date: Fri, 14 Aug 2026 22:58:22 +0300 Subject: [PATCH 1/3] adding in topics Pydantic --- topics/pydantic/index.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 topics/pydantic/index.md diff --git a/topics/pydantic/index.md b/topics/pydantic/index.md new file mode 100644 index 00000000000..8899a139f0c --- /dev/null +++ b/topics/pydantic/index.md @@ -0,0 +1,13 @@ +--- +aliases: pydantic-core +created_by: samuelcolvin +display_name: Pydantic +github_url: https://github.com/pydantic/pydantic +logo: pydantic.png +related: python, fastapi, typing, data-validation, serialization +short_description: Pydantic is a data validation and settings management library using Python type annotations. +topic: pydantic +url: https://docs.pydantic.dev/ +wikipedia_url: +--- +Pydantic is the most widely used data validation library for Python. Fast and extensible, Pydantic parses data and enforces type hints at runtime, providing user-friendly errors when data is invalid. Its core validation engine is implemented in Rust, making it extremely fast for JSON serialization and data schema parsing. \ No newline at end of file From a453d3466ec383fcfd0f81a5434855385e92f148 Mon Sep 17 00:00:00 2001 From: hamsehmahamud Date: Fri, 14 Aug 2026 23:35:09 +0300 Subject: [PATCH 2/3] adding topics of pydantic fix --- topics/pydantic/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/topics/pydantic/index.md b/topics/pydantic/index.md index 8899a139f0c..2fbdb4a1e0d 100644 --- a/topics/pydantic/index.md +++ b/topics/pydantic/index.md @@ -3,7 +3,6 @@ aliases: pydantic-core created_by: samuelcolvin display_name: Pydantic github_url: https://github.com/pydantic/pydantic -logo: pydantic.png related: python, fastapi, typing, data-validation, serialization short_description: Pydantic is a data validation and settings management library using Python type annotations. topic: pydantic From 4288e707279f4fcb5b6bc84127be4eda1741bcaf Mon Sep 17 00:00:00 2001 From: hamsehmahamud Date: Fri, 14 Aug 2026 23:37:03 +0300 Subject: [PATCH 3/3] fix error in topics pydentic --- topics/pydantic/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/topics/pydantic/index.md b/topics/pydantic/index.md index 2fbdb4a1e0d..cf9c74f48d9 100644 --- a/topics/pydantic/index.md +++ b/topics/pydantic/index.md @@ -7,6 +7,5 @@ related: python, fastapi, typing, data-validation, serialization short_description: Pydantic is a data validation and settings management library using Python type annotations. topic: pydantic url: https://docs.pydantic.dev/ -wikipedia_url: --- Pydantic is the most widely used data validation library for Python. Fast and extensible, Pydantic parses data and enforces type hints at runtime, providing user-friendly errors when data is invalid. Its core validation engine is implemented in Rust, making it extremely fast for JSON serialization and data schema parsing. \ No newline at end of file