Skip to content

Commit

Permalink
Merge pull request #4 from fabioz23/main
Browse files Browse the repository at this point in the history
change to newer websocket dependency version
  • Loading branch information
albertogeniola authored Nov 16, 2024
2 parents 0ad2d97 + e36c7ef commit 0c08e4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.5"
__version__ = "0.0.6"
__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>=11.0.3
websockets>=14.1

0 comments on commit 0c08e4f

Please sign in to comment.