We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3be15f9 + 6c0ff04 commit 3b59bc8Copy full SHA for 3b59bc8
3 files changed
pyproject.toml
@@ -39,7 +39,8 @@ dependencies = [
39
"httpx~=0.28.1",
40
"httpx-retries~=0.4.6",
41
"authlib~=1.6.9",
42
- "msgspec~=0.20.0",
+ "msgspec~=0.20.0; python_version < '3.10'",
43
+ "msgspec~=0.21.1; python_version >= '3.10'",
44
]
45
46
[project.urls]
0 commit comments