Skip to content

Commit

Permalink
SDK and Adapters version bump (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
Deepak-Kesavan authored Jun 26, 2024
1 parent f0b9094 commit 97eaf8d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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.19.1",
"unstract-adapters~=0.19.2",
"llama-index==0.10.38",
"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.33.0"
__version__ = "0.33.1"


def get_sdk_version():
Expand Down

0 comments on commit 97eaf8d

Please sign in to comment.