Skip to content

Commit

Permalink
add authlib, remove msal and requests-oauthlib
Browse files Browse the repository at this point in the history
  • Loading branch information
haakonvt committed Mar 3, 2025
1 parent 219a63d commit 19f2894
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 77 deletions.
91 changes: 16 additions & 75 deletions poetry.lock

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

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ packages = [{ include="cognite", from="." }]
python = "^3.10"

httpx = "^0"
msal = "^1.31"
requests-oauthlib = "^2"
authlib = "^1"
protobuf = ">=4"
packaging = ">=20"
pip = ">=20.0.0" # make optional once poetry doesn't auto-remove it on "simple install"
Expand Down

0 comments on commit 19f2894

Please sign in to comment.