Skip to content

Commit

Permalink
Use older typing extensions to support 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoucheiron committed Dec 28, 2023
1 parent de464ff commit 8f5d8c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pytest-cov==4.1.0
pytest-repeat==0.9.3
sniffio==1.3.0
tomli==2.0.1
typing-extensions==4.9.0
typing-extensions==3.7.1
wheel==0.42.0

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ pyyaml-env-tag==0.1
six==1.16.0
soupsieve==2.5
tornado==6.4
typing-extensions==4.9.0
typing-extensions==3.7.1
watchdog==3.0.0
zipp==3.17.0
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# make freeze
#
pydantic==1.9.0
typing-extensions==4.1.1
typing-extensions==3.7.1

0 comments on commit 8f5d8c7

Please sign in to comment.