Skip to content
This repository was archived by the owner on Jun 21, 2025. It is now read-only.

Commit 9581b6e

Browse files
deps: bump anyio from 3.7.1 to 4.3.0 (#855)
Bumps [anyio](https://github.com/agronholm/anyio) from 3.7.1 to 4.3.0. - [Release notes](https://github.com/agronholm/anyio/releases) - [Changelog](https://github.com/agronholm/anyio/blob/master/docs/versionhistory.rst) - [Commits](agronholm/anyio@3.7.1...4.3.0) --- updated-dependencies: - dependency-name: anyio dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b30e091 commit 9581b6e

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

poetry.lock

Lines changed: 10 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Changelog = "https://github.com/andrewthetechie/pydantic-aioredis/releases"
2828
python = "^3.8"
2929
pydantic = "^1.10.2"
3030
redis = "^4.4.4"
31-
anyio = "^3.6.2"
31+
anyio = ">=3.6.2,<5.0.0"
3232
nest-asyncio = "^1.5.6"
3333
fastapi = {version = ">=0.110", optional = true}
3434
fastapi-crudrouter = {version = "^0.8.6", optional = true}

0 commit comments

Comments
 (0)