Skip to content

Question - Toml restriction to fastapi patch version #1953

@sergioave

Description

@sergioave

Because the highest version of fastapi has been restricted to 115.2 and it is not allowed to upload at least the patch versions. Thank you

Real
[tool.poetry.dependencies]
python = ">=3.9,<3.12"
click = "*"
fastapi = ">=0.88.0,!=0.89.0,<=0.115.2"
...

Recommended
[tool.poetry.dependencies]
python = ">=3.9,<3.12"
click = "*"
fastapi = ">=0.88.0,!=0.89.0,<0.116.0"
...

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