Skip to content

Commit 6762486

Browse files
committed
chore: drop unnecessary direct dependency pins
Remove pillow/pyasn1/pygments from pyproject.toml direct deps. The poetry.lock still resolves to the patched versions (pillow 12.2.0, pyasn1 0.6.3, pygments 2.20.0) without the explicit pins, so the constraints were redundant. https://claude.ai/code/session_01CSENfJ5u4nVLrpBqD8npqa
1 parent 24d0957 commit 6762486

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ urllib3 = "^2.6.2"
4141
setuptools = "^80.9.0"
4242
zipp = "^3.19.1"
4343
tenacity = "^9.0.0"
44-
pygments = ">=2.20.0"
45-
pyasn1 = ">=0.6.3"
46-
pillow = ">=12.2.0"
4744

4845

4946
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)