Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ENHANCEMENTS:
* Update UI dependencies: `brace-expansion` to 1.1.18, `fast-uri` to 3.1.5, `immutable` to 5.1.9, `js-yaml` to 4.3.1, `nanoid` to 3.3.18, and `postcss` to 8.5.26. ([#5056](https://github.com/microsoft/AzureTRE/pull/5056))

BUG FIXES:
* Pin `starlette` in the API `requirements.txt` as it is imported directly in `main.py` (`API` 0.26.7) ([#5036](https://github.com/microsoft/AzureTRE/issues/5036))
* Configure the default pytest-asyncio fixture loop scope to `function` to remove the deprecation warning. ([#5055](https://github.com/microsoft/AzureTRE/pull/5055))

## (0.29.0) (August 14, 2026)
Expand Down
2 changes: 1 addition & 1 deletion api_app/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.26.6"
__version__ = "0.26.7"
Comment thread
rudolphjacksonm marked this conversation as resolved.
1 change: 1 addition & 0 deletions api_app/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ PyJWT==2.13.0
pytz==2025.2
python-dateutil==2.9.0.post0
semantic-version==2.10.0
starlette==1.3.1
uvicorn[standard]==0.40.0
pydantic==2.13.4
Loading