Skip to content

Commit eff9ec3

Browse files
committed
fix(deps): align pythinker-review typer pin to 0.26.7
The grouped bump raised pythinker-code to typer==0.26.7 but left pythinker-review at ==0.26.5, making the uv workspace unsatisfiable. Pin both to 0.26.7 so resolution succeeds.
1 parent 7cc40a6 commit eff9ec3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/pythinker-review/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ classifiers = [
2020
"Topic :: Security",
2121
]
2222
dependencies = [
23-
"typer==0.26.5",
23+
"typer==0.26.7",
2424
"pydantic>=2.12.5",
2525
"pyyaml==6.0.3",
2626
"rich==15.0.0",

0 commit comments

Comments
 (0)