From d2eb5c1414a67aace4bc68de5fd2cd93f8675605 Mon Sep 17 00:00:00 2001 From: "Yuri (solarw) Turchenkov" Date: Thu, 1 Feb 2024 14:12:56 +0300 Subject: [PATCH] bump version to 0.0.11, use recent open autonomy --- propel_client/utils.py | 1 + pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/propel_client/utils.py b/propel_client/utils.py index 2477799..a453953 100644 --- a/propel_client/utils.py +++ b/propel_client/utils.py @@ -6,6 +6,7 @@ from aea.helpers.env_vars import ENV_VARIABLE_RE, is_env_variable from autonomy.configurations.loader import load_service_config + RESOURCE_ENV_VARS = [ "AUTONOMY_AGENT_MEMORY_LIMIT", "AUTONOMY_AGENT_CPU_LIMIT", diff --git a/pyproject.toml b/pyproject.toml index 95b11b5..dc5b866 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "propel-client" -version = "v0.0.10" +version = "v0.0.11" description = "Propel service client" authors = ["Yuri Turchenkov "] readme = "README.md" @@ -11,7 +11,7 @@ packages = [{ include = "propel_client" }] python = ">=3.8,<4.0" click = "*" requests = "*" -open-autonomy = "^0.13.9.post1" +open-autonomy = "^0.14.3.post1" [tool.poetry.group.dev.dependencies]