Skip to content

Commit c989b4d

Browse files
committed
Restrict httpx to <1.0 to avoid breaking changes in pre-release version
1 parent 6f7af1c commit c989b4d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,3 +211,6 @@ extend-immutable-calls = [
211211
# See https://github.com/DiamondLightSource/python-copier-template/issues/154
212212
# Remove this line to forbid private member access in tests
213213
"tests/**/*" = ["SLF001"]
214+
215+
[tool.uv]
216+
constraint-dependencies = ["httpx<1.0"]

0 commit comments

Comments
 (0)