Skip to content

Commit

Permalink
Merge branch 'main' into renovate/all-non-major-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicole White authored Feb 26, 2024
2 parents 621909e + 20c9e6f commit c57f0f2
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 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.28"
autoblocksai = "^0.0.29"
python-dotenv = "^1.0.0"
flask = "^3.0.0"
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.28"
autoblocksai = "^0.0.29"
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.28"
autoblocksai = "0.0.29"
python-dotenv = "^1.0.0"
pydantic = "^2.5.3"

Expand Down

0 comments on commit c57f0f2

Please sign in to comment.