2025-06-12 18:50:31 -04:00
|
|
|
[project]
|
|
|
|
|
name = "examples-online-structured-outputs"
|
2025-10-08 18:40:42 +01:00
|
|
|
requires-python = ">=3.10, <3.14"
|
2025-06-12 18:50:31 -04:00
|
|
|
dependencies = ["openai==1.78.1", "pydantic==2.11.4"]
|
|
|
|
|
version = "0.0.0"
|
|
|
|
|
|
|
|
|
|
[project.scripts]
|
|
|
|
|
structured-outputs = "structured_outputs:main"
|