diff --git a/examples/poetry.lock b/examples/poetry.lock index a6737dd1..86f25fd9 100644 --- a/examples/poetry.lock +++ b/examples/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "colorama" @@ -179,14 +179,14 @@ pbr = ">=1.4" [[package]] name = "momento" -version = "1.27.0" +version = "1.28.0" description = "SDK for Momento" optional = false python-versions = "<4.0,>=3.7" groups = ["main"] files = [ - {file = "momento-1.27.0-py3-none-any.whl", hash = "sha256:1d9f04d7a0b484403fa8199f6ad65ed84ca70ec35093e81b4ebe791cae99d767"}, - {file = "momento-1.27.0.tar.gz", hash = "sha256:3ff09ff7f889ba4ae374162aa92dd2d1a66d0dfe8af0908125dde0ed851015e4"}, + {file = "momento-1.28.0-py3-none-any.whl", hash = "sha256:804d8a034787dcea0ae2d8b4d24203c111d4ece824096e88bea3ef7037810f01"}, + {file = "momento-1.28.0.tar.gz", hash = "sha256:090aaa1cf89d05d0b6d2e5e2dd9002efa3a771da158492fe973c55f086eff53f"}, ] [package.dependencies] @@ -369,7 +369,7 @@ description = "a fork of Python 2 and 3 ast modules with type comment support" optional = false python-versions = ">=3.6" groups = ["lint"] -markers = "python_version < \"3.8\"" +markers = "python_version == \"3.7\"" files = [ {file = "typed_ast-1.5.5-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:4bc1efe0ce3ffb74784e06460f01a223ac1f6ab31c6bc0376a21184bf5aabe3b"}, {file = "typed_ast-1.5.5-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:5f7a8c46a8b333f71abd61d7ab9255440d4a588f34a21f126bbfc95f6049e686"}, @@ -425,9 +425,9 @@ files = [ {file = "typing_extensions-4.7.1-py3-none-any.whl", hash = "sha256:440d5dd3af93b060174bf433bccd69b0babc3b15b1a8dca43789fd7f61514b36"}, {file = "typing_extensions-4.7.1.tar.gz", hash = "sha256:b75ddc264f0ba5615db7ba217daeb99701ad295353c45f9e95963337ceeeffb2"}, ] -markers = {main = "python_version <= \"3.7\""} +markers = {main = "python_version == \"3.7\""} [metadata] lock-version = "2.1" python-versions = ">=3.7,<3.12" -content-hash = "f54cedbfd0b27f15d813ca6b58594d1314ab3d58b94de482ffd53cdd5d93e484" +content-hash = "9af54194b647c3e135c426246dfbf9902a1f69d2415097711bf5d02a322316b2" diff --git a/examples/pyproject.toml b/examples/pyproject.toml index a5f7c03a..bf27adb9 100644 --- a/examples/pyproject.toml +++ b/examples/pyproject.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" [tool.poetry.dependencies] python = ">=3.7,<3.13" -momento = "1.27.0" +momento = "1.28.0" colorlog = "6.7.0" hdrhistogram = "^0.10.1"