Skip to content

Commit 5137795

Browse files
a-detistekoxudaxi
andauthored
tomli was merged under the name tomllib into std library *3.11* (#3088)
* tomli was merged under the name tomllib into std library *3.11* https://docs.python.org/3/library/tomllib.html * Update uv.lock for tomli marker --------- Co-authored-by: Koudai Aono <koxudaxi@gmail.com>
1 parent d7a1f71 commit 5137795

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies = [
3838
"pydantic>=2,<3; python_version<'3.14'",
3939
"pydantic>=2.12,<3; python_version>='3.14'",
4040
"pyyaml>=6.0.1",
41-
"tomli>=2.2.1,<3; python_version<='3.11'",
41+
"tomli>=2.2.1,<3; python_version<'3.11'",
4242
]
4343
optional-dependencies.all = [
4444
"datamodel-code-generator[debug]",

uv.lock

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

0 commit comments

Comments
 (0)