([`d2d416a`](https://github.com/AI21Labs/ai21-python/commit/d2d416aaaf018c9905ad947fe70e30dfd951b5e6))
Features
- Jamba Stream Support ([117](https://github.com/AI21Labs/ai21-python/pull/117),
[`ae0d12b`](https://github.com/AI21Labs/ai21-python/commit/ae0d12b4e4fbb9cdf8e2fac20ec370e7f91215b4))
* feat: Add httpx support (111)
* feat: Added httpx to pyproject
* feat: httpx instead of requests
* feat: Removed requests
* fix: not given
* fix: setup
* feat: Added tenacity for retry
* fix: conftest
* test: Added tests
* fix: Rename
* fix: Modified test
* fix: CR
* fix: request
* feat: Stream support jamba (114)
* feat: stream support (unfinished)
* fix: single request creation
* feat: Support stream_cls
* fix: passed response_cls
* fix: Removed unnecessary json_to_response
* fix: imports
* fix: tests
* fix: reponse parse
* fix: Added two examples to tests
* fix: sagemaker tests
* test: Added stream tests
* fix: comment out failing test
* fix: Removed code
* docs: Added readme for streaming
* fix: condition
* docs: readme
* test: Added integration test for streaming
* fix: Added enter and close to stream
* fix: Uncomment chat completions test
* fix: poetry.lock
* fix: Uncomment test case
* fix: Removed unused json_to_response