Skip to content

Commit

Permalink
Update to mashumaro 3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
allenporter committed Nov 30, 2024
1 parent d437478 commit 5b7ae70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ types-PyYAML==6.0.12.20240917
typing-extensions==4.12.2
typing-inspect==0.9.0
urllib3==2.2.3
mashumaro==3.14
mashumaro==3.15
2 changes: 1 addition & 1 deletion tests/test_device_traits.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def test_info_traits_type_error(
assert "my/device/name" == device.name
assert "sdm.devices.traits.Info" in device.traits
trait = device.traits["sdm.devices.traits.Info"]
assert trait.custom_name == 12345
assert trait.custom_name == "12345"


def test_info_traits_missing_optional_field(
Expand Down

0 comments on commit 5b7ae70

Please sign in to comment.