Skip to content

Commit 704dc82

Browse files
authored
Bump RedisVL to 0.16.0 (#814)
* Allow newer Python via RedisVL 0.16 * Prepare 1.1.0 release
1 parent b301d54 commit 704dc82

2 files changed

Lines changed: 7 additions & 9 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "redis-om"
3-
version = "1.0.6"
3+
version = "1.1.0"
44
description = "Object mappings, and more, for Redis."
55
authors = [{ name = "Redis OSS", email = "oss@redis.com" }]
66
maintainers = [{ name = "Redis OSS", email = "oss@redis.com" }]
@@ -31,7 +31,7 @@ dependencies = [
3131
"more-itertools>=8.14,<11.0",
3232
"setuptools>=70.0",
3333
"pydantic-extra-types>=2.10.5",
34-
"redisvl>=0.13.0",
34+
"redisvl>=0.16.0",
3535
]
3636

3737
[project.urls]
@@ -124,5 +124,3 @@ lines-after-imports = 2
124124
ignore_missing_imports = true
125125
disable_error_code = ["annotation-unchecked"]
126126

127-
128-

uv.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)