Skip to content

Commit aa5df15

Browse files
myakoveclaude
andauthored
STDIN (#2552)
fix: Migrate from deprecated tool.uv.dev-dependencies to dependency-groups.dev - Removed deprecated [tool.uv] dev-dependencies section - Added dev dependencies to [dependency-groups] section - Fixes uv deprecation warning 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <[email protected]>
1 parent bfaadac commit aa5df15

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,6 @@ include = [
6262
"class_generator/schema/_definitions.json",
6363
]
6464

65-
[tool.uv]
66-
dev-dependencies = ["ipdb>=0.13.13", "ipython>=8.12.3"]
67-
6865
[project]
6966
requires-python = ">=3.10"
7067
name = "openshift-python-wrapper"
@@ -128,3 +125,4 @@ build-backend = "hatchling.build"
128125

129126
[dependency-groups]
130127
tests = ["pytest>=8.3.5", "pytest-cov>=6.1.1"]
128+
dev = ["ipdb>=0.13.13", "ipython>=8.12.3"]

0 commit comments

Comments
 (0)