Skip to content

Commit 149678c

Browse files
committed
update deps
1 parent e3883dd commit 149678c

File tree

3 files changed

+193
-168
lines changed

3 files changed

+193
-168
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v4
2020

2121
- name: Install uv
22-
uses: astral-sh/setup-uv@v3
22+
uses: astral-sh/setup-uv@v5
2323

2424
- name: Set up Python ${{ matrix.python-version }}
2525
run: uv python install ${{ matrix.python-version }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ classifiers = [
1616
"Programming Language :: Python",
1717
]
1818
dependencies = [
19-
"pydantic>=2.0.1,<2.11.0",
19+
"pydantic>=2.0.1,<2.12.0",
2020
"pydantic-settings>=2.0.1,<2.9.0",
2121
"sqlalchemy>=2.0.0,<2.1.0",
2222
]

0 commit comments

Comments
 (0)