Skip to content

Commit

Permalink
chore: bump gunicorn version to ~21 (#1199)
Browse files Browse the repository at this point in the history
  • Loading branch information
bonjourmauko authored Oct 16, 2023
2 parents a3c2f83 + 9aaeb6a commit 6a6e470
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 41.2.0 [#1199](https://github.com/openfisca/openfisca-core/pull/1199)

#### Technical changes

- Fix `openfisca-core` Web API error triggered by `Gunicorn` < 22.0.
- Bump `Gunicorn` major revision to fix error on Web API.
Source: https://github.com/benoitc/gunicorn/issues/2564

### 41.1.2 [#1192](https://github.com/openfisca/openfisca-core/pull/1192)

#### Technical changes
Expand All @@ -12,7 +20,7 @@

- Skip type-checking tasks
- Before their definition was commented out but still run with `make test`
- Now they're skipped but not commented, which is needed to fix the
- Now they're skipped but not commented, which is needed to fix the
underlying issues

## 41.1.0 [#1195](https://github.com/openfisca/openfisca-core/pull/1195)
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
api_requirements = [
"Flask >=2.2.3, < 3.0",
"Flask-Cors >=3.0.10, < 4.0",
"gunicorn >=20.1.0, < 21.0",
"gunicorn >=21.0, < 22.0",
"Werkzeug >=2.2.3, < 3.0",
]

Expand All @@ -67,7 +67,7 @@

setup(
name="OpenFisca-Core",
version="41.1.2",
version="41.2.0",
author="OpenFisca Team",
author_email="[email protected]",
classifiers=[
Expand Down

0 comments on commit 6a6e470

Please sign in to comment.