Skip to content

Commit

Permalink
Merge pull request #45 from uc-cdis/fix/undo_pinning_authlib_0_14_2
Browse files Browse the repository at this point in the history
fix(qa): Restore original authlib version config
  • Loading branch information
themarcelor authored Jun 2, 2020
2 parents 73974b7 + 9109c7f commit 8200859
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "authutils"
version = "5.0.3"
version = "5.0.4"
description = "Gen3 auth utility functions"
authors = ["CTDS UChicago <cdis@uchicago.edu>"]
license = "Apache-2.0"
Expand All @@ -11,7 +11,7 @@ cached-property = "~=1.4"
cdiserrors = "~=1.0"
xmltodict = "~=0.9"

authlib = "<0.14.3"
authlib = "~=0.11"
httpx = "^0.12.1"
pyjwt = {version = "~=1.5", extras = ["crypto"]}

Expand Down

0 comments on commit 8200859

Please sign in to comment.