Skip to content

Commit f6d3ffc

Browse files
updated adapters version and sdk version bump up (#20)
* updated adapters version and sdk version bump up * changed sdk version to minior version * updated pdm lock file
1 parent 29a22c6 commit f6d3ffc

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

pdm.lock

Lines changed: 6 additions & 6 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
@@ -15,7 +15,7 @@ dependencies = [
1515
"python-magic~=0.4.27",
1616
"python-dotenv==1.0.0",
1717
# LLM Triad
18-
"unstract-adapters~=0.4.1",
18+
"unstract-adapters~=0.5.0",
1919
"llama-index==0.9.28",
2020
"tiktoken~=0.4.0",
2121
"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.15.1"
1+
__version__ = "0.15.2"
22

33

44
def get_sdk_version():

0 commit comments

Comments
 (0)