File tree Expand file tree Collapse file tree 3 files changed +20
-10
lines changed
Expand file tree Collapse file tree 3 files changed +20
-10
lines changed Original file line number Diff line number Diff line change 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)**
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
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ flask-migrate = "^4.1.0"
4545flask = " ^2"
4646flask-admin = " ^1.6.1"
4747flask-jwt-extended = " ^4"
48+ wtforms = " 3.1.2"
4849
4950[tool .poetry .group .dev .dependencies ]
5051black = " ^24.3.0"
You can’t perform that action at this time.
0 commit comments