Skip to content

Commit d88f0da

Browse files
authored
Merge pull request #132 from AndreiDrang/dependabot/pip/msgspec-gte-0.18-and-lt-0.20
Update msgspec requirement from ==0.18.* to >=0.18,<0.20
2 parents 5809d27 + 06eefa3 commit d88f0da

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
@@ -85,7 +85,7 @@ classifiers = [
8585
dependencies = [
8686
"requests>=2.21.0",
8787
"aiohttp>=3.9.2",
88-
"msgspec==0.18.*",
88+
"msgspec>=0.18,<0.20",
8989
"tenacity>=8,<10"
9090
]
9191

0 commit comments

Comments
 (0)