Skip to content

Unable to build generated client using uv #1343

@estyrke

Description

@estyrke

Describe the bug
uv build crashes:

Building source distribution (uv build backend)...
Building wheel from source distribution (uv build backend)...
  × Failed to build `/path/to/client`
  ├─▶ Failed to walk source tree: `/Users/emil/.cache/uv/sdists-v9/.tmphKI5f2/client-2.64.0/CHANGELOG.md`
  ├─▶ IO error for operation on /Users/emil/.cache/uv/sdists-v9/.tmphKI5f2/client-2.64.0/CHANGELOG.md: No such file or directory (os error 2)
  ╰─▶ No such file or directory (os error 2)

Probably related to this part in pyproject.toml:

[tool.uv.build-backend]
module-name = "arboair_microservice"
module-root = ""
data = [
    "CHANGELOG.md",
]

But there is no changelog.md generated.

OpenAPI Spec File
N/A

Desktop (please complete the following information):

  • OS: macOS 15.7.1
  • Python Version: 3.12
  • openapi-python-client version 0.27.0

Additional context
Add any other context about the problem here.

Metadata

Metadata

Assignees

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