You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -259,11 +259,16 @@ pytest
259
259
* Attempted to make `mypyc` compilation; Failed due to dependency injection pattern
260
260
* Add `py.typed` to project
261
261
262
-
### Version 1.0.4
262
+
### Version 1.0.4 (Failed rollout; please use 1.0.5)
263
263
264
264
* Add submodule `flexible` where `CsrfProtect` does not pre-determine `token_key` & `token_location`
265
265
* Test `fastapi_csrf_protect.flexible.CsrfProtect` with runtime variable `token_location`
266
266
267
+
### Version 1.0.5
268
+
269
+
* Remove `@dataclass` code leftover from `mypyc` experiment
270
+
* Clarify failure reasons under `tests/load_config.py` and `tests/flexible/load_config.py`
271
+
267
272
### Run Examples
268
273
269
274
To run the provided examples, first you must install extra dependencies [uvicorn](https://github.com/encode/uvicorn) and [jinja2](https://github.com/pallets/jinja/)
0 commit comments