Skip to content
Open
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
6 changes: 6 additions & 0 deletions providers/openfeature-provider-flagd/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ dependencies = [
"protobuf~=6.0",
"hatch-protobuf",
"mypy-protobuf~=3.0",
# Pin grpcio-tools to the same version as the runtime `grpcio` dependency
# above. hatch-protobuf otherwise resolves grpcio-tools unpinned in an
# isolated build environment, so newer grpcio-tools releases can generate
# gRPC stubs that are incompatible with the pinned runtime grpcio,
# breaking mypy/import at build time.
"grpcio-tools==1.81.1",
]
proto_paths = [
".",
Expand Down
Loading
Loading