Skip to content

Commit

Permalink
Pin dependencies to known working versions
Browse files Browse the repository at this point in the history
- Closes #270
- Dodal and our pinned version of typing_extensions both conflict with Pydantic 2.0
- Pins FastAPI to 0.99: supports OpenAPI 3.1 while using Pydantic 1.0
- Pin Bluesky to 1.10 prior to AreaDetector staging change
- Pin ScanSpec to version compatible with Pydantic and FastAPI
- Pin Click to version compatible with mypy type checking
  • Loading branch information
DiamondJoseph committed Jul 10, 2023
1 parent c7a3760 commit f6a4c8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ dependencies = [
"pyepics",
"pydantic<2.0",
"stomp.py",
"scanspec>0.6.1",
"scanspec==0.6.3",
"PyYAML",
"click",
"fastapi[all]<0.100",
"click==8.1.3",
"fastapi[all]==0.99",
"uvicorn",
"requests",
"dodal @ git+https://github.com/DiamondLightSource/[email protected]",
Expand Down

0 comments on commit f6a4c8c

Please sign in to comment.