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 d7aac3f commit e33ca25Copy full SHA for e33ca25
CHANGELOG.rst
@@ -13,6 +13,12 @@ Changelog
13
0.26.0 (unreleased)
14
-------------------
15
16
+Changed
17
+^^^^^
18
+- Move aiosqlite to optional dependencies, to install it use `pip install tortoise-orm[sqlite]`
19
+- Remove pytz from dependencies
20
+- Remove iso8601 from dependencies
21
+
22
Fixed
23
^^^^^
24
- Fix 'Self' in python standard library typing.py, but tortoise/model.py required it in 'typing_extensions' (#2173)
0 commit comments