[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "test_api_with_delete_response_schema"
version = "1.0.0"
description = "Test fixture for DELETE operations with JSON response schemas and type alias request bodies"
requires-python = ">=3.12"
dependencies = ["requests>=2.32"]