Skip to content

Commit

Permalink
cloudvision/Connector: Update requirement for Python version
Browse files Browse the repository at this point in the history
Updating the required libraries brings a new requirement for a later
version of the Python 3 runtime, via the typing-extensions library.
Updated the README.md to indicate the depdendency on Python >= 3.7
runtime.

Change-Id: I22cb54c9b0ca65b8bd760781fe944a9e9be86f8a
Signed-off-by: jhalpin <[email protected]>
  • Loading branch information
gingerbus committed May 18, 2022
1 parent 8202593 commit bf18faa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ python setup.py install

### Requirements

- CloudVision Resource APIs: Python 2.7+ or Python 3.5+
- CloudVision Connector: Python 3.5+
- Examples: Python 3.5+
- CloudVision Resource APIs: Python 2.7+ or Python 3.7+
- CloudVision Connector: Python 3.7+
- Examples: Python 3.7+

## Resource APIs

Expand Down

0 comments on commit bf18faa

Please sign in to comment.