We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8674bf commit ac01a63Copy full SHA for ac01a63
pyproject.toml
@@ -18,7 +18,7 @@ dependencies = [
18
"pexpect>=4.9.0,<5",
19
"pyyaml>=6.0.1,<7",
20
"repl-session>=0.2.0",
21
- "msgspec>=0.19.0",
+ "msgspec>=0.20.0",
22
"watchdog>=6.0.0",
23
"click>=8.3.0",
24
"rich-click>=1.9.4",
@@ -73,5 +73,3 @@ testpaths = ["test"]
73
[tool.mypy]
74
packages = ["entangled"]
75
76
-[tool.uv.sources]
77
-msgspec = { git = "https://github.com/jcrist/msgspec" }
0 commit comments