diff --git a/CHANGELOG.md b/CHANGELOG.md index 99f8c48..2588390 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.8 + +- Upgrade `http` to v1.0.0. + ## 0.0.7 - Fix [Chat API](https://beta.openai.com/docs/api-reference/chat) multiple messages _(thanks to [emirchus](https://github.com/Azzeccagarbugli/openai_client/pull/15))_. diff --git a/pubspec.yaml b/pubspec.yaml index 6ad687b..9692770 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: openai_client description: An unofficial, platform independent, client for accessing different AI models developed by OpenAI. -version: 0.0.7 +version: 0.0.8 environment: sdk: ">=2.18.2 <3.0.0" @@ -14,7 +14,7 @@ screenshots: dependencies: equatable: ^2.0.5 - http: ^0.13.5 + http: ^1.1.0 meta: ^1.8.0 dev_dependencies: