diff --git a/projects/fal/src/fal/toolkit/file/file.py b/projects/fal/src/fal/toolkit/file/file.py index 5cd5aa2a..20783651 100644 --- a/projects/fal/src/fal/toolkit/file/file.py +++ b/projects/fal/src/fal/toolkit/file/file.py @@ -54,7 +54,7 @@ def get_builtin_repository(id: RepositoryId) -> FileRepository: get_builtin_repository.__module__ = "__main__" -DEFAULT_REPOSITORY: FileRepository | RepositoryId = "fal_v2" +DEFAULT_REPOSITORY: FileRepository | RepositoryId = "fal_v3" FALLBACK_REPOSITORY: FileRepository | RepositoryId = "cdn" OBJECT_LIFECYCLE_PREFERENCE_KEY = "x-fal-object-lifecycle-preference"