From 6eabadacea369fe4b1c8fdbac3259de281124dc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jul 2024 03:11:46 +0000 Subject: [PATCH] Bump redis-om from 0.2.1 to 0.3.1 Bumps [redis-om](https://github.com/redis/redis-om-python) from 0.2.1 to 0.3.1. - [Release notes](https://github.com/redis/redis-om-python/releases) - [Commits](https://github.com/redis/redis-om-python/compare/v0.2.1...v0.3.1) --- updated-dependencies: - dependency-name: redis-om dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index d71ef5dbb..acb238200 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "absl-py" @@ -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 = "c7fde1dcb0317048180ad14fa8469b72872e72123214b3e713e8052a8280712b" +content-hash = "bb65af78e86f4115eba99cd84816c8db391b8bb21d1491632a104008c9aa9d80" diff --git a/pyproject.toml b/pyproject.toml index f1d604bdf..d1e8fdbad 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"