-
Notifications
You must be signed in to change notification settings - Fork 231
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace dependency to flet with robocorp-flet (#1181)
Co-authored-by: Mika Hänninen <[email protected]>
- Loading branch information
1 parent
e1ae0c0
commit a893d7d
Showing
3 changed files
with
53 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
@@ -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" } | ||
|