kobai-sdk 0.2.8rc3__tar.gz → 0.2.8rc4__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.2
2
2
  Name: kobai-sdk
3
- Version: 0.2.8rc3
3
+ Version: 0.2.8rc4
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
@@ -222,7 +222,6 @@ Requires-Dist: azure-storage-blob
222
222
  Requires-Dist: langchain-core
223
223
  Requires-Dist: langchain-community
224
224
  Requires-Dist: langchain_openai
225
- Requires-Dist: sentence_transformers
226
225
  Provides-Extra: dev
227
226
  Requires-Dist: black; extra == "dev"
228
227
  Requires-Dist: bumpver; extra == "dev"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: kobai-sdk
3
- Version: 0.2.8rc3
3
+ Version: 0.2.8rc4
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
@@ -222,7 +222,6 @@ Requires-Dist: azure-storage-blob
222
222
  Requires-Dist: langchain-core
223
223
  Requires-Dist: langchain-community
224
224
  Requires-Dist: langchain_openai
225
- Requires-Dist: sentence_transformers
226
225
  Provides-Extra: dev
227
226
  Requires-Dist: black; extra == "dev"
228
227
  Requires-Dist: bumpver; extra == "dev"
@@ -6,7 +6,6 @@ azure-storage-blob
6
6
  langchain-core
7
7
  langchain-community
8
8
  langchain_openai
9
- sentence_transformers
10
9
 
11
10
  [dev]
12
11
  black
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "kobai-sdk"
7
- version = "0.2.8rc3"
7
+ version = "0.2.8rc4"
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,9 +25,8 @@ dependencies = [
25
25
  "azure-storage-blob",
26
26
  "langchain-core",
27
27
  "langchain-community",
28
- "langchain_openai",
29
- "sentence_transformers"
30
- ]
28
+ "langchain_openai"
29
+ ]
31
30
  requires-python = ">=3.11"
32
31
 
33
32
  [project.optional-dependencies]
File without changes
File without changes
File without changes
File without changes