Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ahartel committed Sep 27, 2023
1 parent 1d00dfe commit e26db4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

## 3.5.1

- Fix failing serialization of Prompt-base Documents in QA requests
- Fix failing serialization of Prompt-based Documents in QA requests.
Documents should also be constructible from actual Prompts and not only from sequences

## 3.5.0

Expand Down
1 change: 0 additions & 1 deletion tests/test_summarize.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import pytest
from aleph_alpha_client import Document, SummarizationRequest
from aleph_alpha_client.aleph_alpha_client import AsyncClient, Client
from aleph_alpha_client.prompt import Prompt

from tests.common import (
sync_client,
Expand Down

0 comments on commit e26db4f

Please sign in to comment.