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

Remove pydantic dependency #17

Merged
merged 2 commits into from
Nov 3, 2023
Merged

Remove pydantic dependency #17

merged 2 commits into from
Nov 3, 2023

Conversation

ludeeus
Copy link
Owner

@ludeeus ludeeus commented Nov 3, 2023

Remove pydantic dependency in favor of typing.TypedDict

Copy link

codecov bot commented Nov 3, 2023

Codecov Report

❗ No coverage uploaded for pull request base (main@f595159). Click here to learn what that means.
The diff coverage is 100.00%.

@@           Coverage Diff            @@
##             main       #17   +/-   ##
========================================
  Coverage        ?   100.00%           
========================================
  Files           ?         9           
  Lines           ?       138           
  Branches        ?         0           
========================================
  Hits            ?       138           
  Misses          ?         0           
  Partials        ?         0           
Files Coverage Δ
pytraccar/client.py 100.00% <100.00%> (ø)
pytraccar/models/device.py 100.00% <100.00%> (ø)
pytraccar/models/geofence.py 100.00% <100.00%> (ø)
pytraccar/models/position.py 100.00% <100.00%> (ø)
pytraccar/models/reports_event.py 100.00% <100.00%> (ø)
pytraccar/models/server.py 100.00% <100.00%> (ø)

@ludeeus ludeeus merged commit 4dc2882 into main Nov 3, 2023
7 checks passed
@ludeeus ludeeus deleted the remove-pydantic branch November 3, 2023 08:15
@ludeeus ludeeus added the breaking-change For things that will require consumers of the project to adjust the implementation label Feb 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking-change For things that will require consumers of the project to adjust the implementation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant