[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "inline_object_test"
version = "1.0.0"
description = "Test case for inline objects (not arrays) with snake_case to camelCase conversion"
requires-python = ">=3.12"
dependencies = ["httpx>=0.27"]