Skip to content

Comments

fix(poly libs): handle third-party dependencies with markers, such as multi-python versions#427

Merged
DavidVujic merged 6 commits intomainfrom
fix-multi-python-dependencies
Feb 15, 2026
Merged

fix(poly libs): handle third-party dependencies with markers, such as multi-python versions#427
DavidVujic merged 6 commits intomainfrom
fix-multi-python-dependencies

Conversation

@DavidVujic
Copy link
Owner

@DavidVujic DavidVujic commented Feb 15, 2026

Description

Handle dependencies with several Python versions, such as:

[tool.poetry.dependencies]
typing_extensions = [
  { version = "<4.14", python = ">=3.8,<3.9" },
  { version = "*",     python = ">=3.9" }
]

Motivation and Context

Solving issues when running poly libs in a Poetry setup.

How Has This Been Tested?

✅ CI
✅ unit tests
✅ Local run of command

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

@DavidVujic DavidVujic force-pushed the fix-multi-python-dependencies branch from 876d6b1 to 24f3e6d Compare February 15, 2026 14:58
@sonarqubecloud
Copy link

@DavidVujic DavidVujic merged commit ad99369 into main Feb 15, 2026
4 checks passed
@DavidVujic DavidVujic deleted the fix-multi-python-dependencies branch February 15, 2026 15:09
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.

1 participant