Callum

Results 2 issues of Callum

The [`urllib3==1.26.*` dependency](https://github.com/imagekit-developer/imagekit-python/blob/43f892228fe0ac2c42e71fd5d28d46b72e85362f/requirements/requirements.txt#L3) causes conflicts when installed alongside any package that requires `urllib3>=2`, e.g. `gradio`. Most libraries seem to support both version 1 and 2 of `urllib3`, is this possible...

Through the following import chain, the `DEFAULT_JUMPSTART_SAGEMAKER_SESSION` constant is initialized: ``` (.venv\Lib\site-packages\sagemaker\jumpstart\constants.py:237) (.venv\Lib\site-packages\sagemaker\image_uris.py:24) (.venv\Lib\site-packages\sagemaker\estimator.py:30) (.venv\Lib\site-packages\sagemaker\__init__.py:18) ``` This involves creating many boto clients (at least 5 by my count), each time...

bug