Skip to content

Commit

Permalink
Merge pull request #43 from speechmatics/fix-python-3-10
Browse files Browse the repository at this point in the history
upgrade to websockets>=10
  • Loading branch information
vladosaurus authored Jan 19, 2022
2 parents 032c8a5 + 1a53c6a commit 1c884a9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.17] - 2022-1-19

### Added

- bump `websockets` dependency to 10.1 to get the fix for an issue it has with Python 3.10

## [0.0.16] - 2022-1-18

### Added

- bump `websockets` dependency to 9.1 to get the fix for an issue it has with Python 3.10
- bump `websockets` dependency to 9.1

## [0.0.15] - 2021-12-23

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.16
0.0.17
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
websockets==9.1
websockets>=10

0 comments on commit 1c884a9

Please sign in to comment.