From de3cc22299092217503bc3b24e451173a9219093 Mon Sep 17 00:00:00 2001 From: Max Robinson Date: Wed, 30 Apr 2025 13:08:58 -0500 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index abae55b..b905b51 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,9 @@ > [!WARNING] -> This SDK is incubating and subject to change. +> This SDK is incubating and subject to change. +> Palantir assumes no responsiblility for any reliance on these APIs or SDKs for long periods of time. +> Please be mindful of Hyrums Law An open-source python library for compute modules for performing tasks like service discovery, getting a token, external source credentials, etc @@ -386,4 +388,4 @@ By default, the logs emitted from within the `compute_modules` library have a le from compute_modules.logging import set_internal_log_level set_internal_log_level(logging.DEBUG) -``` \ No newline at end of file +```