Skip to content

Commit d9117fe

Browse files
authored
Revival pour Flask3 (#1345)
2 parents 090a35c + ab1645e commit d9117fe

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
### 43.4.4 [#1343](https://github.com/openfisca/openfisca-core/pull/1343)
4+
5+
#### Technical changes
6+
7+
- Allow Flask < 4.0.0
8+
39
### 43.4.3 [#1340](https://github.com/openfisca/openfisca-core/pull/1340)
410

511
#### Technical changes

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@
4040
]
4141

4242
api_requirements = [
43-
"Flask >=2.2.3, <3.0",
43+
"Flask >=2.2.3, <4.0",
4444
"Flask-Cors >=3.0.10, <4.0",
4545
"gunicorn >=21.0, <22.0",
46-
"Werkzeug >=2.2.3, <3.0",
46+
"Werkzeug >=2.2.3, <4.0",
4747
]
4848

4949
dev_requirements = [
@@ -70,7 +70,7 @@
7070

7171
setup(
7272
name="OpenFisca-Core",
73-
version="43.4.3",
73+
version="43.4.4",
7474
author="OpenFisca Team",
7575
author_email="contact@openfisca.org",
7676
classifiers=[

0 commit comments

Comments
 (0)