From 9cc468365bfc150d6384aa3177970f18e49d44ae Mon Sep 17 00:00:00 2001 From: jenningsFantini Date: Wed, 4 Dec 2024 15:57:12 +0000 Subject: [PATCH] Update pyproject.toml By updating the pyproject.toml file to the current latest version when we install the project we can now get the correct web sockets dependency. --- .gitignore | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 300a17c1..71f9431a 100644 --- a/.gitignore +++ b/.gitignore @@ -62,3 +62,5 @@ target/ #Ipython Notebook .ipynb_checkpoints + +menv/ \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 98ffccb9..35324ec0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "polygon-api-client" -version = "0.0.0" +version = "1.14.2" description = "Official Polygon.io REST and Websocket client." authors = ["polygon.io"] license = "MIT"