Skip to content

Commit

Permalink
bugfix and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
solarw committed Feb 1, 2024
1 parent 719d3e7 commit b932783
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions propel_client/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@


RESOURCE_ENV_VARS = [
"AUTONOMY_AGENT_MEMORY_LIMIT",
"AUTONOMY_AGENT_CPU_LIMIT",
"AUTONOMY_AGENT_MEMORY_REQUEST",
"AUTONOMY_AGENT_CPU_REQUEST",
("AUTONOMY_AGENT_MEMORY_LIMIT", 1024),
("AUTONOMY_AGENT_CPU_LIMIT", 1.0),
("AUTONOMY_AGENT_MEMORY_REQUEST", 256),
("AUTONOMY_AGENT_CPU_REQUEST", 1.0),
]


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "propel-client"
version = "v0.0.11"
version = "v0.0.12"
description = "Propel service client"
authors = ["Yuri Turchenkov <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit b932783

Please sign in to comment.