Skip to content

fix: pass sys ssl certificates to bedrock client#718

Merged
radu-mocanu merged 1 commit intomainfrom
fix/inject-sys-ca-for-bedrock-models
Mar 24, 2026
Merged

fix: pass sys ssl certificates to bedrock client#718
radu-mocanu merged 1 commit intomainfrom
fix/inject-sys-ca-for-bedrock-models

Conversation

@radu-mocanu
Copy link
Collaborator

@radu-mocanu radu-mocanu commented Mar 23, 2026

  • pass sys ssl certificates to bedrock client

Depeds on: UiPath/uipath-python#1479

ToDo:

  • remove dev versions

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-langchain==0.9.4.dev1007183635",

  # Any version from PR
  "uipath-langchain>=0.9.4.dev1007180000,<0.9.4.dev1007190000"
]

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

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

[tool.uv]
override-dependencies = [
    "uipath-langchain>=0.9.4.dev1007180000,<0.9.4.dev1007190000",
]

@radu-mocanu radu-mocanu force-pushed the fix/inject-sys-ca-for-bedrock-models branch from 419f037 to a14acf1 Compare March 24, 2026 12:44
@radu-mocanu radu-mocanu merged commit 46ef483 into main Mar 24, 2026
41 of 42 checks passed
@radu-mocanu radu-mocanu deleted the fix/inject-sys-ca-for-bedrock-models branch March 24, 2026 12:47
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