Skip to content

Commit 06eefa3

Browse files
Update msgspec requirement from ==0.18.* to >=0.18,<0.20
Updates the requirements on [msgspec](https://github.com/jcrist/msgspec) to permit the latest version. - [Release notes](https://github.com/jcrist/msgspec/releases) - [Commits](jcrist/msgspec@0.18.0...0.19.0) --- updated-dependencies: - dependency-name: msgspec dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5809d27 commit 06eefa3

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)