Skip to content

feat(BearerTokens) support fetching of bearer tokens#613

Merged
akshaylive merged 1 commit intomainfrom
akshaya/bearer_tokens
Sep 24, 2025
Merged

feat(BearerTokens) support fetching of bearer tokens#613
akshaylive merged 1 commit intomainfrom
akshaya/bearer_tokens

Conversation

@akshaylive
Copy link
Copy Markdown
Collaborator

@akshaylive akshaylive commented Sep 23, 2025

Bearer tokens are required for integration service invocations.

Additionally, strongly typing integration service properties.

Development Package

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

  # Any version from PR
  "uipath>=2.1.65.dev1006130000,<2.1.65.dev1006140000"
]

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

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

@akshaylive akshaylive force-pushed the akshaya/bearer_tokens branch 2 times, most recently from 47c85b4 to 450b3cf Compare September 23, 2025 18:27
@akshaylive akshaylive added the build:dev Create a dev build from the pr label Sep 23, 2025
@akshaylive akshaylive force-pushed the akshaya/bearer_tokens branch 2 times, most recently from e541395 to ad1984c Compare September 23, 2025 19:01
Bearer tokens are required for integration service invocations.
Additionally, strongly typing integration service properties.
@akshaylive akshaylive force-pushed the akshaya/bearer_tokens branch from ad1984c to c1b76da Compare September 24, 2025 14:57
@akshaylive akshaylive merged commit 9405619 into main Sep 24, 2025
25 checks passed
@akshaylive akshaylive deleted the akshaya/bearer_tokens branch September 24, 2025 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build:dev Create a dev build from the pr

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants