Skip to content

Commit

Permalink
fix: ImportError: cannot import name 'override' from 'faststream._com…
Browse files Browse the repository at this point in the history
…pat' (python 3.12) (airtai#870)
  • Loading branch information
Jaroslav2001 committed Oct 19, 2023
1 parent b292c1e commit 429edc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions faststream/_compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
from typing_extensions import override as override
else:
from typing import TypedDict as TypedDict
from typing import override as override

if sys.version_info < (3, 11):
from typing_extensions import Never as Never
Expand Down

0 comments on commit 429edc9

Please sign in to comment.