jsoncompat 0.3.0

JSON Schema Compatibility Checker
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[project]
name = "demo"
version = "0.1.0"
description = "Demo python project that checks pydantic models for compatibility across versions"
requires-python = ">=3.12"
dependencies = ["pydantic"]

[dependency-groups]
dev = ["pytest", "ruff", "mypy"]

[build-system]
requires = ["uv_build>=0.7.18,<0.8.0"]
build-backend = "uv_build"

[tool.uv]