Co-authored-by: Tasnim Kabir Sadik <tksadik92@gmail.com>
Reviewed-on: #7
Co-authored-by: pptx704 <rafeed@omukk.dev>
Co-committed-by: pptx704 <rafeed@omukk.dev>
This commit is contained in:
2026-05-01 23:06:54 +00:00
committed by Rafeed M. Bhuiyan
parent d46a715839
commit be573d07a3
15 changed files with 4864 additions and 24 deletions

View File

@ -1,6 +1,6 @@
[project]
name = "wrenn"
version = "0.1.0"
version = "0.1.1"
description = "Python SDK for Wrenn"
readme = "README.md"
license = "MIT"
@ -36,6 +36,8 @@ build-backend = "hatchling.build"
dev = [
"datamodel-code-generator[ruff]>=0.56.0",
"mypy>=1.20.0",
"pre-commit>=4.6.0",
"pydoc-markdown>=4.8.2",
"pytest>=9.0.3",
"pytest-asyncio>=1.3.0",
"respx>=0.23.1",