Skip to content

Commit 452dabf

Browse files
Version roll over for adapters (#31)
* Version roll over for adapters * Version roll over for SDK
1 parent 41377ef commit 452dabf

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

pdm.lock

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies = [
1212
"python-magic~=0.4.27",
1313
"python-dotenv==1.0.0",
1414
# LLM Triad
15-
"unstract-adapters~=0.7.1",
15+
"unstract-adapters~=0.8.0",
1616
"llama-index==0.9.28",
1717
"tiktoken~=0.4.0",
1818
"transformers==4.37.0",

src/unstract/sdk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.17.1"
1+
__version__ = "0.18.0"
22

33

44
def get_sdk_version():

0 commit comments

Comments
 (0)