Skip to content

Latest commit

 

History

History
66 lines (44 loc) · 1.7 KB

PythonLibCore-4.3.0.rst

File metadata and controls

66 lines (44 loc) · 1.7 KB

Python Library Core 4.3.0

`Python Library Core`_ is a generic component making it easier to create bigger Robot Framework test libraries. Python Library Core 4.3.0 is a new release with support of Robot Framework 7.0 and return type hints.

All issues targeted for Python Library Core v4.3.0 can be found from the issue tracker.

pip install --upgrade pip install robotframework-pythonlibcore

to install the latest available release or use

pip install pip install robotframework-pythonlibcore==4.3.0

to install exactly this version. Alternatively you can download the source distribution from PyPI and install it manually.

Python Library Core 4.3.0 was released on Sunday November 19, 2023.

Support RF 7.0 (#135)

THis release supports FF 7 return type hints.

ID Type Priority Summary
#135 enhancement high Support RF 7.0

Altogether 1 issue. View on the issue tracker.