Skip to content

Commit

Permalink
Merge pull request #291 from thegridelectric/dev
Browse files Browse the repository at this point in the history
Fix HubitatGt serialization
  • Loading branch information
anschweitzer committed Apr 23, 2024
2 parents 90e89ca + 16272f3 commit 89db034
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gridworks-protocol"
version = "0.7.4"
version = "0.7.5"
description = "Gridworks Protocol"
authors = ["Jessica Millar <jmillar@gridworks-consulting.com>"]
license = "MIT"
Expand Down
1 change: 0 additions & 1 deletion src/gwproto/types/hubitat_gt.py
Expand Up @@ -20,7 +20,6 @@ class HubitatGt(BaseModel):

class Config:
extra = Extra.allow
alias_generator = snake_to_camel
allow_population_by_field_name = True

_is_mac_address = predicate_validator("MacAddress", has_mac_address_format)
Expand Down

0 comments on commit 89db034

Please sign in to comment.