Skip to content

Commit

Permalink
Bump ogmios requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
nielstron committed Aug 27, 2024
1 parent ed52278 commit b7d8b09
Show file tree
Hide file tree
Showing 2 changed files with 106 additions and 50 deletions.
152 changes: 104 additions & 48 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repository = "https://github.com/Python-Cardano/pycardano"
license = "MIT"

[tool.poetry.dependencies]
python = "^3.8.0"
python = "^3.8.1"
PyNaCl = "^1.5.0"
cbor2 = "^5.4.3"
typeguard = "^4.3.0"
Expand All @@ -35,7 +35,7 @@ frozendict = "^2.3.8"
frozenlist = "^1.3.3"
cachetools = "^5.3.0"
docker = "^7.1.0"
ogmios = "^1.1.1"
ogmios = {git = "https://gitlab.com/viperscience/ogmios-python.git"}
requests = "^2.32.3"
websockets = "^13.0"

Expand Down

0 comments on commit b7d8b09

Please sign in to comment.