Skip to content

Commit f2312e6

Browse files
committed
Bump grpcio dependency to 1.66.1
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 2fc97d5 commit f2312e6

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
* Group GitHub Actions dependabot updates.
2222
* API projects don't include the `google-common-protos` dependency by default.
23+
* API projects updated the `grpcio` dependency to `1.66.1`.
2324

2425
## Bug Fixes
2526

cookiecutter/{{cookiecutter.github_repo_name}}/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies = [
4444
{%- elif cookiecutter.type == "api" %}
4545
dependencies = [
4646
"frequenz-api-common >= 0.5.0, < 0.6.0",
47-
"grpcio >= 1.51.1, < 2",
47+
"grpcio >= 1.66.1, < 2",
4848
]
4949
{%- else %}
5050
dependencies = [

tests_golden/integration/test_cookiecutter_generation/api/frequenz-api-test/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ requires-python = ">= 3.11, < 4"
2929
# TODO(cookiecutter): Remove and add more dependencies if appropriate
3030
dependencies = [
3131
"frequenz-api-common >= 0.5.0, < 0.6.0",
32-
"grpcio >= 1.51.1, < 2",
32+
"grpcio >= 1.66.1, < 2",
3333
]
3434
dynamic = ["version"]
3535

0 commit comments

Comments
 (0)