You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,29 @@
2
2
3
3
4
4
5
+
## v9.0.2 (2024-01-04)
6
+
7
+
### Ci
8
+
9
+
* ci: Ignore Safety vulnerabilities #467
10
+
11
+
- As normal, we can't upgrade because all patched versions have dropped support for Python 3.6 ([`05b3e13`](https://github.com/ral-facilities/datagateway-api/commit/05b3e13c64fef1913b5cc15ba9d32fe112f322a6))
12
+
13
+
* ci: Add job to test that the API can be installed via Pip #467 ([`8c2258d`](https://github.com/ral-facilities/datagateway-api/commit/8c2258d3c9abe2ba149a893b335465efa67cb6e5))
14
+
15
+
### Fix
16
+
17
+
* fix: Pin Flask to 2.0.3 in `pyproject.toml`#467
18
+
19
+
- This will ensure this version is used when the API is installed via Pip ([`50dd13c`](https://github.com/ral-facilities/datagateway-api/commit/50dd13cdde39fbddd04a2504578d3ecf57cb5f33))
20
+
21
+
### Unknown
22
+
23
+
* Merge pull request #468 from ral-facilities/pip-install-#467
0 commit comments