Skip to content

Commit

Permalink
[DOP-5631] Limit typing-extensions version
Browse files Browse the repository at this point in the history
  • Loading branch information
dolfinus committed May 24, 2023
1 parent 3061e78 commit 12ddaac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions requirements/core.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ platformdirs
pydantic>=1.9.2,!=1.10.2,<2
pyyaml
# https://github.com/python/typing_extensions/pull/188
typing_extensions<4.6.0; python_version == "3.7"
typing_extensions; python_version > "3.7"
typing_extensions<4.6.0

0 comments on commit 12ddaac

Please sign in to comment.