We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05cdd46 commit 3fff9c9Copy full SHA for 3fff9c9
llama-index-integrations/readers/llama-index-readers-json/pyproject.toml
@@ -26,14 +26,14 @@ dev = [
26
27
[project]
28
name = "llama-index-readers-json"
29
-version = "0.4.1"
+version = "0.4.2"
30
description = "llama-index readers json integration"
31
authors = [{name = "Your Name", email = "[email protected]"}]
32
requires-python = ">=3.9,<4.0"
33
readme = "README.md"
34
license = "MIT"
35
maintainers = [{name = "yisding"}]
36
-dependencies = ["llama-index-core>=0.13.0,<0.14"]
+dependencies = ["llama-index-core>=0.13.0,<0.15"]
37
38
[tool.codespell]
39
check-filenames = true
0 commit comments