maxcountryman / flask-seasurf

SeaSurf is a Flask extension for preventing cross-site request forgery (CSRF).
http://readthedocs.org/docs/flask-seasurf/
Other
190 stars 49 forks source link

New release with latest changes #136

Open mbiddle153 opened 1 year ago

mbiddle153 commented 1 year ago

Hello!

It's been over a year since the last release, and we would like to include some of the changes that have been made since then. Are there any plans to ship a new release?

Thanks.

amiantos commented 1 year ago

Just in case anyone else lands here, you can pin a dependency to specific git commit, for example:

# requirements.txt
Flask==2.2.5
git+https://github.com/maxcountryman/flask-seasurf@f383b482c69e0b0e8064a8eb89305cea3826a7b6
davidwtbuxton commented 1 year ago

Duplicate of #135