Skip to content

Commit f1e8dc8

Browse files
committed
fix: update tomli dependency markers to remove Python version restriction
1 parent 1586d41 commit f1e8dc8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ lint = [
107107
"asyncpg-stubs",
108108
"pyarrow-stubs",
109109
"pandas-stubs",
110-
"tomli>=2.0.0; python_version < '3.11'",
110+
"tomli>=2.0.0",
111111
]
112112
test = [
113113
"aiohttp",

uv.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)