[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "complex_array_structure_test"
version = "1.0.0"
description = "Test case for array of inline objects where each object has nested inline objects"
requires-python = ">=3.12"
dependencies = ["requests>=2.32"]