We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01eb2e8 commit aa8a888Copy full SHA for aa8a888
docs/pyproject.toml
@@ -25,14 +25,14 @@ dependencies = [
25
26
[dependency-groups]
27
# Add any dev-only tools here; example shown
28
-dev = ["hatchling==1.27.0"]
+dev = ["hatchling==1.28.0"]
29
30
[tool.uv.sources]
31
# Keep the driver editable from the parent directory
32
scylla-driver = { path = "../", editable = true }
33
34
[build-system]
35
-requires = ["hatchling==1.27.0"]
+requires = ["hatchling==1.28.0"]
36
build-backend = "hatchling.build"
37
38
[tool.hatch.build.targets.wheel]
0 commit comments