Skip to content

Commit dcf2c63

Browse files
Merge pull request #94 from restackio/bump044
Bump all examples for Restack Cloud Engine
2 parents 072b5ea + 63b1bb5 commit dcf2c63

File tree

18 files changed

+18
-18
lines changed

18 files changed

+18
-18
lines changed

bostondynamics_spot/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ packages = [{include = "src"}]
1111

1212
[tool.poetry.dependencies]
1313
python = ">=3.10,<4.0"
14-
restack-ai = "0.0.40"
14+
restack-ai = "0.0.45"
1515
bosdyn-client = "4.1.0"
1616
opencv-python = "4.10.0.84"
1717
setuptools = "75.6.0"

child_workflows/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ packages = [{include = "src"}]
1111

1212
[tool.poetry.dependencies]
1313
python = ">=3.10,<4.0"
14-
restack-ai = "0.0.40"
14+
restack-ai = "0.0.45"
1515

1616
[tool.poetry.dev-dependencies]
1717
pytest = "6.2" # Optional: Add if you want to include tests in your example

defense_quickstart_audio_transcription_translation/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ packages = [{include = "src"}]
88

99
[tool.poetry.dependencies]
1010
python = ">=3.10,<4.0"
11-
restack-ai = "0.0.40"
11+
restack-ai = "0.0.45"
1212
fastapi = "0.115.4"
1313
uvicorn = "0.32.0"
1414
python-dotenv = "0.19"

defense_quickstart_denoise/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ packages = [{include = "src"}]
88

99
[tool.poetry.dependencies]
1010
python = ">=3.10,<4.0"
11-
restack-ai = "0.0.40"
11+
restack-ai = "0.0.45"
1212
fastapi = "0.115.4"
1313
uvicorn = "0.32.0"
1414
python-dotenv = "0.19"

defense_quickstart_news_scraper_summarizer/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ packages = [{include = "src"}]
1111
[tool.poetry.dependencies]
1212
python = ">=3.10,<4.0"
1313
pydantic = "2.9.2"
14-
restack-ai = "0.0.40"
14+
restack-ai = "0.0.45"
1515
fastapi = "0.115.4"
1616
uvicorn = "0.32.0"
1717
python-dotenv = "0.19"

encryption/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ packages = [{include = "src"}]
1212
[tool.poetry.dependencies]
1313
python = ">=3.10,<4.0"
1414
aiohttp = "3.11.6"
15-
restack-ai = "0.0.40"
15+
restack-ai = "0.0.45"
1616

1717
[tool.poetry.dev-dependencies]
1818
pytest = "6.2" # Optional: Add if you want to include tests in your example

fastapi_gemini_feedback/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ packages = [{include = "src"}]
1111
[tool.poetry.dependencies]
1212
python = ">=3.10,<4.0"
1313
pydantic = "2.9.2"
14-
restack-ai = "0.0.40"
14+
restack-ai = "0.0.45"
1515
google-generativeai = "0.8.3"
1616
fastapi = "0.115.4"
1717
click = "8.1.7"

fastapi_togetherai_llama/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ llama-index = "0.11.22"
1515
llama-index-llms-together = "0.2.0"
1616
uvicorn = "0.32.0"
1717
python-dotenv = "0.19"
18-
restack-ai = "0.0.40"
18+
restack-ai = "0.0.45"
1919
restack-sdk-cloud = "1.0.14"
2020

2121
[build-system]

flask_gemini/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ python = ">=3.10,<4.0"
1313
flask = { version = "3.0.3", extras = ["async"] }
1414
flask-cors = "5.0.0"
1515
google-generativeai = "0.8.3"
16-
restack-ai = "0.0.40"
16+
restack-ai = "0.0.45"
1717

1818
[build-system]
1919
requires = ["poetry-core"]

flask_togetherai_llamaindex/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ llama-index = "0.11.22"
1616
llama-index-llms-together = "0.2.0"
1717
flask = { version = "3.0.3", extras = ["async"] }
1818
flask-cors = "5.0.0"
19-
restack-ai = "0.0.40"
19+
restack-ai = "0.0.45"
2020

2121
# Build system configuration
2222
[build-system]

gemini_generate/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ packages = [{include = "src"}]
1010

1111
[tool.poetry.dependencies]
1212
python = ">=3.10,<4.0"
13-
restack-ai = "0.0.40"
13+
restack-ai = "0.0.45"
1414
google-generativeai = "0.8.3"
1515

1616
[build-system]

get_started/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ packages = [{include = "src"}]
1111

1212
[tool.poetry.dependencies]
1313
python = ">=3.10,<4.0"
14-
restack-ai = "0.0.40"
14+
restack-ai = "0.0.45"
1515

1616
[tool.poetry.dev-dependencies]
1717
pytest = "6.2" # Optional: Add if you want to include tests in your example

human_loop/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ packages = [{include = "src"}]
1111

1212
[tool.poetry.dependencies]
1313
python = ">=3.10,<4.0"
14-
restack-ai = "0.0.40"
14+
restack-ai = "0.0.45"
1515

1616
[tool.poetry.dev-dependencies]
1717
pytest = "6.2" # Optional: Add if you want to include tests in your example

llama_quickstart/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ packages = [{include = "src"}]
1111
[tool.poetry.dependencies]
1212
python = ">=3.10,<4.0"
1313
pydantic = "2.9.2"
14-
restack-ai = "0.0.40"
14+
restack-ai = "0.0.45"
1515
fastapi = "0.115.4"
1616
llama-index = "0.11.22"
1717
llama-index-llms-together = "0.2.0"

openai_greet/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ packages = [{include = "src"}]
1111
[tool.poetry.dependencies]
1212
python = ">=3.10,<4.0"
1313
openai = "1.52.0"
14-
restack-ai = "0.0.40"
14+
restack-ai = "0.0.45"
1515
python-dotenv = ">=0.19.0,<0.20.0"
1616

1717
[build-system]

streamlit/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ package-mode = false
88

99
[tool.poetry.dependencies]
1010
python = ">=3.10,<4.0"
11-
restack-ai = "0.0.40"
11+
restack-ai = "0.0.45"
1212
streamlit = "1.39.0"
1313
blinker = "1.8.2"
1414

streamlit_fastapi_togetherai_llama/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ uvicorn = "0.32.0"
1717
python-dotenv = "0.19"
1818
streamlit = "1.40.0"
1919
requests = "2.32.3"
20-
restack-ai = "0.0.40"
20+
restack-ai = "0.0.45"
2121

2222
[build-system]
2323
requires = ["poetry-core"]

weaviate_search/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ packages = [{include = "src"}]
1111

1212
[tool.poetry.dependencies]
1313
python = ">=3.10,<4.0"
14-
restack-ai = "0.0.40"
14+
restack-ai = "0.0.45"
1515
requests = "2.32.3"
1616
weaviate-client = "4.9.0"
1717
python-dotenv = "0.19.2"

0 commit comments

Comments
 (0)