imagekit-python icon indicating copy to clipboard operation
imagekit-python copied to clipboard

ImageKit.io Python SDK

Results 6 imagekit-python issues
Sort by recently updated
recently updated
newest added

Hi `imagekit-developer/imagekit-python`! This is a one-off automatically generated pull request from LGTM.com :robot:. You might have heard that we’ve integrated LGTM’s underlying CodeQL analysis engine natively into GitHub. The result...

Bumps [black](https://github.com/psf/black) from 19.10b0 to 24.3.0. Release notes Sourced from black's releases. 24.3.0 Highlights This release is a milestone: it fixes Black's first CVE security vulnerability. If you run Black...

dependencies

Bumping urllib3 to v2, tests are running fine on my side. Fixes #67

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...

code ``` from imagekitio.models.UploadFileRequestOptions import UploadFileRequestOptions from imagekitio.models.CreateFolderRequestOptions import CreateFolderRequestOptions from imagekitio.models import ListAndSearchFileRequestOptions from imagekitio import ImageKit import os def list_files(): # list_files = imagekit.list_files(options=ListAndSearchFileRequestOptions(path="/static/assets/js/")) list_files = imagekit.list_files(options=ListAndSearchFileRequestOptions(skip=0, limit...

Automated Release PR --- ## 5.0.1 (2025-12-15) Full Changelog: [v5.0.0...v5.0.1](https://github.com/imagekit-developer/imagekit-python/compare/v5.0.0...v5.0.1) ### Chores * **internal:** add missing files argument to base client ([aec7892](https://github.com/imagekit-developer/imagekit-python/commit/aec7892b063c00b730afcdc440c0fa3ebe1cdae8)) --- This pull request is managed by Stainless's...

autorelease: pending