Skip to content

Commit f9e4d30

Browse files
Upgrading jq package to 1.8.0 for jq to work with python 3.13 (#202)
* Upgrading jq package to 1.8.0 to usage using python 3.13. jq 1.6.0 fails to build in python virtual environment
1 parent fd9bd99 commit f9e4d30

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99

1010
### Features
1111

12+
- Discussion Post Threads - Users can collaborate by replying to existing discussion posts in a discussion thread in
13+
order to capture insights and have relevant conversations with other experts to make more robust decisions on an
14+
analysis in Rosalution. Also includes support to edit and delete replies a user has authored.
1215
- Caching calls to HTTP datasources configured as a dataset, and forge annotation tasks can be enabled to read value
1316
from the cached call dataset.
1417
- Caching versions in-memory temporarily when processing annotations. A version is cached used its datasource &
@@ -19,6 +22,7 @@
1922

2023
- Updated Python Backend to not use `datetime.utcnow()` which is being deprecated.
2124
- Revised invalid HTML DOM that mixed `<table>` HTML DOM elements within `<div>`s and `<span>`s.
25+
- Upgrading jq Python module to 1.8.0 to be to support building the backend for Python 3.13+
2226

2327
## 0.8.4
2428

β€Žbackend/requirements.txtβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ uvicorn[standard]==0.23.2
33
python-cas==1.6.0
44
itsdangerous==2.1.2
55
pymongo==4.6.3
6-
jq==1.6.0
6+
jq==1.8.0
77

88
python-multipart==0.0.20
99
PyJWT[crypto]==2.8.0

0 commit comments

Comments
Β (0)