Skip to content

Add poetry config & a note on registries.#6

Open
hugelgupf wants to merge 2 commits into
mprpic:mainfrom
hugelgupf:patch-1
Open

Add poetry config & a note on registries.#6
hugelgupf wants to merge 2 commits into
mprpic:mainfrom
hugelgupf:patch-1

Conversation

@hugelgupf
Copy link
Copy Markdown

Closes #5

@mprpic
Copy link
Copy Markdown
Owner

mprpic commented May 28, 2026

@hugelgupf Note that this content has to also be duplicated in the docs/index.md file for it to be included on the docs site.

Comment thread README.md
min-release-age = 3
```

Please note that if the registry you're using does not expose upload times for a release, `uv` and `pip` will fail closed and reject to download, while `poetry` fails open and does not filter out that release. See [#a-note-on-private-pypi-registries](the note on private PyPI registries).
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The link here is backwards, it should be [text](link).

Comment thread README.md
The conda package manager does not have a native cooldown feature, but
issue [#15759](https://github.com/conda/conda/issues/15759) proposed its implementation.

### A note on private PyPI registries
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
### A note on private PyPI registries
### Private PyPI registries

Comment thread README.md
# Set a global minimum release age of 3 days
poetry config solver.min-release-age 3
```

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's also add information about POETRY_SOLVER_MIN_RELEASE_AGE.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add documentation for poetry's solver min-release-age

2 participants