Skip to content

Commit

Permalink
Update dependency autoblocksai to ^0.0.96
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 16, 2024
1 parent 9e02eb3 commit 0fb54a0
Show file tree
Hide file tree
Showing 18 changed files with 45 additions and 45 deletions.
8 changes: 4 additions & 4 deletions Python/dspy/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Python/dspy/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ packages = [{include = "my_project"}]

[tool.poetry.dependencies]
python = "^3.11"
autoblocksai = "^0.0.95"
autoblocksai = "^0.0.96"
openai = "^1.0.0"
mypy = "^1.9.0"
pydantic = "^2.7.1"
Expand Down
8 changes: 4 additions & 4 deletions Python/flask/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Python/flask/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ packages = [{include = "myapp"}]

[tool.poetry.dependencies]
python = "^3.9"
autoblocksai = "^0.0.95"
autoblocksai = "^0.0.96"
python-dotenv = "^1.0.0"
flask = "^3.0.0"
8 changes: 4 additions & 4 deletions Python/guardrails-ai/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Python/guardrails-ai/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ packages = [{include = "src"}]
[tool.poetry.dependencies]
python = "^3.9"
openai = "^1.30.1"
autoblocksai = "^0.0.95"
autoblocksai = "^0.0.96"
python-dotenv = "^1.0.0"
guardrails-ai = "^0.5.0"

Expand Down
8 changes: 4 additions & 4 deletions Python/openai-assistants-api/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Python/openai-assistants-api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ python = "^3.9"
openai = "^1.0.0"
python-dotenv = "^1.0.0"
pydantic = "^2.5.3"
autoblocksai = "^0.0.95"
autoblocksai = "^0.0.96"

[tool.poetry.scripts]
start = "src.main:main"
Expand Down
8 changes: 4 additions & 4 deletions Python/openai-tracing/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Python/openai-tracing/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ packages = [{include = "src"}]
[tool.poetry.dependencies]
python = "^3.9"
openai = "^1.0.0"
autoblocksai = "^0.0.95"
autoblocksai = "^0.0.96"
python-dotenv = "^1.0.0"

[tool.poetry.scripts]
Expand Down
8 changes: 4 additions & 4 deletions Python/pinecone/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Python/pinecone/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.9"
autoblocksai = "^0.0.95"
autoblocksai = "^0.0.96"
openai = "^1.30.3"
pinecone-client = "^5.0.0"
pydantic = "^2.7.1"
Expand Down
8 changes: 4 additions & 4 deletions Python/prompt-sdk/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Python/prompt-sdk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ packages = [{include = "src"}]
[tool.poetry.dependencies]
python = "^3.9"
openai = "^1.0.0"
autoblocksai = "^0.0.95"
autoblocksai = "^0.0.96"
python-dotenv = "^1.0.0"
pydantic = "^2.5.3"

Expand Down
8 changes: 4 additions & 4 deletions Python/testing-sdk-with-prompt-sdk/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Python/testing-sdk-with-prompt-sdk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ packages = [{include = "my_project"}]

[tool.poetry.dependencies]
python = "^3.11"
autoblocksai = "^0.0.95"
autoblocksai = "^0.0.96"
openai = "^1.0.0"
httpx = "^0.27.0"

Expand Down
8 changes: 4 additions & 4 deletions Python/testing-sdk/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Python/testing-sdk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ packages = [{include = "my_project"}]

[tool.poetry.dependencies]
python = "^3.11"
autoblocksai = "^0.0.95"
autoblocksai = "^0.0.96"
openai = "^1.0.0"
mypy = "^1.9.0"

Expand Down

0 comments on commit 0fb54a0

Please sign in to comment.