File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
### Added
9
9
- SQLiteSQLAlchemyDatabase, wrapping python's SQLite3 with SQLAlchemy.
10
10
### Changed
11
+ - Dependency updates; typehinting updates in support
11
12
- Implement walrus/assignment operator (` := ` ) in main_menu.py.
12
13
- Add ` get_user_input ` function to ` UI_functions.py ` : abstracts asking for UI. Takes a prompt, validation function, error message args.
13
14
- Implement ` get_user_input ` for most user input.
@@ -19,8 +20,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
20
- Change exit to use ` raise SystemExit ` with exit code 0.
20
21
- Change generic types to use builtins (eg list, dict rather than List, Dict), per PEP 585.
21
22
- Remove Python 3.8 support due to implementing PEP 585.
22
- - Change all implicity None-optional typing top explicity declare None type or Optional.
23
- - Remove Python 3.9 support, add 3.11.
23
+ - Change all implicity None-optional typing top explicity declare None type or Optional.
24
+ ### Removed
25
+ - Remove Python 3.9 support, add 3.11, 3.12.
24
26
- Remove CircleCI/TravisCI testing.
25
27
- Remove sqlalchemy stubs, functionality now bundled with sqlalchemy
26
28
- Rm codecov in favour of github-action
You can’t perform that action at this time.
0 commit comments