Skip to content

Commit

Permalink
Lock async openai
Browse files Browse the repository at this point in the history
  • Loading branch information
timonv committed Jan 11, 2025
1 parent 60484ab commit bc312fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ convert_case = "0.6.0"

# Integrations
spider = { version = "2.21" }
async-openai = { version = "0.26" }
async-openai = { version = "0.26.0" }
qdrant-client = { version = "1.10", default-features = false, features = [
"serde",
] }
Expand Down

0 comments on commit bc312fd

Please sign in to comment.