diff --git a/requirements.txt b/requirements.txt index 3d1e13d..40ba95c 100644 Binary files a/requirements.txt and b/requirements.txt differ diff --git a/setup.py b/setup.py index 5fba360..173f29e 100644 --- a/setup.py +++ b/setup.py @@ -24,10 +24,11 @@ ] install_requires = [ - "httpx>=0.17.1", - "Pillow>=9.3.0", - "cryptography>=41.0.1", - "websocket-client>=1.6.0", + "httpx[http2,socks]==0.17.1", + "Pillow==9.3.0", + "cryptography==41.0.1", + "websocket-client==1.6.0", + "PyJWT==2.8.0", ] classifiers = [ diff --git a/yaylib/config.py b/yaylib/config.py index 1fe5e34..063d40f 100644 --- a/yaylib/config.py +++ b/yaylib/config.py @@ -27,7 +27,7 @@ class Configs: - YAYLIB_VERSION = "1.3.2" + YAYLIB_VERSION = "1.3.4" YAY_API_VERSION = "3.29" YAY_VERSION_NAME = "3.29.0" YAY_API_VERSION_KEY = "6fa97fc2c3d04955bb8320f2d080593a"