1 2 3 4 5 6 7 8 9 10
[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "empty_array_test" version = "1.0.0" description = "Test case for empty array handling" requires-python = ">=3.12" dependencies = ["requests>=2.32"]