Skip to content

Commit

Permalink
temp fix for websockets
Browse files Browse the repository at this point in the history
  • Loading branch information
ultrafunkamsterdam committed Nov 25, 2024
1 parent 70c08c5 commit ec6c3fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]

name = "nodriver" # Required
version = "0.38" # Required
version = "0.38.post1" # Required

description = """
Expand Down Expand Up @@ -67,7 +67,7 @@ classifiers = [ # Optional

dependencies = [
"mss",
"websockets>=11",
"websockets<=13.1",
"deprecated"
]

Expand Down

0 comments on commit ec6c3fc

Please sign in to comment.