kobai-sdk 0.3.3__tar.gz → 0.3.4rc1__tar.gz

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.

Potentially problematic release.


This version of kobai-sdk might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: kobai-sdk
3
- Version: 0.3.3
3
+ Version: 0.3.4rc1
4
4
  Summary: A package that enables interaction with a Kobai tenant.
5
5
  Author-email: Ryan Oattes <ryan@kobai.io>
6
6
  License: Apache License
@@ -221,8 +221,6 @@ Requires-Dist: azure-identity
221
221
  Requires-Dist: azure-storage-blob
222
222
  Requires-Dist: langchain-core
223
223
  Requires-Dist: langchain-community
224
- Requires-Dist: langchain_openai
225
- Requires-Dist: databricks_langchain
226
224
  Provides-Extra: dev
227
225
  Requires-Dist: black; extra == "dev"
228
226
  Requires-Dist: bumpver; extra == "dev"
@@ -5,8 +5,6 @@ import urllib.parse
5
5
 
6
6
  from pyspark.sql import SparkSession
7
7
 
8
- from langchain_community.chat_models import ChatDatabricks
9
- from databricks_langchain import DatabricksEmbeddings
10
8
  from langchain_core.language_models.chat_models import BaseChatModel
11
9
  from langchain_core.embeddings import Embeddings
12
10
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: kobai-sdk
3
- Version: 0.3.3
3
+ Version: 0.3.4rc1
4
4
  Summary: A package that enables interaction with a Kobai tenant.
5
5
  Author-email: Ryan Oattes <ryan@kobai.io>
6
6
  License: Apache License
@@ -221,8 +221,6 @@ Requires-Dist: azure-identity
221
221
  Requires-Dist: azure-storage-blob
222
222
  Requires-Dist: langchain-core
223
223
  Requires-Dist: langchain-community
224
- Requires-Dist: langchain_openai
225
- Requires-Dist: databricks_langchain
226
224
  Provides-Extra: dev
227
225
  Requires-Dist: black; extra == "dev"
228
226
  Requires-Dist: bumpver; extra == "dev"
@@ -5,8 +5,6 @@ azure-identity
5
5
  azure-storage-blob
6
6
  langchain-core
7
7
  langchain-community
8
- langchain_openai
9
- databricks_langchain
10
8
 
11
9
  [dev]
12
10
  black
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "kobai-sdk"
7
- version = "0.3.3"
7
+ version = "0.3.4rc1"
8
8
  description = "A package that enables interaction with a Kobai tenant."
9
9
  readme = "README.md"
10
10
  authors = [{ name = "Ryan Oattes", email = "ryan@kobai.io" }]
@@ -24,9 +24,7 @@ dependencies = [
24
24
  "azure-identity",
25
25
  "azure-storage-blob",
26
26
  "langchain-core",
27
- "langchain-community",
28
- "langchain_openai",
29
- "databricks_langchain"
27
+ "langchain-community"
30
28
  ]
31
29
  requires-python = ">=3.11"
32
30
 
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes