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

Replace pydantic...validate_call with typeguard.typecheck #199

Merged
merged 10 commits into from
Mar 31, 2024

Conversation

abravalheri
Copy link
Contributor

Closes #195.

Changes:

  • Replace dependency on Pydantic with Typeguard
  • Replace type validation decorators with typeguard.typecheck.
  • Remove compatibility layers for pydantic.
  • I replaced Word with an __instancecheck__-based implementation (for pragmatic reasons).

@jaraco
Copy link
Owner

jaraco commented Mar 31, 2024

image 😳

I regret that I let this sit so long. Thanks for putting this together.

@jaraco jaraco merged commit 684cd1a into jaraco:main Mar 31, 2024
13 checks passed
@abravalheri abravalheri deleted the issue-195-typeguard branch March 31, 2024 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants