Skip to content

Instantly share code, notes, and snippets.

View andervrz's full-sized avatar

ANDER andervrz

View GitHub Profile
@andervrz
andervrz / main.py
Created April 8, 2026 16:09 — forked from CoreyMSchafer/main.py
Pydantic Tutorial Code
import json
from datetime import UTC, datetime
from functools import partial
from typing import Annotated, Literal
from uuid import UUID, uuid4
from pydantic import (
BaseModel,
ConfigDict,
EmailStr,