Skip to content

Generated pyproject.toml uses non-standard poetry attributes #28

@micolous

Description

@micolous

The generated pyproject.toml file declares all of its attributes using non-standard poetry-specific attributes:

[tool.poetry]
name = "fastapi-project"
version = "0.1.0"
description = "Autogenerated httpx async client for fastapi-project"
authors = ["Autogenerated Client <autogenerated@client.com>"]

But per the specification, this should be:

[project]
name = "fastapi-project"
version = "0.1.0"
...

One should be able to use another build tool (such as uv), and the generated package works correctly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions