Skip to content

Commit

Permalink
updates hio for agent crash issue, updates keripy and other deps to m…
Browse files Browse the repository at this point in the history
…atch.

Signed-off-by: Kevin Griffin <[email protected]>
  • Loading branch information
m00sey committed Jul 29, 2024
1 parent 64775a9 commit a26ef4a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,14 @@
],
python_requires='>=3.12.2',
install_requires=[
'hio>=0.6.12',
'keri>=1.2.0.dev8',
'mnemonic>=0.20',
'hio>=0.6.14',
'keri>=1.2.0.dev11',
'mnemonic>=0.21',
'multicommand>=1.0.0',
'falcon>=3.1.3',
'http_sfv>=0.9.8',
'dataclasses_json>=0.5.7',
'apispec>=6.3.0',
'apispec>=6.6.0',
],
extras_require={
# eg:
Expand Down

0 comments on commit a26ef4a

Please sign in to comment.