Skip to content

Commit 029e7ae

Browse files
committed
fixup! Deprecate rest.authorization-url in favor of oauth2-server-uri
1 parent 9a9fbcf commit 029e7ae

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
@@ -317,7 +317,7 @@ def _warn_oauth_tokens_deprecation(self) -> None:
317317
if not has_oauth_server_uri and (has_init_token or has_credential) and not has_sigv4_enabled:
318318
deprecation_message(
319319
deprecated_in="0.7.0",
320-
removed_in="future Iceberg release",
320+
removed_in="1.0.0",
321321
help_message="Iceberg REST client is missing the OAuth2 server URI "
322322
f"configuration and defaults to {self.uri}{Endpoints.get_token}. "
323323
"This automatic fallback will be removed in a future Iceberg release."

0 commit comments

Comments
 (0)