Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion poe_tasks.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ sequence = [
# this and the standard build, but need to make sure to disable stripping
# which is needed for generation. Since it's a link argument, it doesn't
# affect compile caching.
{ cmd = "maturin generate-stubs --profile release --out protovalidate", env = { CARGO_PROFILE_RELEASE_STRIP = "none" } },
{ cmd = "maturin generate-stubs --profile release --out .", env = { CARGO_PROFILE_RELEASE_STRIP = "none" } },
"format-license-header",
# Unsafe fixes are docstring rewrites (trailing whitespace, one-lining);
# safe on a generated file whose docstrings come from Rust doc comments.
Expand Down
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ dev-required = [
"buf-bin==1.72.0",
"fix-protobuf-imports==0.1.7",
"license-header==0.0.1",
"maturin==1.14.1",
"maturin==1.15.0",
"poethepoet==0.48.0",
"pydantic==2.13.4",
"pydantic==2.13.5",
"pytest==9.1.1",
"pytest-benchmark==5.3.0",
"ruff==0.16.4",
"tombi==1.4.1",
"ty==0.0.74",
"ruff==0.16.5",
"tombi==1.5.0",
"ty==0.0.75",
"types-protobuf==6.32.1.20260221",
]

Expand Down
Loading
Loading