Skip to content

Commit 3fff9c9

Browse files
vbump the JSON reader (#20039)
1 parent 05cdd46 commit 3fff9c9

File tree

1 file changed

+2
-2
lines changed
  • llama-index-integrations/readers/llama-index-readers-json

1 file changed

+2
-2
lines changed

llama-index-integrations/readers/llama-index-readers-json/pyproject.toml

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

2727
[project]
2828
name = "llama-index-readers-json"
29-
version = "0.4.1"
29+
version = "0.4.2"
3030
description = "llama-index readers json integration"
3131
authors = [{name = "Your Name", email = "[email protected]"}]
3232
requires-python = ">=3.9,<4.0"
3333
readme = "README.md"
3434
license = "MIT"
3535
maintainers = [{name = "yisding"}]
36-
dependencies = ["llama-index-core>=0.13.0,<0.14"]
36+
dependencies = ["llama-index-core>=0.13.0,<0.15"]
3737

3838
[tool.codespell]
3939
check-filenames = true

0 commit comments

Comments
 (0)