Remove r2d2_sqlite dependency

This commit is contained in:
link2xt
2023-02-17 10:35:05 +00:00
parent a34aeb240a
commit 870527de1e
5 changed files with 82 additions and 52 deletions

View File

@@ -6,6 +6,7 @@
- deltachat-rpc-client: use `dataclass` for `Account`, `Chat`, `Contact` and `Message` #4042
- python: mark bindings as supporting typing according to PEP 561 #4045
- retry filesystem operations during account migration #4043
- remove `r2d2_sqlite` dependency #4050
### Fixes
- deltachat-rpc-server: do not block stdin while processing the request. #4041