Merge branch 'fix/chore-fix' into dev/plugin-deploy
This commit is contained in:
commit
4fb5cf675b
@ -62,6 +62,7 @@ class PluginParameter(BaseModel):
|
|||||||
default: Optional[Union[float, int, str]] = None
|
default: Optional[Union[float, int, str]] = None
|
||||||
min: Optional[Union[float, int]] = None
|
min: Optional[Union[float, int]] = None
|
||||||
max: Optional[Union[float, int]] = None
|
max: Optional[Union[float, int]] = None
|
||||||
|
precision: Optional[int] = None
|
||||||
options: list[PluginParameterOption] = Field(default_factory=list)
|
options: list[PluginParameterOption] = Field(default_factory=list)
|
||||||
|
|
||||||
@field_validator("options", mode="before")
|
@field_validator("options", mode="before")
|
||||||
|
@ -12,7 +12,7 @@ import sqlalchemy as sa
|
|||||||
|
|
||||||
# revision identifiers, used by Alembic.
|
# revision identifiers, used by Alembic.
|
||||||
revision = 'ddcc8bbef391'
|
revision = 'ddcc8bbef391'
|
||||||
down_revision = 'd7999dfa4aae' # HEAD OF PLUGIN BRANCH
|
down_revision = '923752d42eb6' # HEAD OF PLUGIN BRANCH
|
||||||
branch_labels = None
|
branch_labels = None
|
||||||
depends_on = None
|
depends_on = None
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user