Skip to content
Open
Show file tree
Hide file tree
Changes from 3 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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

ENHANCEMENTS:

BUG FIXES:
* Pin `starlette` in the API `requirements.txt` as it is imported directly in `main.py` (`API` 0.26.6) ([#5036](https://github.com/microsoft/AzureTRE/issues/5036))

## (0.29.0) (August 14, 2026)
**BREAKING CHANGES**
* Remove Windows 10 and dsvm image support from Guacamole. ([#4890](https://github.com/microsoft/AzureTRE/issues/4890))
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.5"
__version__ = "0.26.6"
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