File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -19,16 +19,18 @@ fron of their model, thus accesing its functionality via HTTP calls.
19
19
Compatibility
20
20
-------------
21
21
22
- The DEEPaaS API works with Python 2.7+ and Python 3 .
22
+ The DEEPaaS API works with Python 3.5.3 or higher .
23
23
24
24
Upgrading from V1 of the API
25
25
############################
26
26
27
- The DEEPaaS API provides two different API versions: V1 and V2. V1 was the
28
- initial API version, supported in releases under ``1.0.0 ``. Starting with the
29
- ``1.0.0 `` release V2 is the only version supported, with the V1 of the API
30
- disabled by default. Please, read carefully the :ref: `upgrade-notes ` before
31
- upgrading to a newer version.
27
+ The DEEPaaS API provides two different API versions: V1 and V2.
28
+ V1 was the initial API version, supported in releases under ``1.0.0 `` and
29
+ compatible with Python 2.7+ and Python 3.
30
+ Starting with the ``1.0.0 `` release V2 is the only version supported and
31
+ requires Python 3.5.3 or higher.
32
+ Please, read carefully the :ref: `upgrade-notes ` before upgrading to a newer
33
+ version.
32
34
33
35
Installation and upgrade documentation
34
36
--------------------------------------
You can’t perform that action at this time.
0 commit comments