diff --git a/pyproject.toml b/pyproject.toml index 672c5fe45..5487727d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "uipath" -version = "2.9.13" +version = "2.9.14" description = "Python SDK and CLI for UiPath Platform, enabling programmatic interaction with automation services, process management, and deployment tools." readme = { file = "README.md", content-type = "text/markdown" } requires-python = ">=3.11" diff --git a/src/uipath/agent/models/agent.py b/src/uipath/agent/models/agent.py index a0bbcfd46..5b412709d 100644 --- a/src/uipath/agent/models/agent.py +++ b/src/uipath/agent/models/agent.py @@ -361,10 +361,10 @@ class AgentContextSettings(BaseCfg): query: AgentContextQuerySetting = Field( default_factory=lambda: AgentContextQuerySetting(variant="dynamic") ) - folder_path_prefix: Optional[Union[Dict[str, Any], AgentContextValueSetting]] = ( - Field(None, alias="folderPathPrefix") + folder_path_prefix: Optional[AgentContextQuerySetting] = Field( + None, alias="folderPathPrefix" ) - file_extension: Optional[Union[Dict[str, Any], AgentContextValueSetting]] = Field( + file_extension: Optional[AgentContextValueSetting] = Field( None, alias="fileExtension" ) citation_mode: Optional[AgentContextValueSetting] = Field( diff --git a/uv.lock b/uv.lock index f326dc5c7..827bb27dd 100644 --- a/uv.lock +++ b/uv.lock @@ -2531,7 +2531,7 @@ wheels = [ [[package]] name = "uipath" -version = "2.9.13" +version = "2.9.14" source = { editable = "." } dependencies = [ { name = "applicationinsights" },