Skip to content

Commit ad9319c

Browse files
authored
Merge pull request #2123 from GaloisInc/argo-client-0.0.13
Python: Require argo-client >= 0.0.13 and cryptol 3.2.1
2 parents 9251017 + b5b8c37 commit ad9319c

File tree

3 files changed

+17
-12
lines changed

3 files changed

+17
-12
lines changed

saw-remote-api/python/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Revision history for saw-client
22

3+
## 1.2.1 -- 2024-09-18
4+
5+
* Require building with `argo-client-0.0.13` or later. `argo-client-0.0.13` uses
6+
blocking IO, which should reduce CPU load when receiving replies.
7+
38
## 1.2.0 -- 2024-08-30
49

510
* Add `str_slice()` and `str_slice_range()` functions for constructing MIR `str`

saw-remote-api/python/poetry.lock

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

saw-remote-api/python/pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "saw-client"
3-
version = "1.2.0.99"
3+
version = "1.2.1.99"
44
readme = "README.md"
55
description = "SAW client for the SAW RPC server"
66
authors = ["Galois, Inc. <[email protected]>"]
@@ -14,8 +14,8 @@ include = [
1414
python = "^3.8"
1515
requests = "^2.25.1"
1616
BitVector = "^3.4.9"
17-
cryptol = "3.2.0" # { path = "../../deps/cryptol/cryptol-remote-api/python/", develop = true }
18-
argo-client = "0.0.12"
17+
cryptol = "3.2.1" # { path = "../../deps/cryptol/cryptol-remote-api/python/", develop = true }
18+
argo-client = ">=0.0.13"
1919
lmdb = "^1.4.1"
2020
cbor2 = "^5.4.6"
2121
python-dateutil = "^2.8.2"

0 commit comments

Comments
 (0)