Skip to content
Merged
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
5 changes: 3 additions & 2 deletions plugins/connectrpc/py/v0.11.1/buf.plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ description: Generates client and server stubs for Connect Python. Compatible wi
spdx_license_id: Apache-2.0
license_url: https://github.com/connectrpc/connect-py/blob/v0.11.1/LICENSE
deps:
- plugin: buf.build/bufbuild/py:v0.2.0
# https://github.com/connectrpc/connect-py/blob/v0.11.1/pyproject.toml#L32
- plugin: buf.build/bufbuild/py:v0.1.1
output_languages:
- python
registry:
python:
package_type: "runtime"
# https://github.com/connectrpc/connect-py/blob/v0.10.1/pyproject.toml#L6
# https://github.com/connectrpc/connect-py/blob/v0.11.1/pyproject.toml#L6
requires_python: ">=3.10"
deps:
# https://pypi.org/project/connectrpc/
Expand Down
Loading