Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "uipath-langchain"
version = "0.4.20"
version = "0.4.21"
description = "Python SDK that enables developers to build and deploy LangGraph agents to the UiPath Cloud Platform"
readme = { file = "README.md", content-type = "text/markdown" }
requires-python = ">=3.11"
Expand Down
2 changes: 1 addition & 1 deletion src/uipath_langchain/llm/passthrough_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def _get_model_info(
== byo_connection_id.lower()
]

if not byo_connection_id:
if not byo_connection_id and len(matching_models) > 1:
matching_models = [m for m in matching_models if m.get("byomDetails") is None]

if not matching_models:
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.