Skip to content

Commit

Permalink
circle: pin typing-extensions to 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
snarfed committed Aug 17, 2023
1 parent 7bda0c6 commit 33b842b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
command: |
pip install -U pip
pip -V
pip install -U .[flask]
pip install -U .[flask] 'typing-extensions<4.6.0'
pip install coverage coveralls
- run:
Expand Down

0 comments on commit 33b842b

Please sign in to comment.