Skip to content

Commit

Permalink
unpin h2 (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
janjagusch authored Mar 15, 2022
1 parent b7d3399 commit 0c91da2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies:
- toml
- fsspec
- requests
- h2<4.0.0
- h2
- pluggy
- jinja2
- itsdangerous
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ install_requires =
authlib
fastapi
fsspec
h2<4.0.0
h2
importlib-metadata
itsdangerous
jinja2
Expand Down Expand Up @@ -81,4 +81,4 @@ dev =
pytest-cov
tbump
test =
%(dev)s
%(dev)s

0 comments on commit 0c91da2

Please sign in to comment.