Skip to content

Commit

Permalink
chore: bump protos for count items uint64
Browse files Browse the repository at this point in the history
The count items response has been changed to return a uint64 instead
of uint32. That way we can account for index sizes greater than 4
billion items in size.
  • Loading branch information
malandis committed Jan 23, 2024
1 parent 92e0417 commit 8db17f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ exclude = ["src/momento/internal/codegen.py"]
[tool.poetry.dependencies]
python = "^3.7"

momento-wire-types = "^0.101.0"
momento-wire-types = "^0.102.1"
grpcio = "^1.46.0"
# note if you bump this presigned url test need be updated
pyjwt = "^2.4.0"
Expand Down

0 comments on commit 8db17f3

Please sign in to comment.