kobai-sdk 0.3.3__tar.gz → 0.3.4__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.4
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,8 @@ 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
224
+ Requires-Dist: langchain-classic
225
+ Requires-Dist: delta-spark
226
226
  Provides-Extra: dev
227
227
  Requires-Dist: black; extra == "dev"
228
228
  Requires-Dist: bumpver; extra == "dev"
@@ -7,7 +7,7 @@ from delta import DeltaTable
7
7
  from langchain_core.language_models.chat_models import BaseChatModel
8
8
  from langchain_core.embeddings import Embeddings
9
9
  from langchain_community.document_loaders import PySparkDataFrameLoader
10
- from langchain import hub
10
+ from langchain_classic import hub
11
11
  from langchain_core.output_parsers import StrOutputParser
12
12
 
13
13
  import urllib
@@ -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.4
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,8 @@ 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
224
+ Requires-Dist: langchain-classic
225
+ Requires-Dist: delta-spark
226
226
  Provides-Extra: dev
227
227
  Requires-Dist: black; extra == "dev"
228
228
  Requires-Dist: bumpver; extra == "dev"
@@ -5,8 +5,8 @@ azure-identity
5
5
  azure-storage-blob
6
6
  langchain-core
7
7
  langchain-community
8
- langchain_openai
9
- databricks_langchain
8
+ langchain-classic
9
+ delta-spark
10
10
 
11
11
  [dev]
12
12
  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.4"
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" }]
@@ -25,8 +25,8 @@ dependencies = [
25
25
  "azure-storage-blob",
26
26
  "langchain-core",
27
27
  "langchain-community",
28
- "langchain_openai",
29
- "databricks_langchain"
28
+ "langchain-classic",
29
+ "delta-spark"
30
30
  ]
31
31
  requires-python = ">=3.11"
32
32
 
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes