jotes / django-cookies-samesite

This repository contains a middleware which automatically sets SameSite attribute for session and csrf cookies in legacy versions of Django.
BSD 3-Clause "New" or "Revised" License
49 stars 35 forks source link

Missing versions 0.6.6 onwards on pypi #40

Closed rssujay closed 4 years ago

rssujay commented 4 years ago

Description

Hello, with the release of 0.7.0, it appears that tags from 0.6.6 onwards were recreated. These versions no longer appear on pypi: https://pypi.org/project/django-cookies-samesite/#history

Hence, this broke our build pipeline which was pinned to version 0.6.6. Thanks for looking into it!

GitHub tags: image

Pypi: image

What I Did

pip install django-cookies-samesite==0.6.6
jotes commented 4 years ago

@andersk @rssujay https://github.com/jotes/django-cookies-samesite/issues/38#issuecomment-692535961 I apologize for your problems, I took a wrong decision.

rssujay commented 4 years ago

No worries:)