Skip to content

Fix dynamic versioning#129

Merged
MarcelRosier merged 1 commit intomainfrom
127-bug-014-is-not-available-on-pypi
Oct 30, 2025
Merged

Fix dynamic versioning#129
MarcelRosier merged 1 commit intomainfrom
127-bug-014-is-not-available-on-pypi

Conversation

@MarcelRosier
Copy link
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings October 30, 2025 17:22
@MarcelRosier MarcelRosier linked an issue Oct 30, 2025 that may be closed by this pull request
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates the project configuration to use dynamic versioning with Poetry and refines Python version markers in the dependency lockfile. The changes move version specification from the [project] section to the [tool.poetry] section while marking version as dynamic.

  • Configured dynamic versioning by moving version specification and adding dynamic = ["version"]
  • Added poetry-dynamic-versioning plugin requirement
  • Updated Python version markers in poetry.lock from exact/range comparisons to explicit version listings

Reviewed Changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
pyproject.toml Moved version to [tool.poetry], added dynamic version configuration, and specified poetry-dynamic-versioning plugin requirement
poetry.lock Updated Python version markers from range-based (e.g., < "3.12", == "3.8") to explicit version comparisons (e.g., == "3.10" or == "3.11", < "3.9")

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@MarcelRosier MarcelRosier merged commit 36dc40f into main Oct 30, 2025
13 checks passed
@MarcelRosier MarcelRosier deleted the 127-bug-014-is-not-available-on-pypi branch October 30, 2025 17:23
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.

[BUG] 0.1.4 is not available on pypi

2 participants