Skip to content

Package cannot be published with empty spaces in project name #424

Open
@cristipufu

Description

@cristipufu

Example of invalid package name (Orchestrator does not allow empty spaces in packageId):

[project]
name = "MBR Agent"
version = "0.0.1"
description = "MBR Agent"
authors = [{ name = "Ovidiu Constantin", email = "[email protected]" }]
dependencies = [
    "uipath-langchain>=0.0.106",
    "langchain-anthropic>=0.3.8",
]
requires-python = ">=3.10"

We should either throw an error at pack time or automatically generate a valid packageId based on the project's name (replace empty space with dash for example)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions