Skip to content

Commit

Permalink
Allow versions of websockets from 10.0 up to and including 13.1 to fi…
Browse files Browse the repository at this point in the history
…x extra_headers compatibility issue
  • Loading branch information
dumitrugutu committed Nov 12, 2024
1 parent e47cd2f commit 2465029
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.0.3] - 2024-11-12

speechmatics-python `2.0.3` is the last version supporting `Python 3.8`

## Fixed

- Unexpected `keyword argument 'extra_headers'` error in `websockets.connect()`
by updating requirements to allow versions of websockets from 10.0 up to and including 13.1

## [2.0.2] - 2024-10-04

## Added
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.2
2.0.3
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
websockets>=10
websockets>=10.0,<=13.1
httpx[http2]~=0.23
polling2~=0.5
toml~=0.10.2
Expand Down

0 comments on commit 2465029

Please sign in to comment.