We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a23cb8 + 18aceb8 commit a1517b6Copy full SHA for a1517b6
1 file changed
recipe/meta.yaml
@@ -1,13 +1,13 @@
1
{% set name = "grpcio-status" %}
2
-{% set version = "1.70.0" %}
+{% set version = "1.71.0" %}
3
4
package:
5
name: {{ name|lower }}
6
version: {{ version }}
7
8
source:
9
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/grpcio_status-{{ version }}.tar.gz
10
- sha256: 0e7b42816512433b18b9d764285ff029bde059e9d41f8fe10a60631bd8348101
+ sha256: 11405fed67b68f406b3f3c7c5ae5104a79d2d309666d10d61b152e91d28fb968
11
12
build:
13
number: 0
@@ -22,7 +22,7 @@ requirements:
22
run:
23
- python >={{ python_min }}
24
- protobuf >=5.26.1,<6.0dev
25
- - grpcio >=1.70.0
+ - grpcio >=1.71.0
26
- googleapis-common-protos >=1.5.5
27
28
test:
0 commit comments