Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/source/releasenotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,12 @@ Latest versions
- **Security:** Bump ``soupsieve`` ≥2.8.4 (HIGH — memory exhaustion via large
comma-separated selector lists, CVE-2026-49476) in the root and ``rpaframework``
lock files.
- ``rpaframework``: Require ``rpaframework-core`` ≥13.0.2. The floor was still
``>=13.0.0``, so a fresh install could resolve an older core without the Windows
locator fixes that ``RPA.Windows`` relies on.

- ``rpaframework-core`` **13.0.2**
- ``rpaframework`` **33.0.0**
- ``rpaframework`` **33.0.1**

`Released <https://pypi.org/project/rpaframework/#history>`_
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Expand Down
4 changes: 2 additions & 2 deletions packages/main/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "rpaframework"
version = "33.0.0"
version = "33.0.1"
description = "A collection of tools and libraries for RPA"
authors = [{name = "RPA Framework", email = "rpafw@robocorp.com"}]
license = {text = "Apache-2.0"}
Expand All @@ -24,7 +24,7 @@ classifiers = [

dependencies = [
"docutils>=0.21.2",
"rpaframework-core>=13.0.0",
"rpaframework-core>=13.0.2",
"rpaframework-pdf>=11.0.0",
"rpaframework-windows>=11.0.0; sys_platform == 'win32'",
"java-access-bridge-wrapper>=1.1.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/main/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading