Skip to content

Commit b39fd01

Browse files
committed
Removed previous version restrictions on fastapi and stomp-py due to conflicting package dependencies
1 parent a71358c commit b39fd01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ developer = [
5555
]
5656
instrument-server = [
5757
"aiohttp",
58-
"fastapi[standard]<0.116.0",
58+
"fastapi[standard-no-fastapi-cloud-cli]>=0.116.0",
5959
"python-jose",
6060
]
6161
server = [
6262
"aiohttp",
6363
"cryptography",
64-
"fastapi[standard]<0.116.0",
64+
"fastapi[standard-no-fastapi-cloud-cli]>=0.116.0",
6565
"graypy",
6666
"ispyb>=10.2.4", # Responsible for setting requirements for SQLAlchemy and mysql-connector-python;
6767
"jinja2",
@@ -74,7 +74,7 @@ server = [
7474
"python-jose[cryptography]",
7575
"sqlalchemy[postgresql]", # Add as explicit dependency
7676
"sqlmodel",
77-
"stomp-py>8.1.0", # 8.1.1 (released 2024-04-06) doesn't work with our project
77+
"stomp-py>8.1.1", # 8.1.1 (released 2024-04-06) doesn't work with our project
7878
"zocalo>=1",
7979
]
8080
[project.urls]

0 commit comments

Comments
 (0)