Skip to content

Commit

Permalink
Update dependencies and mark GA #13
Browse files Browse the repository at this point in the history
  • Loading branch information
chkp-haimk authored Jun 9, 2024
2 parents 669dcb6 + 1009b19 commit 14f2a5f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 16 deletions.
13 changes: 0 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
Expand Down

0 comments on commit 14f2a5f

Please sign in to comment.