Skip to content

Commit

Permalink
chore: update momento version in examples (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
anitarua authored Sep 25, 2024
1 parent e7ee744 commit fd0fd34
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions examples/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 examples/py310/doc-examples-python-apis.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
TopicPublish,
TopicSubscribe,
TopicSubscriptionItem,
GenerateDisposableToken,
)
from momento.responses.auth.generate_disposable_token import GenerateDisposableToken
from momento.utilities import ExpiresIn


Expand Down
2 changes: 1 addition & 1 deletion examples/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "Apache-2.0"
[tool.poetry.dependencies]
python = ">=3.7,<3.12"

momento = "1.23.1"
momento = "1.23.3"
colorlog = "6.7.0"
hdrhistogram = "^0.10.1"

Expand Down

0 comments on commit fd0fd34

Please sign in to comment.