We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13a5ea1 commit 0151935Copy full SHA for 0151935
.version
@@ -1 +1 @@
1
-VERSION=0.0.55-r0
+VERSION=0.0.56-r0
spade-instance/src/simulation/code_generation.py
@@ -42,6 +42,7 @@ def generate_agents(
42
del agent_data_dict["type"]
43
agent = locals()[agent_type](
44
password=communication_server_settings.password,
45
+ backup_method="http",
46
backup_url=backup_settings.agent_backup_url,
47
backup_period=backup_settings.period,
48
backup_delay=backup_settings.delay,
translator/Pipfile
@@ -4,7 +4,7 @@ verify_ssl = true
4
name = "pypi"
5
6
[packages]
7
-aasm = "==0.0.55"
+aasm = "==0.0.56"
8
fastapi = {extras = ["all"], version = "*"}
9
10
[dev-packages]
0 commit comments