fix: add UiPathChatVertex alias to chat.vertex and bump to 0.10.1#798
Merged
cosminacho merged 1 commit intomainfrom Apr 23, 2026
Merged
fix: add UiPathChatVertex alias to chat.vertex and bump to 0.10.1#798cosminacho merged 1 commit intomainfrom
cosminacho merged 1 commit intomainfrom
Conversation
46f5f35 to
015e433
Compare
UiPathChatVertex was moved to _legacy during the uipath_langchain_client refactor but was not re-exported from chat/vertex.py, causing an AttributeError when accessed via uipath_langchain.chat.vertex directly. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
015e433 to
c7847b1
Compare
ionut-mihalache-uipath
approved these changes
Apr 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
UiPathChatVertexfromuipath_langchain.chat.vertexas a backwards-compatible alias pointing to_legacy.vertex.UiPathChatVertexAttributeError: 'module' object at uipath_langchain.chat.vertex has no attribute 'UiPathChatVertex'caused by theuipath_langchain_clientrefactor moving the class to_legacy/without preserving the direct module path0.10.1Test plan
uv run pytest tests/unit/agent_graph_builder/test_utils.py::TestBuildAgentMessages::test_tokens_with_escalation_and_context_namespassesuv run pytest tests/test_no_circular_imports.pypassespython -c "from uipath_langchain.chat.vertex import UiPathChatVertex"imports without error🤖 Generated with Claude Code