Skip to content

Commit a0b6707

Browse files
authored
Update python dependencies (#1820)
``` Updated aiodns v3.5.0 -> v3.6.0 Updated anyio v4.11.0 -> v4.12.0 Updated backports-zstd v1.1.0 -> v1.2.0 Updated black v25.11.0 -> v25.12.0 Updated coverage v7.12.0 -> v7.13.0 Updated greenlet v3.2.4 -> v3.3.0 Updated ipython v9.7.0 -> v9.8.0 Added librt v0.7.3 Updated mypy v1.18.2 -> v1.19.0 Updated platformdirs v4.5.0 -> v4.5.1 Updated pytest v9.0.1 -> v9.0.2 Updated rpds-py v0.29.0 -> v0.30.0 Updated sentry-sdk v2.46.0 -> v2.47.0 Removed sniffio v1.3.1 Updated sqlalchemy v2.0.44 -> v2.0.45 Updated taskcluster v93.1.5 -> v94.2.0 Updated urllib3 v2.5.0 -> v2.6.1 Updated uv v0.9.13 -> v0.9.17 Updated werkzeug v3.1.3 -> v3.1.4 ``` This adds a constraint on pycares < 5 because aiodns doesn't have an upper bound for it and there were breaking changes in pycares 5 that broke aiodns
1 parent fbdbf9b commit a0b6707

2 files changed

Lines changed: 410 additions & 346 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ shipit-api = { workspace = true }
1616
[tool.uv.workspace]
1717
members = ["api"]
1818

19+
[tool.uv]
20+
constraint-dependencies = [
21+
"pycares<5" # https://github.com/saghul/aiodns/issues/214
22+
]
23+
1924
[tool.black]
2025
line-length = 160
2126
target-version = ["py312"]

0 commit comments

Comments
 (0)