Skip to content

Commit ea3fde2

Browse files
Update dependency autoblocksai to ^0.0.78 (#194)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [autoblocksai](https://togithub.com/autoblocksai/python-sdk) | `^0.0.73` -> `^0.0.78` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/autoblocksai/0.0.78?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/autoblocksai/0.0.78?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/autoblocksai/0.0.73/0.0.78?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/autoblocksai/0.0.73/0.0.78?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>autoblocksai/python-sdk (autoblocksai)</summary> ### [`v0.0.78`](https://togithub.com/autoblocksai/python-sdk/compare/0.0.77...0.0.78) [Compare Source](https://togithub.com/autoblocksai/python-sdk/compare/0.0.77...0.0.78) ### [`v0.0.77`](https://togithub.com/autoblocksai/python-sdk/compare/0.0.76...0.0.77) [Compare Source](https://togithub.com/autoblocksai/python-sdk/compare/0.0.76...0.0.77) ### [`v0.0.76`](https://togithub.com/autoblocksai/python-sdk/compare/0.0.75...0.0.76) [Compare Source](https://togithub.com/autoblocksai/python-sdk/compare/0.0.75...0.0.76) ### [`v0.0.75`](https://togithub.com/autoblocksai/python-sdk/compare/0.0.74...0.0.75) [Compare Source](https://togithub.com/autoblocksai/python-sdk/compare/0.0.74...0.0.75) ### [`v0.0.74`](https://togithub.com/autoblocksai/python-sdk/compare/0.0.73...0.0.74) [Compare Source](https://togithub.com/autoblocksai/python-sdk/compare/0.0.73...0.0.74) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/autoblocksai/autoblocks-examples). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuOSIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ec4fcff commit ea3fde2

File tree

18 files changed

+45
-45
lines changed

18 files changed

+45
-45
lines changed

Python/dspy/poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Python/dspy/pyproject.toml

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

1111
[tool.poetry.dependencies]
1212
python = "^3.11"
13-
autoblocksai = "^0.0.73"
13+
autoblocksai = "^0.0.78"
1414
openai = "^1.0.0"
1515
mypy = "^1.9.0"
1616
pydantic = "^2.7.1"

Python/flask/poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Python/flask/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ packages = [{include = "myapp"}]
99

1010
[tool.poetry.dependencies]
1111
python = "^3.9"
12-
autoblocksai = "^0.0.73"
12+
autoblocksai = "^0.0.78"
1313
python-dotenv = "^1.0.0"
1414
flask = "^3.0.0"

Python/guardrails-ai/poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Python/guardrails-ai/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ packages = [{include = "src"}]
1010
[tool.poetry.dependencies]
1111
python = "^3.9"
1212
openai = "^1.30.1"
13-
autoblocksai = "^0.0.73"
13+
autoblocksai = "^0.0.78"
1414
python-dotenv = "^1.0.0"
1515
guardrails-ai = "^0.4.4"
1616

Python/openai-assistants-api/poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Python/openai-assistants-api/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ python = "^3.9"
1212
openai = "^1.0.0"
1313
python-dotenv = "^1.0.0"
1414
pydantic = "^2.5.3"
15-
autoblocksai = "^0.0.73"
15+
autoblocksai = "^0.0.78"
1616

1717
[tool.poetry.scripts]
1818
start = "src.main:main"

Python/openai-tracing/poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Python/openai-tracing/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ packages = [{include = "src"}]
1010
[tool.poetry.dependencies]
1111
python = "^3.9"
1212
openai = "^1.0.0"
13-
autoblocksai = "^0.0.73"
13+
autoblocksai = "^0.0.78"
1414
python-dotenv = "^1.0.0"
1515

1616
[tool.poetry.scripts]

0 commit comments

Comments
 (0)