Skip to content

Commit

Permalink
chore: update pyo3 tracing and qcs api client
Browse files Browse the repository at this point in the history
  • Loading branch information
erichulburd committed Jan 17, 2024
1 parent 2bc68d7 commit 445c8df
Show file tree
Hide file tree
Showing 2 changed files with 250 additions and 6 deletions.
252 changes: 248 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ pyo3 = "0.20.0"
pyo3-asyncio = { version = "0.20", features = ["tokio-runtime"] }
pyo3-build-config = "0.20.0"
pyo3-log = "0.8.2"
pyo3-opentelemetry = "0.3.0-rc.2"
pyo3-tracing-subscriber = "0.1.0-rc.1"
pyo3-opentelemetry = "0.3.1"
pyo3-tracing-subscriber = "0.1.1"
rigetti-pyo3 = { version = "0.3.1", features = ["complex"] }

# The primary intent of these options is to reduce the binary size for Python wheels
Expand Down

0 comments on commit 445c8df

Please sign in to comment.