Skip to content

Commit

Permalink
Update dependency autoblocksai to ^0.0.31 (#118)
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.30` -> `^0.0.31` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/autoblocksai/0.0.31?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/autoblocksai/0.0.31?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/autoblocksai/0.0.30/0.0.31?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/autoblocksai/0.0.30/0.0.31?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>autoblocksai/python-sdk (autoblocksai)</summary>

###
[`v0.0.31`](https://togithub.com/autoblocksai/python-sdk/compare/0.0.30...0.0.31)

[Compare
Source](https://togithub.com/autoblocksai/python-sdk/compare/0.0.30...0.0.31)

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMTIuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIxMi4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Nicole White <[email protected]>
  • Loading branch information
renovate[bot] and Nicole White authored Feb 28, 2024
1 parent db361de commit 529965d
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 22 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.30"
autoblocksai = "^0.0.31"
python-dotenv = "^1.0.0"
flask = "^3.0.0"
2 changes: 1 addition & 1 deletion Python/openai-assistants-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ poetry install
This CLI will autogenerate classes for you to use to interact with the prompts you've created in the UI.

```
poetry run autoblocks prompts generate
poetry run prompts generate
```

## Run the script
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.30"
autoblocksai = "^0.0.31"

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

[tool.poetry.scripts]
Expand Down
2 changes: 1 addition & 1 deletion Python/prompt-sdk-headless/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ poetry install
This CLI will autogenerate classes for you to use to interact with the prompts you've created in the UI.

```
poetry run autoblocks prompts generate
poetry run prompts generate
```

## Run the script
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.30"
autoblocksai = "^0.0.31"
python-dotenv = "^1.0.0"
pydantic = "^2.5.3"

Expand Down

0 comments on commit 529965d

Please sign in to comment.