You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Make the client ready for the 1.3.0 release
- Reduce the dependency count from 2 to 1 by using sync and async
compatible httpx. This is what we do for our other SDKs. To match
the settings of the requests, we use infinite timeout similarly for
httpx.
- Add ruff checks to CI and reformat code with ruff.
- Fix JSON tests, which was failing due to some duplicate test file names.
- Bump version to 1.3.0
* fix type hints in json commands and do some minor refactors
* make json.toggle return boolean list
* make the return type of json.type simpler
* refactor formatters and fix the return type of hscan and sscan
* simplify environment variable handling in tests
* fix json.mget return type
0 commit comments