Problem with rpa framework

PROBLEM WITH RPA FRAMEWORK

Traceback (most recent call last): 2023-07-28 15:23:14: File “C:\Users\pedro\AppData\Local\robocorp\workforce-agent-core-service\runs\eac479f2-83a4-49bb-bb88-eedf46dbfaa0\package\main_freto.py”, line 3, in 2023-07-28 15:23:14: from RPA.Browser.Selenium import Selenium 2023-07-28 15:23:14: File “c:\ProgramData\robocorp\ht\f01094f_d7253d2_79335166\lib\site-packages\RPA\Browser_init_.py”, line 2, in 2023-07-28 15:23:14: from RPA.Browser.Selenium import Selenium as _Selenium 2023-07-28 15:23:14: File “c:\ProgramData\robocorp\ht\f01094f_d7253d2_79335166\lib\site-packages\RPA\Browser\Selenium.py”, line 35, in 2023-07-28 15:23:14: from RPA.core import webdriver as core_webdriver 2023-07-28 15:23:14: File “c:\ProgramData\robocorp\ht\f01094f_d7253d2_79335166\lib\site-packages\RPA\core\webdriver.py”, line 19, in 2023-07-28 15:23:14: from webdriver_manager.core.utils import os_name as get_os_name 2023-07-28 15:23:14: ImportError: cannot import name ‘os_name’ from ‘webdriver_manager.core.utils’ (c:\ProgramData\robocorp\ht\f01094f_d7253d2_79335166\lib\site-packages\webdriver_manager\core\utils.py)
How can I solve this error, the library is from framework. I’m using the framework 19.4.1

Please update to the latest rpaframework, this issue was addressed on