Skip to content

need release version - 2.4.0 #1215

@alnhk

Description

@alnhk

This is follow up with existing and closed PR - #1114 and #1158

The said PR #1114 mentions to use this, yet this seems to be unofficial or unreleased version.

pip install omegaconf==2.4.0.dev3

Please help to release official version cause we are stuck with this below thing :

pyproject.toml have this :

[tool.poetry.dependencies]
python = "^3.12"
omegaconf = { version = "2.3.0", source = "pypi.org" }
azure-cli = { version = "2.72.0", source = "pypi.org" }

Install poetry fails with this below

Because azure-cli (2.72.0) depends on antlr4-python3-runtime (>=4.13.1,<4.14.0)
 and omegaconf (2.3.0) depends on antlr4-python3-runtime (==4.9.*), azure-cli (2.72.0) is incompatible with omegaconf (2.3.0).
So, because acme depends on both omegaconf (2.3.0) and azure-cli (2.72.0), version solving failed.

However, setting 2.4.0.dev3 for omegaconf did helped to fix our issue. Yet, we understand this 2.4.0.dev3 is unofficial release. please provide latest release with upgraded

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions