We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 090a35c + ab1645e commit d9117feCopy full SHA for d9117fe
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
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
9
### 43.4.3 [#1340](https://github.com/openfisca/openfisca-core/pull/1340)
10
11
#### Technical changes
setup.py
@@ -40,10 +40,10 @@
40
]
41
42
api_requirements = [
43
- "Flask >=2.2.3, <3.0",
+ "Flask >=2.2.3, <4.0",
44
"Flask-Cors >=3.0.10, <4.0",
45
"gunicorn >=21.0, <22.0",
46
- "Werkzeug >=2.2.3, <3.0",
+ "Werkzeug >=2.2.3, <4.0",
47
48
49
dev_requirements = [
@@ -70,7 +70,7 @@
70
71
setup(
72
name="OpenFisca-Core",
73
- version="43.4.3",
+ version="43.4.4",
74
author="OpenFisca Team",
75
author_email="contact@openfisca.org",
76
classifiers=[
0 commit comments