Commit c4c5a325 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Limit anyio support to ~=3.0

… but use ~=3.1 for typing, as there are a few typing-related issues in
the 3.0 releases.
parent d5521e83
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -96,7 +96,7 @@ repos:
    args: [--follow-imports=silent, kilter/service]
    pass_filenames: false
    additional_dependencies:
    - anyio
    - anyio ~=3.1
    - kilter.protocol ~=0.2.1
    - sphinx
    - trio-typing
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ dynamic = ["version", "description"]
requires-python = ">=3.10,<4"

dependencies = [
	"anyio",
	"anyio ~=3.0",
	"async-generator ~=1.2",
	"kilter.protocol ~=0.2.1",
]