Skip to content

Commit

Permalink
Remove the dependency on googleapis (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
camille-bouvy-frequenz authored Oct 8, 2024
2 parents f163413 + e0df15b commit 1279657
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
* Implement client instance reuse to avoid redundant TCP connections
* Move documentation and code examples to the documentation website
* Replace the local `PaginationParams` type with the `frequenz-client-common` one
* Remove dependency to `googleapis-common-protos`

## Bug Fixes

Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ requires-python = ">= 3.11, < 4"
# TODO(cookiecutter): Remove and add more dependencies if appropriate
dependencies = [
"frequenz-api-common >= 0.6.2, < 0.7.0",
"googleapis-common-protos >= 1.65.0, < 2",
"grpcio >= 1.66.1, < 2",
"grpcio >= 1.66.2, < 2",
"frequenz-channels >= 1.0.0, < 2",
"frequenz-client-base >= 0.6.1, < 0.7.0",
"frequenz-client-common >= 0.1.0, < 0.3.0",
Expand Down

0 comments on commit 1279657

Please sign in to comment.