Skip to content

Commit e70ed7f

Browse files
Bump Anthropic LLM adapter version (#50)
* Bump unstract-adapters to 0.15.1 * Bump sdk to 0.26.1
1 parent d20cfbb commit e70ed7f

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

pdm.lock

Lines changed: 13 additions & 13 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
@@ -12,7 +12,7 @@ dependencies = [
1212
"python-magic~=0.4.27",
1313
"python-dotenv==1.0.0",
1414
# LLM Triad
15-
"unstract-adapters~=0.15.0",
15+
"unstract-adapters~=0.15.1",
1616
"llama-index==0.10.28",
1717
"tiktoken~=0.4.0",
1818
"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.26.0"
1+
__version__ = "0.26.1"
22

33

44
def get_sdk_version():

0 commit comments

Comments
 (0)