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 pydantic compatibility with python 3.7 #406

Merged
merged 2 commits into from
Jul 10, 2024

Conversation

michael-nml
Copy link
Collaborator

This PR fixes compatibility with python 3.7. The pydantic configuration for entities doesn't work in python 3.7 and should be skipped,

Copy link

codecov bot commented Jul 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.01%. Comparing base (b25655a) to head (b14c503).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #406      +/-   ##
==========================================
+ Coverage   77.00%   77.01%   +0.01%     
==========================================
  Files         108      108              
  Lines        9300     9306       +6     
  Branches     1655     1657       +2     
==========================================
+ Hits         7161     7167       +6     
  Misses       1677     1677              
  Partials      462      462              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@nnansters nnansters merged commit 7b6db6f into main Jul 10, 2024
7 of 8 checks passed
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.

2 participants