Update dev

This commit is contained in:
William Fu-Hinthorn
2024-12-13 17:01:01 -08:00
parent dbf5b4920e
commit 70f2efc9a1
3 changed files with 14 additions and 9 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ class Config(TypedDict, total=False):
graphs: dict[str, str]
env: Union[dict[str, str], str]
store: Optional[StoreConfig]
auth: Optional[dict[str, str]]
auth: Optional[AuthConfig]
def _parse_version(version_str: str) -> tuple[int, int]: