Skip to content

Commit c20416f

Browse files
committed
fixup! Deprecate rest.authorization-url in favor of oauth2-server-uri
1 parent ed8079b commit c20416f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyiceberg/catalog/rest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ def _warn_oauth_tokens_deprecation(self) -> None:
316316
if not has_oauth_server_uri and (has_init_token or has_credential) and not has_sigv4_enabled:
317317
deprecation_message(
318318
deprecated_in="0.7.0",
319-
removed_in="future Iceberg release",
319+
removed_in="1.0.0",
320320
help_message="Iceberg REST client is missing the OAuth2 server URI "
321321
f"configuration and defaults to {self.uri}{Endpoints.get_token}. "
322322
"This automatic fallback will be removed in a future Iceberg release."

0 commit comments

Comments
 (0)