[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "comprehensive_schema_types_example"
version = "1.0.0"
description = "Comprehensive test for all OpenAPI v3.1.2 schema types"
requires-python = ">=3.12"
dependencies = ["httpx>=0.27"]