|
| 1 | +# Python Library Core 4.6.0 |
| 2 | + |
| 3 | + |
| 4 | +[Python Library Core](https://github.com/robotframework/PythonLibCore) |
| 5 | +is a generic component making it easier to create bigger |
| 6 | +[Robot Framework](http://robotframework.org) test libraries. Python Library Core |
| 7 | +4.6.0 is a new release with allows defining translation with a dictionary and |
| 8 | +requires Python 3.10+. Support for Python 3.8 and 3.9 are dropped. |
| 9 | + |
| 10 | +All issues targeted for Python Library Core v4.6.0 can be found |
| 11 | +from the |
| 12 | +[issue tracker](https://github.com/robotframework/PythonLibCore/issues?q=milestone%3Av4.6.0). |
| 13 | + |
| 14 | +If you have pip_ installed, just run |
| 15 | + |
| 16 | +```bash |
| 17 | + pip install --upgrade pip install robotframework-pythonlibcore |
| 18 | +``` |
| 19 | + |
| 20 | +to install the latest available release or use |
| 21 | + |
| 22 | +```bash |
| 23 | + pip install pip install robotframework-pythonlibcore==4.6.0 |
| 24 | +``` |
| 25 | + |
| 26 | +to install exactly this version. Alternatively you can download the source |
| 27 | +distribution from PyPI_ and install it manually. |
| 28 | + |
| 29 | +Python Library Core 4.6.0 was released on Thursday May 14, 2026. |
| 30 | + |
| 31 | + |
| 32 | +## Most important enhancements |
| 33 | + |
| 34 | +### Support Python 3.10+ ([#174](https://github.com/robotframework/PythonLibCore/issues/174)) |
| 35 | +This release drops support for Python 3.8 and 3.9. Python 3.10+ is required from |
| 36 | +this release onwards. |
| 37 | + |
| 38 | +## Acknowledgements |
| 39 | + |
| 40 | +### Support also dictionaries as translations source ([#176](https://github.com/robotframework/PythonLibCore/issues/176)) |
| 41 | +Many thanks for Basti csvtuda to provide PR to enhance translation support. Now |
| 42 | +the translation can be also provided as dictionary. The json file format |
| 43 | +support stays as it is. This is just an extending the support. |
| 44 | + |
| 45 | +## Full list of fixes and enhancements |
| 46 | + |
| 47 | +| ID | Type | Priority | Summary | |
| 48 | +|---|---|---|---| |
| 49 | +| [#174](https://github.com/robotframework/PythonLibCore/issues/174) | feature | high | Support Python 3.10+ | |
| 50 | +| [#176](https://github.com/robotframework/PythonLibCore/issues/176) | feature | high | Support also dictionaries as translations source | |
| 51 | + |
| 52 | +Altogether 2 issues. View on the [issue tracker](https://github.com/robotframework/PythonLibCore/issues?q=milestone%3Av4.6.0). |
0 commit comments