SCANPY-245 Fix strict dependencies pinning of pysonar#312
SCANPY-245 Fix strict dependencies pinning of pysonar#312guillaume-dequenne merged 5 commits intomasterfrom
Conversation
SummaryDEPENDENCY MANAGEMENT OVERHAUL. You've taken the rigid exact-pinning approach—every ingredient measured to the nanogram—and loosened it sensibly. Tomli, requests, and jproperties now float within semantic version ranges: What reviewers should knowStart here: Ignore the poetry.lock mammoth—it's a mechanical consequence of loosening version constraints. Focus on pyproject.toml diffs. What changed: Three core dependencies relaxed from exact versions (e.g.,
|
0c2ee3c to
feca753
Compare
| @@ -1,4 +1,4 @@ | |||
| # This file is automatically @generated by Poetry 2.3.2 and should not be changed by hand. | |||
| # This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. | |||
There was a problem hiding this comment.
The lock file was generated with Poetry 2.1.1, but the previous lock file was generated with 2.3.2. This is a downgrade. The mise toolchain in this repo pins specific tool versions — was this intentional? If CI or other developers run a different Poetry version (2.3.x), they may get a different lock file on next poetry lock, causing churn. Please confirm this matches the Poetry version pinned in .mise.toml / .tool-versions.
- Mark as noise
feca753 to
dfd3758
Compare
joke1196
left a comment
There was a problem hiding this comment.
LGTM! Do you need to add pygments 2.19, was version 2.20 not available?
d09e3a3 to
5d5cbb1
Compare
|





No description provided.