We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba300ce commit 23abed5Copy full SHA for 23abed5
.github/workflows/third_party.yml
@@ -291,7 +291,7 @@ jobs:
291
cd cattrs
292
pdm remove typing-extensions
293
pdm add --dev ../typing-extensions-latest
294
- pdm update pendulum # pinned version in lockfile is incompatible with py313 as of 2025/05/05
+ pdm update --group=docs pendulum # pinned version in lockfile is incompatible with py313 as of 2025/05/05
295
- name: Install cattrs test dependencies
296
run: cd cattrs; pdm install --dev -G :all
297
- name: List all installed dependencies
0 commit comments