[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "array_of_inline_objects_test"
version = "1.0.0"
description = "Test case for array of inline objects with snake_case to camelCase conversion (main case from user issue)"
requires-python = ">=3.12"
dependencies = ["requests>=2.32"]