Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

grpcio-status v1.69.0 #58

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{% set name = "grpcio-status" %}
{% set version = "1.67.1" %}
{% set version = "1.69.0" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/grpcio_status-{{ version }}.tar.gz
sha256: 2bf38395e028ceeecfd8866b081f61628114b384da7d51ae064ddc8d766a5d11
sha256: 595ef84e5178d6281caa732ccf68ff83259241608d26b0e9c40a5e66eee2a2d2

build:
number: 1
number: 0
noarch: python
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation

Expand All @@ -22,7 +22,7 @@ requirements:
run:
- python >={{ python_min }}
- protobuf >=5.26.1,<6.0dev
- grpcio >=1.67.1
- grpcio >=1.69.0
- googleapis-common-protos >=1.5.5

test:
Expand Down
Loading