Skip to content

Commit

Permalink
loosen typing-extensions min library
Browse files Browse the repository at this point in the history
  • Loading branch information
dgraeber committed Apr 1, 2024
1 parent 82f5676 commit 5aa8e7e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 14 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a Ch
- updated `werkzeug~=2.3.8` in requirements-dev as per dependabot
- removed explicit support for python 3.7
- this was only due to support for black in requirements-dev, but was also removed from setup.py
- loosened restrictions on `typing-requirements` library


### Fixes
Expand Down
15 changes: 2 additions & 13 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.7
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile
Expand Down Expand Up @@ -57,10 +57,6 @@ humanfriendly==10.0
# property-manager
idna==3.6
# via requests
importlib-metadata==6.7.0
# via
# click
# pydantic
jinja2==3.1.3
# via
# cookiecutter
Expand Down Expand Up @@ -118,15 +114,10 @@ smmap==5.0.1
# via gitdb
text-unidecode==1.3
# via python-slugify
typing-extensions==4.6.3
typing-extensions>=4.6.3
# via
# annotated-types
# arrow
# gitpython
# importlib-metadata
# pydantic
# pydantic-core
# rich
# seed-farmer (setup.py)
urllib3==1.26.18
# via
Expand All @@ -135,5 +126,3 @@ urllib3==1.26.18
# seed-farmer (setup.py)
verboselogs==1.7
# via property-manager
zipp==3.15.0
# via importlib-metadata
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"pyhumps~=3.5.0",
"pydantic~=2.5.3",
"executor~=23.2",
"typing-extensions~=4.6.1",
"typing-extensions>=4.6.3",
"rich~=12.4.0",
"requests>=2.28,<2.32",
"python-dotenv~=0.21.0",
Expand Down

0 comments on commit 5aa8e7e

Please sign in to comment.