Skip to content

Commit e57f85b

Browse files
authored
build: 🔧 switch to upstream rich after update (#281)
1 parent f244a9b commit e57f85b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies = [
3636
"jsonschema>=4.25.1",
3737
"pydantic>=2.12.3",
3838
"python-jsonpath>=2.0.1",
39-
"rich>=14.2.0",
39+
"rich>=14.3.0",
4040
"types-jsonschema>=4.25.1.20250822",
4141
]
4242

@@ -66,6 +66,3 @@ dev = [
6666
"typos>=1.35.6",
6767
"vulture>=2.14",
6868
]
69-
70-
[tool.uv.sources]
71-
rich = { git = "https://github.com/joelostblom/rich", rev = "ipython-console-param" }

0 commit comments

Comments
 (0)