Skip to content

Commit 6436050

Browse files
authored
FIX: Bump Valyu SDK Version (#19549)
1 parent 8ddcd60 commit 6436050

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llama-index-integrations/tools/llama-index-tools-valyu/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ dev = [
2626

2727
[project]
2828
name = "llama-index-tools-valyu"
29-
version = "0.3.0"
29+
version = "0.3.1"
3030
description = "llama-index tools valyu integration"
3131
authors = [{name = "Alex Ng", email = "[email protected]"}]
3232
requires-python = ">=3.9,<4.0"
3333
readme = "README.md"
3434
license = "MIT"
3535
maintainers = [{name = "alexngys"}]
3636
dependencies = [
37-
"valyu>=2.0.2",
37+
"valyu>=2.0.3",
3838
"llama-index-core>=0.12.0,<0.13",
3939
]
4040

0 commit comments

Comments
 (0)