Skip to content

Commit

Permalink
Update dependency autoblocksai to ^0.0.32
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 1, 2024
1 parent eb7ba47 commit 6566e7a
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 25 deletions.
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.31"
autoblocksai = "^0.0.32"
python-dotenv = "^1.0.0"
flask = "^3.0.0"
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.31"
autoblocksai = "^0.0.32"

[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.31"
autoblocksai = "^0.0.32"
python-dotenv = "^1.0.0"

[tool.poetry.scripts]
Expand Down
8 changes: 4 additions & 4 deletions Python/prompt-sdk-headless/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-headless/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.31"
autoblocksai = "^0.0.32"
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.31"
autoblocksai = "^0.0.32"
openai = "^1.0.0"

[tool.poetry.scripts]
Expand Down

0 comments on commit 6566e7a

Please sign in to comment.