Skip to content

Commit 1700d88

Browse files
authored
[CVAT] update human sdk (#3477)
1 parent 819fe4e commit 1700d88

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

packages/examples/cvat/exchange-oracle/poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/examples/cvat/exchange-oracle/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ starlette = ">=0.40.0" # avoid the vulnerability with multipart/form-data
3535
cryptography = "<44.0.0" # human-protocol-sdk -> pgpy dep requires cryptography < 45
3636
aiocache = {extras = ["msgpack", "redis"], version = "^0.12.3"} # convenient api for redis (async)
3737
cachelib = "^0.13.0" # convenient api for redis (sync)
38-
human-protocol-sdk = "^4.0.3"
38+
human-protocol-sdk = "^4.1.4"
3939

4040

4141
[tool.poetry.group.dev.dependencies]

packages/examples/cvat/recording-oracle/poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/examples/cvat/recording-oracle/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ hexbytes = ">=1.2.0" # required for to_0x_hex() function
2626
starlette = ">=0.40.0" # avoid the vulnerability with multipart/form-data
2727
cvat-sdk = "2.37.0"
2828
cryptography = "<44.0.0" # human-protocol-sdk -> pgpy dep requires cryptography < 45
29-
human-protocol-sdk = "^4.0.3"
29+
human-protocol-sdk = "^4.1.4"
3030

3131
[tool.poetry.group.dev.dependencies]
3232
hypothesis = "^6.82.6"

0 commit comments

Comments
 (0)