Skip to content

Commit 03a118a

Browse files
committed
feat: update openai dive for better query param handling
1 parent 414a3ca commit 03a118a

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

server/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/Cargo.toml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ time = { version = "0.3" }
126126
uuid = { version = "1", features = ["v4", "serde", "v5"] }
127127
diesel_migrations = { version = "2.0" }
128128
regex = "1.7.3"
129-
openai_dive = { git = "https://github.com/devflowinc/openai-client.git", rev = "61531093857b987c889d2d3ad8f2d80cb90ec050", features = [
129+
openai_dive = { git = "https://github.com/devflowinc/openai-client.git", rev = "6c52d30bedc40877c2880e71524f9e36b0c66cee", features = [
130130
"stream",
131131
] }
132132
tokio = { version = "1.27.0", features = ["rt-multi-thread"] }
@@ -153,9 +153,9 @@ utoipa = { version = "4.2", features = [
153153
"debug",
154154
] }
155155
utoipa-redoc = { version = "4.0", features = ["actix-web"] }
156-
openidconnect = { git = "https://github.com/devflowinc/openidconnect-rs.git", rev = "9b9cefd91ae7e1bc4ad336a9bed5dcf04fa179a5", features = [
156+
openidconnect = { git = "https://github.com/devflowinc/openidconnect-rs.git", rev = "9b9cefd91ae7e1bc4ad336a9bed5dcf04fa179a5", features = [
157157
"reqwest",
158-
"accept-rfc3339-timestamps"
158+
"accept-rfc3339-timestamps",
159159
], default-features = false }
160160
oauth2 = "4.4.2"
161161
dateparser = "0.2.1"
@@ -198,7 +198,10 @@ url = "2.5.4"
198198
actix-request-reply-cache = "0.1.6"
199199
sentry = { version = "0.41.0", features = ["tracing"] }
200200
tracing = "0.1.41"
201-
tracing-subscriber = { version = "0.3.19", features = ["env-filter", "registry"] }
201+
tracing-subscriber = { version = "0.3.19", features = [
202+
"env-filter",
203+
"registry",
204+
] }
202205
sentry-tracing = "0.41.0"
203206
sentry-actix = "0.41.0"
204207

0 commit comments

Comments
 (0)