Skip to content

Commit 9a8d705

Browse files
committed
Use specific blockfrost-python version
Since blockfrost-python is still under beta development, any minor or patch version could be backward incompatible. We will use a certain blockfrost version until its first major version has been released.
1 parent 6ab6114 commit 9a8d705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ python = "^3.7"
2525
PyNaCl = "^1.4.0"
2626
cbor2 = "^5.4.2"
2727
typeguard = "^2.13.3"
28-
blockfrost-python = "^0.4.4"
28+
blockfrost-python = "0.4.4"
2929
websocket-client = "^1.2.3"
3030

3131
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)