Skip to content

Commit

Permalink
Allow pydantic version <2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasddn committed Dec 8, 2024
1 parent 730c27f commit 5891a53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions custom_components/volvo_cars/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/thomasddn/ha-volvo-cars/issues",
"requirements": [
"pydantic==1.10.18"
"pydantic>=1.10.18,<2.0"
],
"version": "0.2.0"
"version": "0.2.1"
}
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
colorlog==6.8.2
homeassistant==2024.11.0
homeassistant==2024.12.0
pip>=21.3.1
ruff==0.6.7
pydantic==1.10.18
pydantic>=1.10.18,<2.0

0 comments on commit 5891a53

Please sign in to comment.