Skip to content

Commit 64c13e4

Browse files
authored
Merge pull request #61 from 1Password/lucy/60-reqs-update
Update README to include library requirements
2 parents f7a627c + 90eed5c commit 64c13e4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@
1616

1717
The 1Password Python SDK offers programmatic access to your secrets in 1Password with Python. During the beta, you can create, retrieve, update, and delete items and resolve secret references.
1818

19+
## Requirements
20+
21+
The 1Password Python SDK requires:
22+
23+
- `libssl` 3
24+
- `glibc` 2.32 or later
25+
26+
If you're running a Linux distribution that still uses `libssl` version 1.1.1, such as Debian 11 or Ubuntu 20.04, you'll need to update to a later version of Linux or install the required dependencies.
27+
1928
## 🔑 Authentication
2029

2130
1Password SDKs support authentication with [1Password Service Accounts](https://developer.1password.com/docs/service-accounts/get-started/).

0 commit comments

Comments
 (0)