Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

move import of request lib to when needed so it's not a dependency #203

Merged
merged 4 commits into from
Jan 21, 2025

Conversation

zeiler
Copy link
Member

@zeiler zeiler commented Jan 21, 2025

In order to make our clarifai SDK not depend on many packages and keep our containers smaller I noticed that we have requests here which is only needed if using the json channel whichis not the recommended way when using python.

I'm also not seeing where we need the google dependency in the code so removed that as well.

@zeiler zeiler requested a review from luv-bansal January 21, 2025 13:50
@zeiler zeiler merged commit 964fa43 into master Jan 21, 2025
6 checks passed
@zeiler zeiler deleted the remove-requests-google branch January 21, 2025 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants