Skip to content

Commit

Permalink
feat: s2clientprotocol stub metadata
Browse files Browse the repository at this point in the history
Constrain to version 5.* as that is the current of s2clientprotocol
which is being published.

The protobuf version is constrained to <4 for compatability reasons.
While it is unpinned in the requires for s2clientprotocol, all
downstream users actually need to end up pinning to <4 as the protoc
version (3.4.0) generates proto2 messages, which raise runtime errors
when used with protobuf>=4.
  • Loading branch information
jrtknauer committed Jun 27, 2023
1 parent f16a5e8 commit 3695433
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stubs/s2clientprotocol/METADATA.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
version = "5.*"
requires = ["protobuf<4", "types-protobuf"]

0 comments on commit 3695433

Please sign in to comment.