Skip to content

Commit

Permalink
chore: Lower requirements of typing_extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
palango authored and karlb committed Feb 24, 2022
1 parent c2efb65 commit dbd03dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ raiden-webui
requests
structlog
web3
typing_extensions
typing_extensions>=3.10,<4.0
objgraph
ulid-py
jaeger-client
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ tornado==6.1
# threadloop
typeguard==2.11.1
# via marshmallow-dataclass
typing-extensions==4.0.1
typing-extensions==3.10.0.2
# via
# -r requirements.in
# aiohttp
Expand Down

0 comments on commit dbd03dd

Please sign in to comment.