We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fde19f commit a63457eCopy full SHA for a63457e
crates/python/Cargo.toml
@@ -19,7 +19,7 @@ crate-type = ["cdylib", "rlib"]
19
20
[dependencies]
21
async-trait = "0.1.73"
22
-qcs = { path = "../lib", features = ["tracing-opentelemetry"] }
+qcs = { version = "0.25.1", path = "../lib", features = ["tracing-opentelemetry"] }
23
qcs-api-client-common = { workspace = true, features = ["python"] }
24
qcs-api-client-grpc.workspace = true
25
qcs-api-client-openapi.workspace = true
0 commit comments