Skip to content

Commit 6351b6e

Browse files
authored
Merge pull request #478 from hypsug0/temp_fix_477
temp fix for #477
2 parents 7db3f79 + 9482965 commit 6351b6e

File tree

3 files changed

+20
-10
lines changed

3 files changed

+20
-10
lines changed

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# CHANGELOG
22

3-
## 1.3.0 - Unreleased
3+
## 1.3.1 - 2025-11-30
4+
5+
> [!WARNING]
6+
> **Last release compatible with python 3.9**
7+
8+
### :bug: Fixes
9+
10+
* Fix servor error when create or update programs (temporary patch to fix #477).
11+
12+
## 1.3.0 - 2025-11-26
413

514
> [!WARNING]
615
> **Require TaxHub 2.x (i.e. GeoNature >= 2.15.x)**
@@ -22,7 +31,7 @@
2231
### :technologist: Development
2332

2433
* Add calls to two TaxHub API routes in order to get media types and bibattribut.
25-
* Add component taxonomy-research which calls `allnamebylist` TaxHub API route in Form Observation Program
34+
* Add component taxonomy-research which calls `allnamebylist` TaxHub API route in Form Observation Program
2635
* Remove TaxHub list from cache backend
2736

2837
### :speech_balloon: Release note

backend/poetry.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ flask-migrate = "^4.1.0"
4545
flask = "^2"
4646
flask-admin = "^1.6.1"
4747
flask-jwt-extended = "^4"
48+
wtforms = "3.1.2"
4849

4950
[tool.poetry.group.dev.dependencies]
5051
black = "^24.3.0"

0 commit comments

Comments
 (0)