Skip to content

Commit 0231fea

Browse files
committed
Restrict httpx to <1.0 to avoid breaking changes in pre-release version
1 parent f67357e commit 0231fea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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)