Skip to content

Commit

Permalink
Bump up Aim to v3.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alberttorosyan committed Feb 27, 2023
1 parent 50a6e4a commit a67837d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aim/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.16.0
3.16.1
2 changes: 1 addition & 1 deletion aim/ext/transport/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ def run_instruction(self, queue_id, resource, method, args=(), is_write_only=Fal
assert queue_id != -1
self.get_queue(queue_id).register_task(
self,
self._run_write_instructions, list(encode_tree([(resource, method, args)])))
self._run_write_instructions, list(encode_tree([(resource, method, args)], strict=False)))
return

return self._run_read_instructions(queue_id, resource, method, args)
Expand Down
2 changes: 1 addition & 1 deletion aim/web/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui_v2",
"version": "3.16.0",
"version": "3.16.1",
"private": true,
"dependencies": {
"@aksel/structjs": "^1.0.0",
Expand Down

0 comments on commit a67837d

Please sign in to comment.