Merge pull request #299374 from r-ryantm/auto-update/python312Packages.redis-om

python312Packages.redis-om: 0.2.1 -> 0.2.2
This commit is contained in:
OTABI Tomoya 2024-03-27 23:04:58 +09:00 committed by GitHub
commit 8879c4e787
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "redis-om";
version = "0.2.1";
version = "0.2.2";
pyproject = true;
disabled = pythonOlder "3.8";
@ -30,10 +30,10 @@ buildPythonPackage rec {
owner = "redis";
repo = "redis-om-python";
rev = "refs/tags/v${version}";
hash = "sha256-jQS0VTYZeAj3+OVFy+JP4mUFBPo+a5D/kdJKagFraaA=";
hash = "sha256-E11wpTrE+HIT+jgn1zMC8L7RGas83DAJd1R0WWHp7Jc=";
};
nativeBuildInputs = [
build-system = [
pythonRelaxDepsHook
unasync
poetry-core
@ -44,7 +44,7 @@ buildPythonPackage rec {
# https://github.com/redis/redis-om-python/pull/577
pythonRelaxDeps = true;
propagatedBuildInputs = [
dependencies = [
click
hiredis
more-itertools