Skip to content

Commit

Permalink
Update fastapi[all] requirement from <0.99 to <0.113 (#157)
Browse files Browse the repository at this point in the history
Updates the requirements on [fastapi[all]](https://github.com/fastapi/fastapi) to permit the latest version.
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.1.11...0.112.0)

---
updated-dependencies:
- dependency-name: fastapi[all]
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 15, 2024
1 parent 5fc1927 commit 324f5a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies = [
"opencv-python",
"pydantic",
"dls-dodal @ git+https://github.com/DiamondLightSource/dodal.git@7e01eeaf18046eadf4d513c79b06e0a11d616776",
"fastapi[all]<0.99",
"fastapi[all]<0.113",
"blueapi @ git+https://github.com/DiamondLightSource/blueapi.git@main",
]
dynamic = ["version"]
Expand Down

0 comments on commit 324f5a1

Please sign in to comment.