Skip to content

Commit

Permalink
dependencies: upgrade to RedisVL v0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bsbodden committed Dec 29, 2024
1 parent 05d6b1a commit bbb7f70
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 13 deletions.
24 changes: 14 additions & 10 deletions libs/redis/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions libs/redis/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ license = "MIT"
"Source Code" = "https://github.com/langchain-ai/langchain-redis/tree/main/libs/redis"

[tool.poetry.dependencies]
python = ">=3.9,<4.0"
python = ">=3.9,<3.13"
langchain-core = "^0.3"
redisvl = "^0.3.5"
redisvl = "^0.3.7"
numpy = "^1"
python-ulid = "^2.7.0"

Expand Down Expand Up @@ -66,7 +66,7 @@ select = [
]

[tool.mypy]
disallow_untyped_defs = "True"
disallow_untyped_defs = true

[tool.coverage.run]
omit = ["tests/*"]
Expand Down

0 comments on commit bbb7f70

Please sign in to comment.