Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
WoytenAA committed Oct 2, 2024
1 parent bf4c62c commit 5539bd7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 7.4.0

- Add `complete_with_streaming` to `AsyncClient` to support completion endpoint with streaming

## 7.3.0

- Maximum token attribute of `CompletionRequest` defaults to None
Expand All @@ -10,7 +14,7 @@

- Minimal supported Python version is now 3.8
- Dependency `aiohttp` is specified to be at least of version `3.10`.

## 7.1.0

- Introduce support for internal feature 'tags'
Expand All @@ -27,12 +31,12 @@

## 6.0.0

- Added `num_tokens_prompt_total` to the types below.
- Added `num_tokens_prompt_total` to the types below.
This is a breaking change since `num_tokens_prompt_total` is mandatory.
- `EmbeddingResponse`
- `SemanticEmbeddingResponse`
- `BatchSemanticEmbeddingResponse`
- HTTP API version 1.15.0 or higher is required.
- HTTP API version 1.15.0 or higher is required.

## 5.0.0

Expand Down
4 changes: 2 additions & 2 deletions aleph_alpha_client/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "7.3.0"
MIN_API_VERSION = "1.17.0"
__version__ = "7.4.0"
MIN_API_VERSION = "1.19.0"

0 comments on commit 5539bd7

Please sign in to comment.