fix that it can set the responce cookie correctly for newer werkzeug version

This commit is contained in:
2025-09-18 18:16:18 +02:00
parent 249a7abd89
commit b3105423f8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ INSTALL_REQUIRES = [
setup(
name='Quart-Session',
version='3.0.0',
version='3.0.1',
url='https://github.com/kroketio/quart-session',
license='BSD',
author='Kroket Ltd.',