File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
12
12
# ` BL_Python.web ` [ 0.2.1] - 2024-05-16
13
13
- [ BL_Python.web v0.2.1] ( https://github.com/uclahs-cds/BL_Python/blob/BL_Python.web-v0.2.1/src/web/CHANGELOG.md#021---2024-05-16 )
14
14
15
- # ` BL_Python.platform ` [ 0.2.1 ] - 2024-05-16
16
- - [ BL_Python.platform v0.2.1 ] ( https://github.com/uclahs-cds/BL_Python/blob/BL_Python.platform-v0.2.1 /src/platform/CHANGELOG.md#021---2024-05-16 )
15
+ # ` BL_Python.platform ` [ 0.2.2 ] - 2024-05-16
16
+ - [ BL_Python.platform v0.2.2 ] ( https://github.com/uclahs-cds/BL_Python/blob/BL_Python.platform-v0.2.2 /src/platform/CHANGELOG.md#021---2024-05-16 )
17
17
18
18
# [ 0.2.0] - 2024-05-14
19
19
### Added
Original file line number Diff line number Diff line change 1
- __version__ : str = "0.2.1 "
1
+ __version__ : str = "0.2.2 "
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ def user_loader(
104
104
# relationships and referencing the relevant columns.
105
105
user_table_property_mapper = cast (Mapper , class_mapper (self ._user_table ))
106
106
user_table_properties = cast (
107
- list [RelationshipProperty [DbRole ] | ColumnProperty ],
107
+ " list[RelationshipProperty[DbRole] | ColumnProperty]" ,
108
108
user_table_property_mapper .iterate_properties , # pyright: ignore[reportUnknownMemberType]
109
109
)
110
110
# Only extract the secondary join table (user_role).
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Review the `BL_Python` [CHANGELOG.md](https://github.com/uclahs-cds/BL_Python/bl
10
10
11
11
---
12
12
13
- ## [ 0.2.1 ] - 2024-05-16
13
+ ## [ 0.2.2 ] - 2024-05-16
14
14
### Changed
15
15
- Ignore sentinel files created by ` make ` .
16
16
You can’t perform that action at this time.
0 commit comments