- Overview
- Cryptography
- Database
- Java
- Python
- WebAPI

Developer Activities
Release notes
linkv1.10.0
linkRelease date: April 07, 2025
Improvements
- Starting with this version, the Python activity package is compatible with Python 3.13.
- Python-related exceptions now have better error reporting and improved execution reliability.
- Python-related activities now display the Python logo in the activities list for easy identification. These activities are also visible in Studio Web when the Studio Desktop toggle is enabled.
v1.9.0
linkRelease date: December 11, 2024
Bug fixes
- The Python Scope froze when no .NET Desktop Runtime was installed on the machine. The Python Scope now requires .NET 6 Desktop Runtime or a newer version installed, while previously it needed .NET 6 Desktop Runtime specifically. Moreover, for this scenario we now display a more accurate error message.
Erratum (added March 7, 2025) to clarify the previous release note: Starting with version 1.9.0, the Python activity package supports projects built with the .NET 8 runtime.
v1.8.2
linkRelease date: September 26, 2024
Bug fixes
- Fixed the signature of embedded binary files.
v1.8.1
linkRelease date: March 6, 2024
New features and improvements
The Python activity package is now compatible with Python version 3.12 and .NET 6.
v1.7.1
linkRelease date: August 11, 2023
Improvements
The Python activity package is now compatible with Python version 3.11.
v1.6.0
linkRelease date: February 17, 2022
Bug fixes
Fixed an issue where UiPath.Python.Activities v1.4.1 would not support Python v3.10.1.
v1.4.1
linkRelease date: August 25, 2021
Improvements
The Python activity package is now compatible with .NET 5 Windows.
The Python Scope activity now includes a Timeout property, allowing users to choose how long to allow a Python script to run until it is terminated and an exception is thrown.
Known Issues
The Run Python is not available when using Python 3.3 on .NET 4.6.1 (both x64 and x86).
v1.3.0
linkRelease date: January 13, 2021
Improvements
We now support Python up to version 3.9. Starting with Python 3.5 upwards, there's no need to manually select the version in the Python Scope activity, as it is able to figure out the version on its own.
Also, as you may notice from the name of the version, we have switched to semantic versioning for the Python activity package.
Added support for Unicode characters.
v1.1.7594.35963
linkRelease Date: October 21, 2020
Bug fixes
- The Load Python Script activity did not work properly when used with the
xlwings
Python library.
v1.1.6863.33404
linkRelease date: October 10, 2018
New features and improvements
We understood your need for supporting machine learning models, so we have improved the Python activity package, adding support for Python x64.
The moment is finally here - the entire UiPath Platform has been localized, so that you can have a truly immersive experience, from install to design and execution. Now, besides English, you can access everything, including our online documentation, in Japanese.
Bug fixes
- Fixed an issue that prevented Python script errors from being correctly displayed in Studio.
v1.0.6716.23055
linkRelease date: June 4, 2018
New features and improvements
The UiPath.Python.Activities is a new activity package, created to enable running Python scripts and methods directly from a workflow. It contains the following activities:
- Get Python Object - Retrieves the .NET type used in a specified Python script.
- Python Scope - A container which provides a scope for Python activities.
- Invoke Python Method - Helps you run a specified method from a Python script directly in a workflow.
- Load Python Script - Converts your Python code to
a
PythonObject
variable. - Run Python Script - Enables you to execute Python code. You can input the code directly in the activity or provide a file path for it.