-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Relax constraints on The httpx command line client could not run beca…
…use the required dependencies were not installed. Make sure you've installed everything with: pip install 'httpx[cli]' dependency version
- Loading branch information
Showing
3 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,7 +70,7 @@ | |
|
||
setup( | ||
name="supertokens_python", | ||
version="0.18.5", | ||
version="0.18.6", | ||
author="SuperTokens", | ||
license="Apache 2.0", | ||
author_email="[email protected]", | ||
|
@@ -102,7 +102,7 @@ | |
# [crypto] ensures that it installs the `cryptography` library as well | ||
# based on constraints specified in https://github.com/jpadilla/pyjwt/blob/master/setup.cfg#L50 | ||
"PyJWT[crypto]>=2.5.0,<3.0.0", | ||
"httpx>=0.15.0,<0.25.0", | ||
"httpx>=0.15.0,<=0.26.0", | ||
"pycryptodome==3.10.*", | ||
"tldextract==3.1.0", | ||
"asgiref>=3.4.1,<4", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters