diff --git a/docs/requirements.txt b/docs/requirements.txt index e8c712fd..ab7a99cb 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,2 +1,2 @@ sphinx-autodoc-typehints~=1.19.2 -websockets~=10.3 +websockets>=10.3 diff --git a/pyproject.toml b/pyproject.toml index 98ffccb9..fab7a61e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "polygon-api-client" -version = "0.0.0" +version = "2.0.0" description = "Official Polygon.io REST and Websocket client." authors = ["polygon.io"] license = "MIT" @@ -26,7 +26,7 @@ packages = [ [tool.poetry.dependencies] python = "^3.8" urllib3 = ">=1.26.9,<3.0.0" -websockets = ">=10.3,<14.0" +websockets = ">=10.3,<15.0" certifi = ">=2022.5.18,<2025.0.0" [tool.poetry.dev-dependencies]