Skip to content

Commit 97eaf8d

Browse files
SDK and Adapters version bump (#66)
1 parent f0b9094 commit 97eaf8d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

pdm.lock

Lines changed: 4 additions & 4 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.19.1",
15+
"unstract-adapters~=0.19.2",
1616
"llama-index==0.10.38",
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.33.0"
1+
__version__ = "0.33.1"
22

33

44
def get_sdk_version():

0 commit comments

Comments
 (0)