bump version to 0.3.2 and improve Deepseek provider

This commit is contained in:
2025-01-27 11:54:03 -05:00
parent db28f1195c
commit 052781014d
2 changed files with 7 additions and 1 deletions
+4
View File
@@ -1,6 +1,10 @@
Release History
===============
## 0.3.2 (2024-01-27)
- Improve Deepseek provider.
## 0.3.1 (2024-01-27)
- Introduce Deepseek provider.
+3 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "simplemind"
version = "0.3.1"
version = "0.3.2"
description = "An experimental client for AI providers that intends to replace LangChain and LangGraph for most common use cases."
readme = "README.md"
requires-python = ">=3.10"
@@ -22,6 +22,8 @@ groq = ["groq"]
ollama = ["openai"]
openai = ["openai"]
xai = ["openai"]
deepseek = ["openai"]
[build-system]
requires = ["hatchling"]