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

Bump requirements to support python 3.13 #202

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

srikanthbachala20
Copy link

No description provided.

@nitinbhojwani
Copy link
Contributor

In the build pipeline, tests are failing for Python3.8 and 3.9.
Can you try using the grpc and protobuf version same as source: https://github.com/Clarifai/clarifai/blob/master/proto/Dockerfile#L5-L6

@nitinbhojwani nitinbhojwani requested a review from zeiler January 17, 2025 09:58
setup.py Outdated
@@ -24,10 +24,11 @@
license="Apache 2.0",
python_requires='>=3.8',
install_requires=[
"grpcio>=1.44.0,<1.65.0",
"grpcio>=1.53.0 ; python_version < '3.13'",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be grpcio==1.53.0 similar to requirements.txt ?

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.

3 participants