Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Issue 87 - Pydantic version update #88

Closed
wants to merge 2 commits into from

Conversation

bluesheep
Copy link

Update pydantic version. Monkey patching manifest.json worked for me on my live install.

@@ -14,8 +14,8 @@
"aiofiles==0.8.0",
"arrow==1.2.3",
"crccheck==1.3.0",
"pydantic==1.10.15",
"pydantic==1.10.17",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was previously fixed in #85 but broken again with new HA release.

Can I suggest pydantic>=1.10.15,==10.11.*?

Same for requirements.txt

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correction: pydantic>=1.10.12,==10.11.*, to allow it to work with pre HA 2024.6

Confirmed using my own HA install
pskillen@00410b9

@cdpuk
Copy link
Owner

cdpuk commented Jul 9, 2024

Thanks for the suggestion, but this has now been superseded by #90

@cdpuk cdpuk closed this Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants