Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ Simple, unofficial library with some example scripts to access data from the [Sp

`pip install spond`

### Requirements

- Python 3.11 or later
- `aiohttp` 3.14.3 or later

The `aiohttp` floor is a security requirement rather than a feature one. Releases
below 3.14.3 carry known advisories in the HTTP parsers, the most serious being an
out-of-bounds read in the C response parser that an upstream server can trigger with
a malformed chunked response ([CVE-2026-69244](https://github.com/advisories/GHSA-cq5v-8q36-5273)).
If you pin `aiohttp` in your own project, pin it at or above 3.14.3.

## Usage

You need a username and password from Spond
Expand Down