Skip to content

Commit 2998b97

Browse files
Merge pull request #86 from restackio/bump40
Bump all examples to 0.0.40
2 parents 9b89f19 + b176a80 commit 2998b97

File tree

15 files changed

+15
-15
lines changed

15 files changed

+15
-15
lines changed

child_workflows/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ packages = [{include = "src"}]
1111

1212
[tool.poetry.dependencies]
1313
python = "^3.9"
14-
restack-ai = "^0.0.38"
14+
restack-ai = "^0.0.40"
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ packages = [{include = "src"}]
88

99
[tool.poetry.dependencies]
1010
python = "^3.12"
11-
restack-ai = "^0.0.37"
11+
restack-ai = "^0.0.40"
1212
fastapi = "^0.115.4"
1313
uvicorn = "^0.32.0"
1414
python-dotenv = "0.19"

defense_quickstart_denoise/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ packages = [{include = "src"}]
88

99
[tool.poetry.dependencies]
1010
python = "^3.12"
11-
restack-ai = "^0.0.37"
11+
restack-ai = "^0.0.40"
1212
fastapi = "^0.115.4"
1313
uvicorn = "^0.32.0"
1414
python-dotenv = "0.19"

defense_quickstart_news_scraper_summarizer/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ packages = [{include = "src"}]
1111
[tool.poetry.dependencies]
1212
python = "^3.12"
1313
pydantic = "^2.9.2"
14-
restack-ai = "^0.0.38"
14+
restack-ai = "^0.0.40"
1515
fastapi = "^0.115.4"
1616
uvicorn = "^0.32.0"
1717
python-dotenv = "0.19"

fastapi_gemini_feedback/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ packages = [{include = "src"}]
1111
[tool.poetry.dependencies]
1212
python = "^3.9"
1313
pydantic = "^2.9.2"
14-
restack-ai = "^0.0.38"
14+
restack-ai = "^0.0.40"
1515
google-generativeai = "^0.8.3"
1616
fastapi = "^0.115.4"
1717
click = "^8.1.7"

fastapi_togetherai_llama/pyproject.toml

Lines changed: 1 addition & 1 deletion
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.38"
18+
restack-ai = "^0.0.40"
1919
restack-sdk-cloud = "^1.0.11"
2020

2121
[build-system]

flask_togetherai_llamaindex/pyproject.toml

Lines changed: 1 addition & 1 deletion
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.38"
19+
restack-ai = "^0.0.40"
2020

2121
# Build system configuration
2222
[build-system]

gemini_generate/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ packages = [{include = "src"}]
1010

1111
[tool.poetry.dependencies]
1212
python = "^3.9"
13-
restack-ai = "^0.0.38"
13+
restack-ai = "^0.0.40"
1414
google-generativeai = "^0.8.3"
1515

1616
[build-system]

get_started/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ packages = [{include = "src"}]
1111

1212
[tool.poetry.dependencies]
1313
python = "^3.9"
14-
restack-ai = "^0.0.38"
14+
restack-ai = "^0.0.40"
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ packages = [{include = "src"}]
1111

1212
[tool.poetry.dependencies]
1313
python = "^3.9"
14-
restack-ai = "^0.0.38"
14+
restack-ai = "^0.0.40"
1515

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

0 commit comments

Comments
 (0)