Skip to content

Commit

Permalink
Version roll over for adapters (#31)
Browse files Browse the repository at this point in the history
* Version roll over for adapters

* Version roll over for SDK
  • Loading branch information
gaya3-zipstack authored Apr 2, 2024
1 parent 41377ef commit 452dabf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 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 @@ -12,7 +12,7 @@ dependencies = [
"python-magic~=0.4.27",
"python-dotenv==1.0.0",
# LLM Triad
"unstract-adapters~=0.7.1",
"unstract-adapters~=0.8.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.17.1"
__version__ = "0.18.0"


def get_sdk_version():
Expand Down

0 comments on commit 452dabf

Please sign in to comment.