Skip to content

Commit fb0a8ac

Browse files
chore: loosen dev dependencies constraints
1 parent 09ad352 commit fb0a8ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ build-backend = "pdm.backend"
1616
distribution = true
1717

1818
[dependency-groups]
19-
dev = ["pyodide-py>=0.25.0", "ruff~=0.3.0", "openai~=1.13.3"]
19+
dev = ["pyodide-py~=0.25", "ruff~=0.3", "openai~=1.13"]
2020

2121
[tool.pdm.scripts]
2222
fmt = "ruff format"

0 commit comments

Comments
 (0)