uipath-langchain-client 1.0.0__py3-none-any.whl → 1.0.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,3 @@
1
1
  __title__ = "UiPath LangChain Client"
2
2
  __description__ = "A Python client for interacting with UiPath's LLM services via LangChain."
3
- __version__ = "1.0.0"
3
+ __version__ = "1.0.1"
@@ -22,6 +22,7 @@ class UiPathOpenAIEmbeddings(UiPathBaseLLMClient, OpenAIEmbeddings):
22
22
  client_type="passthrough",
23
23
  vendor_type="openai",
24
24
  freeze_base_url=True,
25
+ api_version="2025-03-01-preview",
25
26
  )
26
27
 
27
28
  # Override fields to avoid errors when instantiating the class
@@ -53,6 +54,7 @@ class UiPathAzureOpenAIEmbeddings(UiPathBaseLLMClient, AzureOpenAIEmbeddings):
53
54
  client_type="passthrough",
54
55
  vendor_type="openai",
55
56
  freeze_base_url=True,
57
+ api_version="2025-03-01-preview",
56
58
  )
57
59
 
58
60
  # Override fields to avoid errors when instantiating the class
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: uipath-langchain-client
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: LangChain-compatible chat models and embeddings for UiPath's LLM services
5
5
  Requires-Python: >=3.11
6
6
  Requires-Dist: langchain>=1.2.7
@@ -1,5 +1,5 @@
1
1
  uipath_langchain_client/__init__.py,sha256=3rOLh-mBT_DWUNShlnOzzcU9OxT98V7i_fQPcFRAGuQ,1605
2
- uipath_langchain_client/__version__.py,sha256=n7mSkMnVmsou1wB3oAqSDg6W0Wlr4Jo4fhedKAjOf-o,154
2
+ uipath_langchain_client/__version__.py,sha256=R_aA1X_hA-yDDjWv0aiM-6RBV3TdDB-fVpRK9_sckes,154
3
3
  uipath_langchain_client/base_client.py,sha256=ZOv51sfGpJLS0fQq0kUIy0v0BA_WF6jEFky9EgO7fpQ,10911
4
4
  uipath_langchain_client/factory.py,sha256=6KKAQqtdtDS8cwsZ5MUoChiqnDye41svbZ5CeUaggYg,8312
5
5
  uipath_langchain_client/settings.py,sha256=mcSXWzZ_jkG_y-1XJOJpDZH9YVHZd6MMbNMMHXujGjw,920
@@ -20,9 +20,9 @@ uipath_langchain_client/clients/normalized/chat_models.py,sha256=kIs8kyW5OKWiNWn
20
20
  uipath_langchain_client/clients/normalized/embeddings.py,sha256=CXIuqKZKSa663b0dOubAvp1zHmW6-CgM1M6i7-FcgTA,1275
21
21
  uipath_langchain_client/clients/openai/__init__.py,sha256=f6O7otwFkSc5CxVOHpZ1GHEW9g9K2rDg5P_R7cxTrXs,376
22
22
  uipath_langchain_client/clients/openai/chat_models.py,sha256=fAaDeR5bQ6FFgufP0Qq8Hs3f-1QKHvLNvghGw18pGzQ,4029
23
- uipath_langchain_client/clients/openai/embeddings.py,sha256=qMuXmuv2G4WWtEeOGqEpz27DnEPKED3e3M4LOGGTwgw,3226
23
+ uipath_langchain_client/clients/openai/embeddings.py,sha256=3saz1Do0rylJBVUWLcF8h651VaIED-ivUiiUnLPLJmE,3310
24
24
  uipath_langchain_client/clients/vertexai/__init__.py,sha256=g_rPq14ij0DPxUC4tX7vNDB5KVvfULxOUXyReM97PZw,132
25
25
  uipath_langchain_client/clients/vertexai/chat_models.py,sha256=K1yG_uXnjryFz6tg4UZepNnRVB6IQd6zhdDo4Sp9ubQ,1880
26
- uipath_langchain_client-1.0.0.dist-info/METADATA,sha256=OD-1MZCwNjYriN3U4RwM0S4nG-ER6-fxQSvT7wGpwX4,8762
27
- uipath_langchain_client-1.0.0.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
28
- uipath_langchain_client-1.0.0.dist-info/RECORD,,
26
+ uipath_langchain_client-1.0.1.dist-info/METADATA,sha256=nWG-sEQslliVc4lmHROCtdEE3EuMlRB0dw1eXo3UB5k,8762
27
+ uipath_langchain_client-1.0.1.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
28
+ uipath_langchain_client-1.0.1.dist-info/RECORD,,