File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -75,6 +75,11 @@ Releases are triggered on commits tagged with `release-` (for example
7575
7676
7777## Changelog
78+ * 0.10.4:
79+ - Made flasgger an optional dependency (falls back to a static landing page when absent), thanks @AdamWill and @mgorny
80+ - Fixed invalid escape sequence SyntaxWarnings on Python 3.12+, thanks @hseg
81+ - Included tox.ini and the tests in the source distribution, thanks @Mirochill
82+ - Added Python 3.13 and 3.14 to the test matrix and classifiers
7883* 0.10.3:
7984 - Fixed the /bytes endpoint to return bytes (not bytearray) for WSGI compliance with newer Werkzeug, thanks @swt2c
8085 - Dropped support for Python 3.7
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Repository = "https://github.com/psf/httpbin"
88
99[project ]
1010name = " httpbin"
11- version = " 0.10.3 "
11+ version = " 0.10.4 "
1212requires-python = " >=3.8"
1313description = " HTTP Request and Response Service"
1414readme = " README.md"
You can’t perform that action at this time.
0 commit comments