We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c3e77c commit 65fab1bCopy full SHA for 65fab1b
3 files changed
.github/workflows/workflow.yml
@@ -27,6 +27,7 @@ jobs:
27
uv run --python 3.11 -m pytest -v
28
uv run --python 3.12 -m pytest -v
29
uv run --python 3.13 -m pytest -v
30
+ uv run --python 3.14 -m pytest -v
31
publish:
32
needs: test
33
# Only publish if releasing.
pyproject.toml
@@ -9,13 +9,13 @@ authors = [{name = "eidorb"}]
9
dependencies = [
10
"httpx>=0.28.1",
11
"meatie>=0.1.20",
12
- "pydantic>=2.10.6",
+ "pydantic>=2.12.0",
13
"soft-webauthn>=0.1.4",
14
]
15
16
[dependency-groups]
17
dev = [
18
- "marimo>=0.11.7",
+ "marimo>=0.17.0",
19
"pytest>=8.3.4",
20
21
0 commit comments