Skip to content

Commit

Permalink
Replace pydantic with mashumaro
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Nov 4, 2023
1 parent 55546a2 commit 4f8aa9a
Show file tree
Hide file tree
Showing 3 changed files with 144 additions and 105 deletions.
133 changes: 80 additions & 53 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ packages = [
python = "^3.11"
aiohttp = ">=3.0.0"
yarl = ">=1.6.0"
pydantic = ">=1.8,<2.0"
mashumaro = ">=3.10"
orjson = ">=3.9.8"

[tool.poetry.urls]
"Bug Tracker" = "https://github.com/frenck/python-tailscale/issues"
Expand Down Expand Up @@ -93,9 +94,6 @@ warn_unused_ignores = true
cache_dir = "/dev/null"

[tool.pylint.MASTER]
extension-pkg-whitelist = [
"pydantic"
]
ignore= [
"tests"
]
Expand Down
Loading

0 comments on commit 4f8aa9a

Please sign in to comment.