Skip to content

Commit 3b59bc8

Browse files
authored
Merge pull request #977 from atlanhq/cnct-85-lift-msgspec-cap
fix(deps): lift msgspec cap to 0.21.1 on py3.10+ for py3.13 concurrent-decode segfault (CNCT-85)
2 parents 3be15f9 + 6c0ff04 commit 3b59bc8

3 files changed

Lines changed: 157 additions & 90 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ dependencies = [
3939
"httpx~=0.28.1",
4040
"httpx-retries~=0.4.6",
4141
"authlib~=1.6.9",
42-
"msgspec~=0.20.0",
42+
"msgspec~=0.20.0; python_version < '3.10'",
43+
"msgspec~=0.21.1; python_version >= '3.10'",
4344
]
4445

4546
[project.urls]

0 commit comments

Comments
 (0)