From c1e60579979620d9abe9b9a055ed2bee91abf6e1 Mon Sep 17 00:00:00 2001 From: yasir_ejaz Date: Mon, 11 Sep 2023 21:34:01 +0400 Subject: [PATCH 1/2] Fix websocket client version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 482148b..98ae886 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ 'six ~= 1.16.0', 'socketio ~= 0.2.1', 'websocket ~= 0.2.1', - 'websocket-client ~= 1.5.1', + 'websocket-client ~= 1.6.2', 'yarl ~= 1.9.2', 'zope.event ~= 5.0', 'zope.interface ~= 6.0' From 9a14c6aebb0143268da187cc74a1580750e020ef Mon Sep 17 00:00:00 2001 From: yasir_ejaz Date: Mon, 11 Sep 2023 21:34:21 +0400 Subject: [PATCH 2/2] Bump up version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 98ae886..d7d710e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "bluefin_v2_client" -version = "2.1.1" +version = "2.2.1" description = "Library to interact with Bluefin exchange protocol including its off-chain api-gateway and on-chain contracts" readme = "README.md" requires-python = ">=3.8"