Skip to content

Commit 9091605

Browse files
authored
Merge pull request #158 from AndreiDrang/dependabot/pip/msgspec-gte-0.18-and-lt-0.21
Update msgspec requirement from <0.20,>=0.18 to >=0.18,<0.21
2 parents 4282fd1 + 1fc2f75 commit 9091605

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ classifiers = [
8686
dependencies = [
8787
"requests>=2.21.0",
8888
"aiohttp>=3.9.2",
89-
"msgspec>=0.18,<0.20",
89+
"msgspec>=0.18,<0.21",
9090
"tenacity>=8,<10"
9191
]
9292

0 commit comments

Comments
 (0)