Skip to content

fix: add server extras check - #43

Merged
cristipufu merged 1 commit into
mainfrom
fix/has_extras_check
Feb 11, 2026
Merged

fix: add server extras check#43
cristipufu merged 1 commit into
mainfrom
fix/has_extras_check

Conversation

@cristipufu

@cristipufu cristipufu commented Feb 11, 2026

Copy link
Copy Markdown
Member

Description

Updates the uipath-dev package release and optional server dependencies, and introduces a runtime check intended to detect whether the server extras (FastAPI/Uvicorn) are available.

Development Package

  • Add this package as a dependency in your pyproject.toml:
[project]
dependencies = [
  # Exact version:
  "uipath-dev==0.0.25.dev1000430121",

  # Any version from PR
  "uipath-dev>=0.0.25.dev1000430000,<0.0.25.dev1000440000"
]

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

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

This comment was marked as outdated.

@cristipufu
cristipufu merged commit 459a4d2 into main Feb 11, 2026
11 checks passed
@cristipufu
cristipufu deleted the fix/has_extras_check branch February 11, 2026 18:55
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