Skip to content

Commit ac01a63

Browse files
committed
upgrade msgspec
1 parent c8674bf commit ac01a63

File tree

2 files changed

+70
-37
lines changed

2 files changed

+70
-37
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies = [
1818
"pexpect>=4.9.0,<5",
1919
"pyyaml>=6.0.1,<7",
2020
"repl-session>=0.2.0",
21-
"msgspec>=0.19.0",
21+
"msgspec>=0.20.0",
2222
"watchdog>=6.0.0",
2323
"click>=8.3.0",
2424
"rich-click>=1.9.4",
@@ -73,5 +73,3 @@ testpaths = ["test"]
7373
[tool.mypy]
7474
packages = ["entangled"]
7575

76-
[tool.uv.sources]
77-
msgspec = { git = "https://github.com/jcrist/msgspec" }

0 commit comments

Comments
 (0)