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 e3883dd commit 149678cCopy full SHA for 149678c
.github/workflows/test.yml
@@ -19,7 +19,7 @@ jobs:
19
- uses: actions/checkout@v4
20
21
- name: Install uv
22
- uses: astral-sh/setup-uv@v3
+ uses: astral-sh/setup-uv@v5
23
24
- name: Set up Python ${{ matrix.python-version }}
25
run: uv python install ${{ matrix.python-version }}
pyproject.toml
@@ -16,7 +16,7 @@ classifiers = [
16
"Programming Language :: Python",
17
]
18
dependencies = [
- "pydantic>=2.0.1,<2.11.0",
+ "pydantic>=2.0.1,<2.12.0",
"pydantic-settings>=2.0.1,<2.9.0",
"sqlalchemy>=2.0.0,<2.1.0",
0 commit comments