psychedelicious
|
aca9e44a3a
|
fix(config): use TypeAlias instead of TypeVar
TypeVar is for generics, but the usage here is as an alias
|
2024-04-23 17:12:19 +10:00 |
|
psychedelicious
|
e39f035264
|
tidy(config): removed extraneous ABC
We don't need separate implementations for this class, let's not complicate it with an ABC
|
2024-04-23 17:11:13 +10:00 |
|
psychedelicious
|
b612c73954
|
tidy(config): remove unused TYPE_CHECKING block
|
2024-04-23 17:09:50 +10:00 |
|
Lincoln Stein
|
36495b730d
|
use packaging.version rather than version-parse
|
2024-04-18 23:07:54 -04:00 |
|
Lincoln Stein
|
6ad1948a44
|
add InvokeAIAppConfig schema migration system
|
2024-04-18 21:33:54 -04:00 |
|