Skip to content

Comments

feat: add event bus and triggers#45

Merged
radu-mocanu merged 1 commit intomainfrom
feat/uipath-platform
Feb 23, 2026
Merged

feat: add event bus and triggers#45
radu-mocanu merged 1 commit intomainfrom
feat/uipath-platform

Conversation

@radu-mocanu
Copy link
Collaborator

@radu-mocanu radu-mocanu commented Feb 19, 2026

This PR aims to extract the common entities from uipath-platform and other libraries to further decouple the SDK.

Extracted:

Development Package

  • Use uipath pack --nolock to get the latest dev build from this PR (requires version range).
  • Add this package as a dependency in your pyproject.toml:
[project]
dependencies = [
  # Exact version:
  "uipath-core==0.5.2.dev1000450226",

  # Any version from PR
  "uipath-core>=0.5.2.dev1000450000,<0.5.2.dev1000460000"
]

[[tool.uv.index]]
name = "testpypi"
url = "https://test.pypi.org/simple/"
publish-url = "https://test.pypi.org/legacy/"
explicit = true

[tool.uv.sources]
uipath-core = { index = "testpypi" }

[tool.uv]
override-dependencies = [
    "uipath-core>=0.5.2.dev1000450000,<0.5.2.dev1000460000",
]

@radu-mocanu radu-mocanu force-pushed the feat/uipath-platform branch 2 times, most recently from e96240a to a6fd129 Compare February 20, 2026 15:01
@radu-mocanu radu-mocanu changed the title wip: uipath-platform feat: add event bus and triggers Feb 23, 2026
@radu-mocanu radu-mocanu merged commit 9f87974 into main Feb 23, 2026
84 checks passed
@cristipufu cristipufu deleted the feat/uipath-platform branch February 23, 2026 10:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants