Merge issues fixed
All checks were successful
ci/woodpecker/pr/check Pipeline was successful

This commit is contained in:
Tasnim Kabir Sadik
2026-05-02 21:46:16 +06:00
parent 04e5dc652f
commit 06b4a8cbcb
12 changed files with 216 additions and 23 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,7 @@ 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",