Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
Added default value for ui_schema (#7)
Browse files Browse the repository at this point in the history
Added default value for ui_schema
  • Loading branch information
spietras committed Jul 26, 2022
1 parent e865d67 commit 9b4b20a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kilroy_module_client_py_sdk/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "kilroy-module-client-py-sdk"
version = "0.3.0"
version = "0.3.1"
description = "SDK for kilroy module clients in Python 🧰"
readme = "README.md"
authors = ["kilroy <kilroymail@pm.me>"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class Config(BaseModuleModel):

class ConfigSchema(BaseModuleModel):
config_schema: JSONSchema
ui_schema: JSON
ui_schema: JSON = {}


class ConfigNotification(BaseModuleModel):
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[tool.poetry]
name = "kilroy-module-client-py-sdk"
version = "0.3.0"
version = "0.3.1"
description = "SDK for kilroy module clients in Python 🧰"
readme = "kilroy_module_client_py_sdk/README.md"
authors = ["kilroy <kilroymail@pm.me>"]
Expand Down

0 comments on commit 9b4b20a

Please sign in to comment.