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

Add TypeIs support #112

Merged
merged 3 commits into from
Aug 24, 2024

Conversation

Galtozzy
Copy link
Contributor

@Galtozzy Galtozzy commented Aug 23, 2024

Description

  • Added TypeIs support
  • cached and once can now be used in both cases.
  • sync_cached, async_cached, sync_once, async_once have been deprecated and scheduled for removal in 1.3.0

Checklist:

I have ...

  • tested the code
  • added & updated automated tests
  • performed a self-review of own code
  • checked the new code does not generate new warnings

cached and once can now be used in both cases.
sync_cached, async_cached, sync_once, async_once has been deprecated and scheduled for removal in 1.3.0
@Galtozzy Galtozzy marked this pull request as ready for review August 23, 2024 22:33
Copy link

@Galtozzy Galtozzy merged commit a73911a into v/1.2.0 Aug 24, 2024
18 checks passed
@Galtozzy Galtozzy deleted the 48-type-annotations-are-incorrect-for-decorators branch August 24, 2024 01:27
@Galtozzy Galtozzy linked an issue Aug 24, 2024 that may be closed by this pull request
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.

Type annotations are incorrect for generic decorators
1 participant