Skip to content

Commit

Permalink
Replace google-api-python-client with protobuf
Browse files Browse the repository at this point in the history
Signed-off-by: Raphaël Vinot <raphael@vinot.info>
  • Loading branch information
Rafiot committed Sep 17, 2024
1 parent 44174a3 commit fb11d05
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@
* Java, Node, Python: Add NOSCORES option to ZSCAN & NOVALUES option to HSCAN (Valkey-8) ([#2174](https://github.com/valkey-io/valkey-glide/pull/2174))
* Node: Add SCAN command ([#2257](https://github.com/valkey-io/valkey-glide/pull/2257))
* Java: Add Script commands ([#2261](https://github.com/valkey-io/valkey-glide/pull/2261))
* Python: Replace google-api-python-client with protobuf ([#2304](https://github.com/valkey-io/valkey-glide/pull/2304))

#### Breaking Changes
* Java: Update INFO command ([#2274](https://github.com/valkey-io/valkey-glide/pull/2274))
Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ requires-python = ">=3.8"
dependencies = [
"async-timeout>=4.0.2",
"typing-extensions>=4.8.0",
"google-api-python-client==2.85.0"
"protobuf>=3.20"
]
classifiers = [
"Topic :: Database",
Expand Down
1 change: 0 additions & 1 deletion python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
async-timeout==4.0.2
google-api-python-client==2.85.0
maturin==0.13.0
protobuf==3.20.*
pytest==7.1.2
Expand Down

0 comments on commit fb11d05

Please sign in to comment.