Skip to content

Commit 294027b

Browse files
authored
Added pt.typed (#12)
1 parent 15fd4e4 commit 294027b

7 files changed

Lines changed: 14 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to `uipath_llm_client` (core package) will be documented in this file.
44

5+
## [1.0.7] - 2026-02-04
6+
7+
### Fix
8+
- Added py.typed to the package
9+
510
## [1.0.6]
611

712
### Bug Fix

packages/uipath_langchain_client/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to `uipath_langchain_client` will be documented in this file.
44

5+
## [1.0.8] - 2026-02-04
6+
7+
### Fix
8+
- Added py.typed to the package
9+
510
## [1.0.7] - 2026-02-04
611

712
### Refactor

packages/uipath_langchain_client/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ readme = "README.md"
66
requires-python = ">=3.11"
77
dependencies = [
88
"langchain>=1.2.7",
9-
"uipath-llm-client>=1.0.6",
9+
"uipath-llm-client>=1.0.7",
1010
]
1111

1212
[project.optional-dependencies]
@@ -20,8 +20,8 @@ google = [
2020
"langchain-google-genai>=4.2.0",
2121
]
2222
anthropic = [
23-
"anthropic[bedrock,vertex]>=0.77.0",
2423
"langchain-anthropic>=1.3.1",
24+
"anthropic[bedrock,vertex]>=0.77.0",
2525
]
2626
azure = [
2727
"langchain-azure-ai>=1.0.0",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__title__ = "UiPath LangChain Client"
22
__description__ = "A Python client for interacting with UiPath's LLM services via LangChain."
3-
__version__ = "1.0.7"
3+
__version__ = "1.0.8"

packages/uipath_langchain_client/src/uipath_langchain_client/py.typed

Whitespace-only changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__titile__ = "UiPath LLM Client"
22
__description__ = "A Python client for interacting with UiPath's LLM services."
3-
__version__ = "1.0.6"
3+
__version__ = "1.0.7"

src/uipath_llm_client/py.typed

Whitespace-only changes.

0 commit comments

Comments
 (0)