8000 Async All the Way by padrepitufo · Pull Request #621 · auth0/auth0-python · GitHub
[go: up one dir, main page]

Skip to content

Async All the Way #621

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: updating version
  • Loading branch information
padrepitufo committed May 18, 2024
commit a3b83a7d1bcb5c79219ca54f11ae771a625f1a4c
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ folders = [{ path = "auth0" }]
python = ">=3.8"
aiohttp = "^3.8.5"
cryptography = "^42.0.4" # pyjwt has a weak dependency on cryptography
pyjwt = { git = "https://github.com/padrepitufo/pyjwt.git", rev = "96691c0f", extras = ["async"] }
pyjwt = { git = "https://github.com/padrepitufo/pyjwt.git", tag = "v0.0.1", extras = ["async"] }
requests = "^2.31.0"
urllib3 = "^2.0.7" # requests has a weak dependency on urllib3

Expand Down
0