From 3af33836c04eca7f9345487a81229f3973e42313 Mon Sep 17 00:00:00 2001 From: Lucy Butcher Date: Tue, 2 Jun 2026 10:16:43 -0400 Subject: [PATCH 1/3] Add ToS to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1930fb8a..a4664c12 100644 --- a/README.md +++ b/README.md @@ -212,3 +212,5 @@ Make sure to use [secret reference URIs](https://developer.1password.com/docs/cl - [Manage vault permissions](https://developer.1password.com/docs/sdks/vault-permissions) - [Manage groups](https://developer.1password.com/docs/sdks/groups) - [1Password SDK concepts](https://developer.1password.com/docs/sdks/concepts) + +*By accessing or using 1Password Developer Tools, you agree to the [API and SDK Terms of Service](https://1password.com/legal/api-sdk-terms-of-service).* \ No newline at end of file From 51d62151f8564d103a19bd993c986abc2bd993c3 Mon Sep 17 00:00:00 2001 From: Lucy Butcher <89952129+libutcher@users.noreply.github.com> Date: Tue, 2 Jun 2026 13:18:58 -0400 Subject: [PATCH 2/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a4664c12..4577bdf4 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,8 @@ If you're running a Linux distribution that still uses `libssl` version 1.1.1, s You can choose between two [authentication methods](https://developer.1password.com/docs/sdks/concepts#authentication) for the 1Password Python SDK: local authorization prompts from the [1Password desktop app](#option-1-1password-desktop-app) or automated authentication with a [1Password Service Account](#option-2-1password-service-account). +*By accessing or using 1Password Developer Tools, you agree to the [API and SDK Terms of Service](https://1password.com/legal/api-sdk-terms-of-service).* + ### Option 1: 1Password desktop app [1Password desktop app authentication](https://developer.1password.com/docs/sdks/concepts#1password-desktop-app) is best for local integrations that require minimal setup from end users and sensitive workflows that require human-in-the-loop approval. To set up the SDK to authenticate with the 1Password app: @@ -212,5 +214,3 @@ Make sure to use [secret reference URIs](https://developer.1password.com/docs/cl - [Manage vault permissions](https://developer.1password.com/docs/sdks/vault-permissions) - [Manage groups](https://developer.1password.com/docs/sdks/groups) - [1Password SDK concepts](https://developer.1password.com/docs/sdks/concepts) - -*By accessing or using 1Password Developer Tools, you agree to the [API and SDK Terms of Service](https://1password.com/legal/api-sdk-terms-of-service).* \ No newline at end of file From 1f9901f933620eb6359756aaba7ef55f4aeafa01 Mon Sep 17 00:00:00 2001 From: Bert Ramirez <13988480+bertrmz@users.noreply.github.com> Date: Fri, 5 Jun 2026 14:48:57 -0500 Subject: [PATCH 3/3] Scope ToS notice to the APIs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4577bdf4..2cdee984 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ If you're running a Linux distribution that still uses `libssl` version 1.1.1, s You can choose between two [authentication methods](https://developer.1password.com/docs/sdks/concepts#authentication) for the 1Password Python SDK: local authorization prompts from the [1Password desktop app](#option-1-1password-desktop-app) or automated authentication with a [1Password Service Account](#option-2-1password-service-account). -*By accessing or using 1Password Developer Tools, you agree to the [API and SDK Terms of Service](https://1password.com/legal/api-sdk-terms-of-service).* +*This project is licensed under [MIT](./LICENSE). Use of the 1Password APIs and services accessed through these tools is governed by the [1Password API Terms of Service](https://1password.com/legal/api-sdk-terms-of-service).* ### Option 1: 1Password desktop app