Skip to content

Commit

Permalink
bump version to 0.0.11, use recent open autonomy
Browse files Browse the repository at this point in the history
  • Loading branch information
solarw committed Feb 1, 2024
1 parent 36fb34c commit d2eb5c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions propel_client/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "propel-client"
version = "v0.0.10"
version = "v0.0.11"
description = "Propel service client"
authors = ["Yuri Turchenkov <[email protected]>"]
readme = "README.md"
Expand All @@ -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]
Expand Down

0 comments on commit d2eb5c1

Please sign in to comment.