Skip to content

Commit

Permalink
chore(deps): bump async-openai from 0.10.3 to 0.11.1
Browse files Browse the repository at this point in the history
Bumps [async-openai](https://github.com/64bit/async-openai) from 0.10.3 to 0.11.1.
- [Release notes](https://github.com/64bit/async-openai/releases)
- [Commits](64bit/async-openai@async-openai-v0.10.3...async-openai-v0.11.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 Oct 23, 2023
1 parent c423f22 commit cda5f53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 25 deletions.
26 changes: 2 additions & 24 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.10.3"
async-openai = "0.11.1"
async-trait = "0.1.68"
llm-chain = { path = "../llm-chain", version = "0.12.3", default-features = false }
serde = { version = "1.0.164" }
Expand Down

0 comments on commit cda5f53

Please sign in to comment.