knotro
knotro copied to clipboard
- Base should keep meta data (add a `last_modified` field) - Drive should store the notes
2 PRs: Backend: - have an `is_public` field which can be modified via an api route (when someone clicks the lock in the frontend). - serve a different version of...
Bumps [starlette](https://github.com/encode/starlette) from 0.13.6 to 0.25.0. Release notes Sourced from starlette's releases. Version 0.25.0 Fixed Limit the number of fields and files when parsing multipart/form-data on the MultipartParser 8c74c2c and...
Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.6.1 to 1.6.2. Release notes Sourced from pydantic's releases. v1.6.2 (2021-05-11) Security fix: Fix date and datetime parsing so passing either 'infinity' or float('inf') (or their negative...
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.60.1 to 0.65.2. Release notes Sourced from fastapi's releases. 0.65.2 Security fixes 🔒 Check Content-Type request header before assuming JSON. Initial PR #2118 by @patrickkwang. This change...
Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.2 to 2.11.3. Release notes Sourced from jinja2's releases. 2.11.3 This contains a fix for a speed issue with the urlize filter. urlize is likely to be...
Bumps [bleach](https://github.com/mozilla/bleach) from 3.1.5 to 3.3.0. Changelog Sourced from bleach's changelog. Version 3.3.0 (February 1st, 2021) Backwards incompatible changes clean escapes HTML comments even when strip_comments=False Security fixes Fix bug...