diff --git a/pyproject.toml b/pyproject.toml index d2a4beb2..4e61d541 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,7 +81,7 @@ optional-dependencies.dev = [ # Listed explicitly (despite being transitive via vws-python-mock) so that # [tool.uv.sources] can redirect to the CPU-only PyTorch index. # See: https://vws-python.github.io/vws-python-mock/installation.html#faster-installation - "strict-kwargs==2026.8.16", + "strict-kwargs==2026.8.23", "torch>=2.5.1", "torchvision>=0.20.1", "towncrier==25.8.0", diff --git a/uv.lock b/uv.lock index af8a3a8a..2caab327 100644 --- a/uv.lock +++ b/uv.lock @@ -1920,15 +1920,15 @@ wheels = [ [[package]] name = "strict-kwargs" -version = "2026.8.16" +version = "2026.8.23" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "ty" }, ] wheels = [ - { url = "https://files.pythonhosted.org/packages/b4/0e/e925e408b94e702fae72a79fb073f04c1aa1b15f324cf4da1b506b639555/strict_kwargs-2026.8.16-py3-none-macosx_11_0_arm64.whl", hash = "sha256:96275b4c9a8e9a82c0506cf57839d123ccb660b8f1fa864bc7c04b33361ee50f", size = 3040170, upload-time = "2026-08-16T09:42:31.675Z" }, - { url = "https://files.pythonhosted.org/packages/69/45/66aa3e9e2c036a3411c078ab131f3e097ba864d2f71835c295387728d3d3/strict_kwargs-2026.8.16-py3-none-manylinux_2_39_x86_64.whl", hash = "sha256:bd16cdde87a09874ec8daae654b8ab5fe20a0a65a7e62a67277ffbcc82a1cf84", size = 3236278, upload-time = "2026-08-16T09:42:33.681Z" }, - { url = "https://files.pythonhosted.org/packages/33/48/dba6f677e89fc85de3f1fa603c5d101aba2e69e254e55199771ae93a263c/strict_kwargs-2026.8.16-py3-none-win_amd64.whl", hash = "sha256:42d2ae37cb8925b85f4ad29452bfe3e4eeb7778fba2b2604c5ae1aa77c9c2a34", size = 2938297, upload-time = "2026-08-16T09:42:35.369Z" }, + { url = "https://files.pythonhosted.org/packages/95/82/e15930da06de576b7299c175aacdfc7308d88c545e8fddb84585419245af/strict_kwargs-2026.8.23-py3-none-macosx_11_0_arm64.whl", hash = "sha256:65235cec23ca48087252b13ed33477456a82aa776c01671d60cbe3384280d4ef", size = 3175159, upload-time = "2026-08-23T21:54:17.107Z" }, + { url = "https://files.pythonhosted.org/packages/68/cf/00b7ef0d7d694a79c66be22f38ea23bc30dcec130751d7ba2892d3e2235e/strict_kwargs-2026.8.23-py3-none-manylinux_2_39_x86_64.whl", hash = "sha256:54e629d7507d8836461c177d2db160fc4b86393786c1fe1018b507b63c32862a", size = 3382221, upload-time = "2026-08-23T21:54:18.896Z" }, + { url = "https://files.pythonhosted.org/packages/3c/17/2946c60911aa048222602fce849d0ec85847f67f80ce9bc9ccb6a26b856a/strict_kwargs-2026.8.23-py3-none-win_amd64.whl", hash = "sha256:f03166faad796cf2985d42d4878d9401a4618acb860cddcb9a716a8477366d6a", size = 3080794, upload-time = "2026-08-23T21:54:20.319Z" }, ] [[package]] @@ -2365,7 +2365,7 @@ requires-dist = [ { name = "sphinx-substitution-extensions", marker = "extra == 'dev'", specifier = "==2026.8.13.1" }, { name = "sphinxcontrib-spelling", marker = "extra == 'dev'", specifier = "==8.0.2" }, { name = "sphinxcontrib-towncrier", marker = "extra == 'dev'", specifier = "==0.5.0a0" }, - { name = "strict-kwargs", marker = "extra == 'dev'", specifier = "==2026.8.16" }, + { name = "strict-kwargs", marker = "extra == 'dev'", specifier = "==2026.8.23" }, { name = "torch", marker = "extra == 'dev'", specifier = ">=2.5.1", index = "https://download.pytorch.org/whl/cpu" }, { name = "torchvision", marker = "extra == 'dev'", specifier = ">=0.20.1", index = "https://download.pytorch.org/whl/cpu" }, { name = "towncrier", marker = "extra == 'dev'", specifier = "==25.8.0" },