Skip to content

Commit

Permalink
Replace dependency to flet with robocorp-flet (#1181)
Browse files Browse the repository at this point in the history
Co-authored-by: Mika Hänninen <[email protected]>
  • Loading branch information
Bogdan Condurache and mikahanninen authored Apr 4, 2024
1 parent e1ae0c0 commit a893d7d
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 46 deletions.
9 changes: 9 additions & 0 deletions docs/source/releasenotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@ Latest versions
`Released <https://pypi.org/project/rpaframework/#history>`_
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

04 Apr 2024
-----------

- Package ``rpaframework-assistant`` **3.0.4** (:issue:`1178`): Replaces ``flet`` with ``robocorp-flet``.

The ``flet`` package had some released versions removed from the PyPI package index (speficically versions
we were depending on). This caused all new installations using ``rpaframework-assistant`` to fail.
We have now replaced the dependency with ``robocorp-flet`` which is a fork of the original package.

03 Apr 2024
-----------

Expand Down
86 changes: 42 additions & 44 deletions packages/assistant/poetry.lock

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

4 changes: 2 additions & 2 deletions packages/assistant/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "rpaframework-assistant"
version = "3.0.3"
version = "3.0.4"
description = "Interactive UI library for RPA Framework"
authors = ["RPA Framework <[email protected]>"]
license = "Apache-2.0"
Expand Down Expand Up @@ -35,7 +35,7 @@ robotframework = ">=4.0.0,!=4.0.1,!=6.1.0,<7.0.0"
# Flet needs `packaging>=23`. Earlier rpaframework-core versions don't allow
# installing it. This make resolution errors simpler and faster.
rpaframework-core = "^11.3.1"
flet="0.4.2"
robocorp-flet="0.4.2.1"
# We only need the Literal type on python 3.7 from the module, but it has to be
# installed on all pythons so the imports work
typing-extensions = { version = "^4.4.0" }
Expand Down

0 comments on commit a893d7d

Please sign in to comment.