diff --git a/examples/fastapi_togetherai_llama/pyproject.toml b/examples/fastapi_togetherai_llama/pyproject.toml index ca9fcfeb..02bdbd3b 100644 --- a/examples/fastapi_togetherai_llama/pyproject.toml +++ b/examples/fastapi_togetherai_llama/pyproject.toml @@ -15,7 +15,7 @@ llama-index = "^0.11.22" llama-index-llms-together = "^0.2.0" uvicorn = "^0.32.0" python-dotenv = "0.19" -restack-ai = "^0.0.27" +restack-ai = "^0.0.28" [build-system] requires = ["poetry-core"] diff --git a/examples/flask_gemini/pyproject.toml b/examples/flask_gemini/pyproject.toml index 45bde951..828486a0 100644 --- a/examples/flask_gemini/pyproject.toml +++ b/examples/flask_gemini/pyproject.toml @@ -12,7 +12,7 @@ packages = [{include = "src"}] python = "^3.9" flask = { version = "^3.0.3", extras = ["async"] } flask-cors = "^5.0.0" -restack-ai = "^0.0.27" +restack-ai = "^0.0.28" google-generativeai = "^0.8.3" [build-system] diff --git a/examples/flask_togetherai_llamaindex/pyproject.toml b/examples/flask_togetherai_llamaindex/pyproject.toml index 7750eff5..27ec5107 100644 --- a/examples/flask_togetherai_llamaindex/pyproject.toml +++ b/examples/flask_togetherai_llamaindex/pyproject.toml @@ -16,7 +16,7 @@ llama-index = "^0.11.22" llama-index-llms-together = "^0.2.0" flask = { version = "^3.0.3", extras = ["async"] } flask-cors = "^5.0.0" -restack-ai = "^0.0.27" +restack-ai = "^0.0.28" # Build system configuration [build-system] diff --git a/examples/gemini_generate/pyproject.toml b/examples/gemini_generate/pyproject.toml index b78670a3..b48138eb 100644 --- a/examples/gemini_generate/pyproject.toml +++ b/examples/gemini_generate/pyproject.toml @@ -10,7 +10,7 @@ packages = [{include = "src"}] [tool.poetry.dependencies] python = "^3.9" -restack-ai = "^0.0.27" +restack-ai = "^0.0.28" google-generativeai = "^0.8.3" [build-system] diff --git a/examples/get-started/pyproject.toml b/examples/get-started/pyproject.toml index a60f0fe0..ecadc0dd 100644 --- a/examples/get-started/pyproject.toml +++ b/examples/get-started/pyproject.toml @@ -11,7 +11,7 @@ packages = [{include = "src"}] [tool.poetry.dependencies] python = "^3.9" -restack-ai = "^0.0.27" +restack-ai = "^0.0.28" [tool.poetry.dev-dependencies] pytest = "^6.2" # Optional: Add if you want to include tests in your example diff --git a/examples/human_loop/pyproject.toml b/examples/human_loop/pyproject.toml index a60f0fe0..ecadc0dd 100644 --- a/examples/human_loop/pyproject.toml +++ b/examples/human_loop/pyproject.toml @@ -11,7 +11,7 @@ packages = [{include = "src"}] [tool.poetry.dependencies] python = "^3.9" -restack-ai = "^0.0.27" +restack-ai = "^0.0.28" [tool.poetry.dev-dependencies] pytest = "^6.2" # Optional: Add if you want to include tests in your example diff --git a/examples/llama_quickstart/pyproject.toml b/examples/llama_quickstart/pyproject.toml index 4c8bcee1..4b993fc4 100644 --- a/examples/llama_quickstart/pyproject.toml +++ b/examples/llama_quickstart/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] -name = "streamlit_fastapi_togetherai_llama" +name = "llama_quickstart" version = "0.0.1" -description = "A simple example showcasing streamlit, fastapi, togetherai and llamaindex" +description = "A quickstart example showcasing streamlit, fastapi, togetherai and llamaindex" authors = [ "Restack Team ", ] @@ -11,7 +11,7 @@ packages = [{include = "src"}] [tool.poetry.dependencies] python = "^3.12" pydantic = "^2.9.2" -restack-ai = "^0.0.27" +restack-ai = "^0.0.28" fastapi = "^0.115.4" llama-index = "^0.11.22" llama-index-llms-together = "^0.2.0" diff --git a/examples/openai_greet/pyproject.toml b/examples/openai_greet/pyproject.toml index 3a9e894b..63ea59e7 100644 --- a/examples/openai_greet/pyproject.toml +++ b/examples/openai_greet/pyproject.toml @@ -11,7 +11,7 @@ packages = [{include = "src"}] [tool.poetry.dependencies] python = "^3.9" openai = "^1.52.0" -restack-ai = "^0.0.27" +restack-ai = "^0.0.28" [build-system] requires = ["poetry-core"] diff --git a/examples/streamlit_fastapi_togetherai_llama/pyproject.toml b/examples/streamlit_fastapi_togetherai_llama/pyproject.toml index 376df70f..b55ff573 100644 --- a/examples/streamlit_fastapi_togetherai_llama/pyproject.toml +++ b/examples/streamlit_fastapi_togetherai_llama/pyproject.toml @@ -17,7 +17,7 @@ uvicorn = "^0.32.0" python-dotenv = "0.19" streamlit = "^1.40.0" requests = "^2.32.3" -restack-ai = "^0.0.27" +restack-ai = "^0.0.28" [build-system] requires = ["poetry-core"] diff --git a/examples/weaviate_search/pyproject.toml b/examples/weaviate_search/pyproject.toml index b204a0a0..a63f62da 100644 --- a/examples/weaviate_search/pyproject.toml +++ b/examples/weaviate_search/pyproject.toml @@ -11,7 +11,7 @@ packages = [{include = "src"}] [tool.poetry.dependencies] python = "^3.9" -restack-ai = "^0.0.27" +restack-ai = "^0.0.28" requests = "^2.32.3" weaviate-client = "^4.9.0" python-dotenv = "0.19.2"