Skip to content

Commit

Permalink
updated adapters version and sdk version bump up (#20)
Browse files Browse the repository at this point in the history
* updated adapters version and sdk version bump up

* changed sdk version to minior version

* updated pdm lock file
  • Loading branch information
vishnuszipstack authored Mar 21, 2024
1 parent 29a22c6 commit f6d3ffc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies = [
"python-magic~=0.4.27",
"python-dotenv==1.0.0",
# LLM Triad
"unstract-adapters~=0.4.1",
"unstract-adapters~=0.5.0",
"llama-index==0.9.28",
"tiktoken~=0.4.0",
"transformers==4.37.0",
Expand Down
2 changes: 1 addition & 1 deletion src/unstract/sdk/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.15.1"
__version__ = "0.15.2"


def get_sdk_version():
Expand Down

0 comments on commit f6d3ffc

Please sign in to comment.