Skip to content

Commit

Permalink
Update async-openai requirement from 0.27.1 to 0.28.0
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.27.1...async-openai-v0.28.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 3, 2025
1 parent 2082ae1 commit ffeee48
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.27.1"
async-openai = "0.28.0"

0 comments on commit ffeee48

Please sign in to comment.