Skip to content

Commit

Permalink
deps: Bumped adapters to 0.12.1 and SDK to 0.22.1 (#44)
Browse files Browse the repository at this point in the history
Bumped adapters to 0.12.1 and SDK to 0.22.1
  • Loading branch information
chandrasekharan-zipstack authored Apr 25, 2024
1 parent e1c2bc6 commit 6aa69f6
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 28 deletions.
52 changes: 26 additions & 26 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.12.0",
"unstract-adapters~=0.12.1",
"llama-index==0.10.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.22.0"
__version__ = "0.22.1"


def get_sdk_version():
Expand Down

0 comments on commit 6aa69f6

Please sign in to comment.