Skip to content
Snippets Groups Projects
Unverified Commit 6a409cbb authored by Huu Le's avatar Huu Le Committed by GitHub
Browse files

chore: bump tool package versions (#273)

parent a1892bef
No related branches found
No related tags found
No related merge requests found
---
"create-llama": patch
---
Bump web and database reader packages
...@@ -109,13 +109,13 @@ const getAdditionalDependencies = ( ...@@ -109,13 +109,13 @@ const getAdditionalDependencies = (
case "web": case "web":
dependencies.push({ dependencies.push({
name: "llama-index-readers-web", name: "llama-index-readers-web",
version: "^0.1.6", version: "^0.2.2",
}); });
break; break;
case "db": case "db":
dependencies.push({ dependencies.push({
name: "llama-index-readers-database", name: "llama-index-readers-database",
version: "^0.1.3", version: "^0.2.0",
}); });
dependencies.push({ dependencies.push({
name: "pymysql", name: "pymysql",
......
...@@ -41,7 +41,7 @@ export const supportedTools: Tool[] = [ ...@@ -41,7 +41,7 @@ export const supportedTools: Tool[] = [
dependencies: [ dependencies: [
{ {
name: "llama-index-tools-google", name: "llama-index-tools-google",
version: "0.1.2", version: "^0.2.0",
}, },
], ],
supportedFrameworks: ["fastapi"], supportedFrameworks: ["fastapi"],
...@@ -83,7 +83,7 @@ For better results, you can specify the region parameter to get results from a s ...@@ -83,7 +83,7 @@ For better results, you can specify the region parameter to get results from a s
dependencies: [ dependencies: [
{ {
name: "llama-index-tools-wikipedia", name: "llama-index-tools-wikipedia",
version: "0.1.2", version: "^0.2.0",
}, },
], ],
supportedFrameworks: ["fastapi", "express", "nextjs"], supportedFrameworks: ["fastapi", "express", "nextjs"],
...@@ -145,7 +145,7 @@ For better results, you can specify the region parameter to get results from a s ...@@ -145,7 +145,7 @@ For better results, you can specify the region parameter to get results from a s
dependencies: [ dependencies: [
{ {
name: "llama-index-tools-openapi", name: "llama-index-tools-openapi",
version: "0.1.3", version: "0.2.0",
}, },
{ {
name: "jsonschema", name: "jsonschema",
...@@ -153,7 +153,7 @@ For better results, you can specify the region parameter to get results from a s ...@@ -153,7 +153,7 @@ For better results, you can specify the region parameter to get results from a s
}, },
{ {
name: "llama-index-tools-requests", name: "llama-index-tools-requests",
version: "0.1.3", version: "0.2.0",
}, },
], ],
config: { config: {
......
...@@ -14,7 +14,7 @@ fastapi = "^0.109.1" ...@@ -14,7 +14,7 @@ fastapi = "^0.109.1"
uvicorn = { extras = ["standard"], version = "^0.23.2" } uvicorn = { extras = ["standard"], version = "^0.23.2" }
python-dotenv = "^1.0.0" python-dotenv = "^1.0.0"
aiostream = "^0.5.2" aiostream = "^0.5.2"
llama-index = "0.11.1" llama-index = "0.11.6"
cachetools = "^5.3.3" cachetools = "^5.3.3"
[build-system] [build-system]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment