Skip to content

Commit 31152db

Browse files
committed
Update httpx dependency version in pyproject.toml
Changed httpx version specification from '^0.27.0' to '^0.27' for improved compatibility with patch releases.
1 parent 693d0ff commit 31152db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ packages = [{ include = "pyDataverse" }]
1313

1414
[tool.poetry.dependencies]
1515
python = "^3.8.1"
16-
httpx = "^0.27.0"
16+
httpx = "^0.27"
1717
jsonschema = "^4.21.1"
1818

1919
[tool.poetry.group.dev]

0 commit comments

Comments
 (0)