Skip to content

Commit

Permalink
build(deps): update async-openai requirement from 0.26.0 to 0.27.1
Browse files Browse the repository at this point in the history
Updates the requirements on [async-openai](https://github.com/64bit/async-openai) to permit the latest version.
- [Release notes](https://github.com/64bit/async-openai/releases)
- [Commits](64bit/async-openai@async-openai-v0.26.0...async-openai-v0.27.1)

---
updated-dependencies:
- dependency-name: async-openai
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent 8433b1b commit 9263b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atlas/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ tokio = { workspace = true, features = ["macros"] }
reqwest = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
async-openai = "0.26.0"
async-openai = "0.27.1"

0 comments on commit 9263b05

Please sign in to comment.