refactor(pyargus): update python bindings for breaking changes

This commit is contained in:
Anand Balakrishnan 2023-08-30 12:49:14 -07:00
parent 0e38c2fecf
commit b8c67bcea9
No known key found for this signature in database
5 changed files with 94 additions and 41 deletions

View file

@ -13,5 +13,5 @@ argus-semantics = { version = "0.1.0", path = "../argus-semantics" }
derive_more = "0.99.17"
log = "0.4.17"
paste = "1.0.12"
pyo3 = "0.18.3"
pyo3 = "0.19.2"
pyo3-log = "0.8.1"