Skip to content

Commit

Permalink
grpcio-status v1.67.0 (#52)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Oct 18, 2024
2 parents 833b60c + 363255a commit 68a2bd8
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 5 deletions.
29 changes: 27 additions & 2 deletions azure-pipelines.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "grpcio-status" %}
{% set version = "1.65.5" %}
{% set version = "1.67.0" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/grpcio_status-{{ version }}.tar.gz
sha256: 2c9fa3af32efd26f01837d44305dce106973bc5357b9a9fc8bbd87bb8bf833d1
sha256: c3e5a86fa007e9e263cd5f988a8a907484da4caab582874ea2a4a6092734046b

build:
number: 0
Expand All @@ -22,7 +22,7 @@ requirements:
run:
- python >=3.8
- protobuf >=5.26.1,<6.0dev
- grpcio >=1.65.5
- grpcio >=1.67.0
- googleapis-common-protos >=1.5.5

test:
Expand Down

0 comments on commit 68a2bd8

Please sign in to comment.