Skip to content

Commit

Permalink
Pin websockets library version to 12.0 to fix extra_headers compatibi…
Browse files Browse the repository at this point in the history
…lity issue
  • Loading branch information
dumitrugutu committed Nov 11, 2024
1 parent e47cd2f commit 4a7435b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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-11

## Fixed

- Unexpected `keyword argument 'extra_headers'` error in `websockets.create_connection()`
by pinning the `websockets` library version to `12.0`

## [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==12.0
httpx[http2]~=0.23
polling2~=0.5
toml~=0.10.2
Expand Down

0 comments on commit 4a7435b

Please sign in to comment.