Skip to content

Commit 83d75c8

Browse files
committed
Relax host dependency pins to minimum versions
Update recipes/grpcio/meta.yaml to use >= constraints for host dependencies: openssl >=3.0.15 and flet-libcpp-shared >=27.2.12479018. This relaxes exact version pins to allow newer compatible builds while enforcing minimum required versions.
1 parent 1a9ea90 commit 83d75c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

recipes/grpcio/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ patches:
2121
# {% if sdk == 'android' %}
2222
requirements:
2323
host:
24-
- openssl 3.0.15
25-
- flet-libcpp-shared 27.2.12479018
24+
- openssl >=3.0.15
25+
- flet-libcpp-shared >=27.2.12479018
2626
# {% endif %}

0 commit comments

Comments
 (0)