Skip to content

Commit 1279657

Browse files
Remove the dependency on googleapis (#59)
2 parents f163413 + e0df15b commit 1279657

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
* Implement client instance reuse to avoid redundant TCP connections
1515
* Move documentation and code examples to the documentation website
1616
* Replace the local `PaginationParams` type with the `frequenz-client-common` one
17+
* Remove dependency to `googleapis-common-protos`
1718

1819
## Bug Fixes
1920

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ requires-python = ">= 3.11, < 4"
2828
# TODO(cookiecutter): Remove and add more dependencies if appropriate
2929
dependencies = [
3030
"frequenz-api-common >= 0.6.2, < 0.7.0",
31-
"googleapis-common-protos >= 1.65.0, < 2",
32-
"grpcio >= 1.66.1, < 2",
31+
"grpcio >= 1.66.2, < 2",
3332
"frequenz-channels >= 1.0.0, < 2",
3433
"frequenz-client-base >= 0.6.1, < 0.7.0",
3534
"frequenz-client-common >= 0.1.0, < 0.3.0",

0 commit comments

Comments
 (0)