Skip to content

Commit 1fc2f75

Browse files
Update msgspec requirement from <0.20,>=0.18 to >=0.18,<0.21
Updates the requirements on [msgspec](https://github.com/jcrist/msgspec) to permit the latest version. - [Release notes](https://github.com/jcrist/msgspec/releases) - [Changelog](https://github.com/jcrist/msgspec/blob/main/docs/changelog.md) - [Commits](jcrist/msgspec@0.18.0...0.20.0) --- updated-dependencies: - dependency-name: msgspec dependency-version: 0.20.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4282fd1 commit 1fc2f75

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)