Skip to content

Commit

Permalink
chore(deps): bump async-openai from 0.16.2 to 0.17.1
Browse files Browse the repository at this point in the history
Bumps [async-openai](https://github.com/64bit/async-openai) from 0.16.2 to 0.17.1.
- [Release notes](https://github.com/64bit/async-openai/releases)
- [Commits](64bit/async-openai@async-openai-v0.16.2...async-openai-v0.17.1)

---
updated-dependencies:
- dependency-name: async-openai
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 27, 2023
1 parent 323a72a commit 549a367
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/llm-chain-openai/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repository = "https://github.com/sobelio/llm-chain/"

[dependencies]
futures = "0.3.28"
async-openai = "0.16.2"
async-openai = "0.17.1"
async-trait.workspace = true
llm-chain = { path = "../llm-chain", version = "0.13.0", default-features = false }
serde.workspace = true
Expand Down

0 comments on commit 549a367

Please sign in to comment.