Skip to content

Commit

Permalink
Update dependency autoblocksai to ^0.0.78 (#194)
Browse files Browse the repository at this point in the history
[![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>
  • Loading branch information
renovate[bot] authored Jul 9, 2024
1 parent ec4fcff commit ea3fde2
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.73"
autoblocksai = "^0.0.78"
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.73"
autoblocksai = "^0.0.78"
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.73"
autoblocksai = "^0.0.78"
python-dotenv = "^1.0.0"
guardrails-ai = "^0.4.4"

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.73"
autoblocksai = "^0.0.78"

[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.73"
autoblocksai = "^0.0.78"
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.73"
autoblocksai = "^0.0.78"
openai = "^1.30.3"
pinecone-client = "^4.1.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.73"
autoblocksai = "^0.0.78"
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.73"
autoblocksai = "^0.0.78"
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.73"
autoblocksai = "^0.0.78"
openai = "^1.0.0"
mypy = "^1.9.0"

Expand Down

0 comments on commit ea3fde2

Please sign in to comment.