From 64775a960ef1bf529d506705cd80946f9b16e54f Mon Sep 17 00:00:00 2001 From: Kevin Griffin Date: Fri, 28 Jun 2024 15:42:27 -0400 Subject: [PATCH 1/2] v0.2.0-dev3 Signed-off-by: Kevin Griffin --- Makefile | 2 +- setup.py | 2 +- src/keria/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 35c5500f..2f8da66c 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .PHONY: build-keria build-keria: - @docker buildx build --platform=linux/amd64 --no-cache -f images/keria.dockerfile --tag weboftrust/keria:0.2.0-dev1 . + @docker buildx build --platform=linux/amd64 --no-cache -f images/keria.dockerfile --tag weboftrust/keria:0.2.0-dev3 . publish-keria: @docker push weboftrust/keria --all-tags \ No newline at end of file diff --git a/setup.py b/setup.py index af34d84f..0ad477d0 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ setup( name='keria', - version='0.2.0-dev0', # also change in src/keria/__init__.py + version='0.2.0-dev3', # also change in src/keria/__init__.py license='Apache Software License 2.0', description='KERIA: KERI Agent in the cloud', long_description="KERIA: KERI Agent in the cloud.", diff --git a/src/keria/__init__.py b/src/keria/__init__.py index f4d91e40..323e2bbf 100644 --- a/src/keria/__init__.py +++ b/src/keria/__init__.py @@ -3,5 +3,5 @@ main package """ -__version__ = '0.2.0-dev0' # also change in setup.py +__version__ = '0.2.0-dev3' # also change in setup.py From a26ef4a9b296027b14b3fe42d54c98ec09acee99 Mon Sep 17 00:00:00 2001 From: Kevin Griffin Date: Mon, 29 Jul 2024 09:31:01 -0400 Subject: [PATCH 2/2] updates hio for agent crash issue, updates keripy and other deps to match. Signed-off-by: Kevin Griffin --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 0ad477d0..06b12350 100644 --- a/setup.py +++ b/setup.py @@ -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: