Skip to content

Commit

Permalink
Relax websocket dependency requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
albertogeniola committed Nov 19, 2024
1 parent 5fbee6c commit da12d16
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG.md

## v0.0.6.1

Features:

- Relax websockets dependency to facilitate integration with other platforms

## v0.0.6

Features:
Expand Down
2 changes: 1 addition & 1 deletion elmax_api/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Client for the Elmax Cloud services."""

__name__ = "elmax_api"
__version__ = "0.0.6"
__version__ = "0.0.6.1"
__license__ = "MIT"
__url__ = "https://github.com/albertogeniola/elmax-api"
__author__ = "Alberto Geniola"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pyjwt>=1.7.1
httpx>=0.18.0
yarl>=1.6.3
websockets>=14.1
websockets>=13.0

0 comments on commit da12d16

Please sign in to comment.