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

Developer Activities
Release 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.
Release 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.
Release date: March 6, 2024
New features and improvements
The Python activity package is now compatible with Python version 3.12 and .NET 6.
Release date: August 11, 2023
Improvements
The Python activity package is now compatible with Python version 3.11.
Release date: February 17, 2022
Bug fixes
Fixed an issue where UiPath.Python.Activities v1.4.1 would not support Python v3.10.1.
Release 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).
Release 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.
Release Date: October 21, 2020
Bug fixes
- The Load Python Script activity did not work properly when used with the
xlwings
Python library.
Release 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.
Release 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.