From 1009b196b1186b8c190f7d4da5432eaef60fca84 Mon Sep 17 00:00:00 2001 From: Haim Kastner Date: Sun, 9 Jun 2024 09:50:43 +0000 Subject: [PATCH] Update dependencies and mark GA --- README.md | 13 ------------- requirements.txt | 2 +- setup.py | 4 ++-- 3 files changed, 3 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 7a48e3d..61c468a 100644 --- a/README.md +++ b/README.md @@ -20,19 +20,6 @@ With the SDK, you do not have to manage log in, send keep alive requests, worry > 💡 The Harmony Endpoint SDK supports simultaneous instances with different tenants. ---- -🚧🚧🚧 - -**Note that the SDK package is in Early Availability (EA). Use with caution, as it may undergo changes and improvements. Feedback and contributions are highly encouraged.** - -To report a bug, please go to [Report Bug](#-report-bug) - -For feedback, please get in touch with us at [Check Point Software Technologies Ltd.](mailto:harmony-endpoint-external-api@checkpoint.com) - -🚧🚧🚧 - ---- - ## ⬇️ SDK installation To start using this SDK, add the SDK package to your project diff --git a/requirements.txt b/requirements.txt index 6819cb4..cc54c64 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ idna==3.7 MarkupSafe==2.1.3 python-dateutil==2.8.2 python-dotenv==1.0.0 -requests==2.31.0 +requests==2.32.0 typing-extensions==4.8.0 pyjwt==2.8.0 unitsnet-py>=0.1.82 diff --git a/setup.py b/setup.py index 5fd6d8b..822df5a 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ 'MarkupSafe==2.1.3', 'python-dateutil==2.8.2', 'python-dotenv==1.0.0', - 'requests==2.31.0', + 'requests==2.32.0', 'typing-extensions==4.8.0', 'pyjwt==2.8.0', 'unitsnet-py>=0.1.82', @@ -26,7 +26,7 @@ setup_kwargs = { 'name': "chkp-harmony-endpoint-management-sdk", - 'version': '1.1.37', + 'version': '1.1.38', 'keywords': 'python, harmony, endpoint, sdk, checkpoint', 'license': 'MIT', 'description': 'Harmony Endpoint Official Python SDK',