We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72ad699 commit 2c2e826Copy full SHA for 2c2e826
CHANGES.rst
@@ -1,6 +1,22 @@
1
Changes
2
=======
3
4
+1.6.0
5
+-----
6
+
7
+Improved HTTP error codes in JWT middleware - thanks to @sinisaos for this.
8
9
+Added official Python 3.13 support, and dropped Python 3.8 - thanks to
10
+@sinisaos for this
11
12
+Updated dependencies - thanks to @sinisaos for this
13
14
+Fixed type annotations for ``TokenAuth``.
15
16
+Improved docs for MFA - passing in encryption keys using environment variables.
17
18
+-------------------------------------------------------------------------------
19
20
1.5.2
21
-----
22
piccolo_api/__init__.py
@@ -1 +1 @@
-__VERSION__ = "1.5.2"
+__VERSION__ = "1.6.0"
0 commit comments