From 3c3d64ea14089e67a86c789e4c12f5023e16f081 Mon Sep 17 00:00:00 2001 From: muthuswamyopn <95462571+muthuswamyopn@users.noreply.github.com> Date: Tue, 5 Mar 2024 13:29:33 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ab96dfd..af13268 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,11 @@ Please raise an issue or contact [support@pn.ooo](mailto:support@opn.ooo) if you have a question regarding this library and the functionality it provides. +## Security Warning + +**Please do NOT use Omise Python client versions less than 0.9.0, as they are outdated and have security vulnerabilities.** + + ## Installation To use Omise Python client in your application, install it using [pip](http://www.pip-installer.org/en/latest/index.html): From 68cc9f9e23ac2b3f13d282e74db4f6182ae0e339 Mon Sep 17 00:00:00 2001 From: muthuswamyopn <95462571+muthuswamyopn@users.noreply.github.com> Date: Wed, 6 Mar 2024 11:37:50 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index af13268..16602b1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Omise Python Client +# Omise Python Library ![Build Status](https://github.com/omise/omise-python/workflows/Python%20package/badge.svg?branch=master) [![Python Versions](https://img.shields.io/pypi/pyversions/omise.svg?style=flat-square)](https://pypi.python.org/pypi/omise/) @@ -8,12 +8,12 @@ Please raise an issue or contact [support@pn.ooo](mailto:support@opn.ooo) if you ## Security Warning -**Please do NOT use Omise Python client versions less than 0.9.0, as they are outdated and have security vulnerabilities.** +**Please do NOT use Omise Python library versions less than 0.9.0, as they are outdated and have security vulnerabilities.** ## Installation -To use Omise Python client in your application, install it using [pip](http://www.pip-installer.org/en/latest/index.html): +To use Omise Python library in your application, install it using [pip](http://www.pip-installer.org/en/latest/index.html): ``` pip install omise @@ -25,7 +25,7 @@ Or `easy_install` in case your system does not have `pip` installed: easy_install omise ``` -The Omise Python client officially supports the following Python versions: +The Omise Python library officially supports the following Python versions: * Python 2.7 * Python 3.7 @@ -103,7 +103,7 @@ It is highly recommended to set this version to the current version that you are ## Contributing -The Omise Python client uses `tox` and [Docker](https://docs.docker.com/) for testing. +The Omise Python library uses `tox` and [Docker](https://docs.docker.com/) for testing. All changes must be tested against all supported Python versions. You can run tests using the following instructions: