diff --git a/poetry.lock b/poetry.lock index 6a96b780c..9abdaefb4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3826,20 +3826,20 @@ ocsp = ["cryptography (>=36.0.1)", "pyopenssl (==20.0.1)", "requests (>=2.26.0)" [[package]] name = "redis-om" -version = "0.2.2" +version = "0.3.1" description = "Object mappings, and more, for Redis." optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "redis_om-0.2.2-py3-none-any.whl", hash = "sha256:f395db665f1829e8beef9b23cb74ec397107c73216162900ff4c8563b0bee6a9"}, - {file = "redis_om-0.2.2.tar.gz", hash = "sha256:335eeafcec35f8db15c4ee384b22c115b3040bca93a8a218bbdd965b4c65cb5b"}, + {file = "redis_om-0.3.1-py3-none-any.whl", hash = "sha256:c521b4e60d7bbdf537642f5b94d004330a095dcc1e4daf6efec8e46b0a2f2799"}, + {file = "redis_om-0.3.1.tar.gz", hash = "sha256:1a1eea45a507da3541a6afa982c7aecae2d58920c756525198917afc433504ee"}, ] [package.dependencies] click = ">=8.0.1,<9.0.0" hiredis = ">=2.2.3,<3.0.0" more-itertools = ">=8.14,<11.0" -pydantic = ">=1.10.2,<2.5.0" +pydantic = ">=1.10.2,<3.0.0" python-ulid = ">=1.0.3,<2.0.0" redis = ">=3.5.3,<6.0.0" setuptools = {version = ">=69.2.0,<70.0.0", markers = "python_version >= \"3.12\""} @@ -5380,4 +5380,4 @@ groq = ["groq"] [metadata] lock-version = "2.0" python-versions = ">=3.10, <3.13" -content-hash = "ffedc0d7d6aed3596541e63d08ab1214aa4f5228abe44c5a6668e056eed4a0c0" +content-hash = "7de89e40b5dd676a99c990085dd04a36bd3f73258d885fa7212472333d2aae83" diff --git a/pyproject.toml b/pyproject.toml index 850de807c..a45ae6c9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ openai = "^1.11.0" langchain = "~0.2.5" rich = "^13.6.0" PettingZoo = "1.24.3" -redis-om = "^0.2.1" +redis-om = ">=0.2.1,<0.4.0" gin-config = "^0.5.0" absl-py = "^2.0.0" together = "^0.2.4"