uhttred / dj-cloud-task

Django Cloud Task Queue. Integrate your Django Application with Google Cloud Task from Google Cloud Platform
MIT License
10 stars 4 forks source link

Set google-cloud-tasks>=2.5.0 #3

Open vdiaza opened 1 month ago

vdiaza commented 1 month ago

having google-cloud-tasks>=2.5 it causes issue with the new pip version.

Step #0 - "build": Requested dj-cloud-task==0.1.2 from https://files.pythonhosted.org/packages/3d/56/03e142b6cd12d5f071b6c228a89a227666d381f4778b95cd9511b4216c78/dj_cloud_task-0.1.2-py3-none-any.whl (from -r requirements.txt (line 18)) has invalid metadata: .* suffix can only be used with == or != operators
Step #0 - "build":     google-cloud-tasks (>=2.5.*)
kouseralamin commented 1 month ago

Having the same issue.

galib079 commented 1 month ago

I am also having the same issue

vdiaza commented 2 days ago

@uhttred Is it possible you can take a look?