Skip to content

Commit 34de373

Browse files
authored
bump: 1.2.1 release by merging #8
2 parents 0048f37 + d7928db commit 34de373

File tree

3 files changed

+685
-556
lines changed

3 files changed

+685
-556
lines changed

pyproject.toml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[project]
22
name = "WIOpy"
3-
version = "1.2.0"
3+
version = "1.2.1"
44
description = "A Python wrapper for the Walmart IO API"
5-
readme = { file = "README.md", content-type = "text/markdown" }
5+
readme = "README.md"
66
license = { file = "LICENSE" }
77
authors = [{ name = "CoderJoshDK" }]
88
requires-python = ">=3.9"
@@ -40,7 +40,7 @@ classifiers = [
4040

4141
[dependency-groups]
4242
dev = [
43-
"basedpyright>=1.24.0",
43+
"basedpyright>=1.31.0",
4444
"ruff>=0.9.3",
4545
]
4646

@@ -64,8 +64,11 @@ unfixable = ["F841"]
6464
package = true
6565

6666
[build-system]
67-
requires = ["hatchling"]
68-
build-backend = "hatchling.build"
67+
requires = ["uv_build>=0.8.0,<0.9.0"]
68+
build-backend = "uv_build"
69+
70+
[tool.uv.build-backend]
71+
module-root = ""
6972

7073
[tool.basedpyright]
7174
include = ["wiopy"]

0 commit comments

Comments
 (0)