muffin-rest 9.1.1__tar.gz → 9.3.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (39) hide show
  1. {muffin_rest-9.1.1 → muffin_rest-9.3.0}/PKG-INFO +1 -1
  2. {muffin_rest-9.1.1 → muffin_rest-9.3.0}/pyproject.toml +4 -3
  3. {muffin_rest-9.1.1 → muffin_rest-9.3.0}/LICENSE +0 -0
  4. {muffin_rest-9.1.1 → muffin_rest-9.3.0}/README.rst +0 -0
  5. {muffin_rest-9.1.1 → muffin_rest-9.3.0}/muffin_rest/__init__.py +0 -0
  6. {muffin_rest-9.1.1 → muffin_rest-9.3.0}/muffin_rest/api.py +0 -0
  7. {muffin_rest-9.1.1 → muffin_rest-9.3.0}/muffin_rest/errors.py +0 -0
  8. {muffin_rest-9.1.1 → muffin_rest-9.3.0}/muffin_rest/filters.py +0 -0
  9. {muffin_rest-9.1.1 → muffin_rest-9.3.0}/muffin_rest/handler.py +0 -0
  10. {muffin_rest-9.1.1 → muffin_rest-9.3.0}/muffin_rest/limits.py +0 -0
  11. {muffin_rest-9.1.1 → muffin_rest-9.3.0}/muffin_rest/marshmallow.py +0 -0
  12. {muffin_rest-9.1.1 → muffin_rest-9.3.0}/muffin_rest/mongo/__init__.py +0 -0
  13. {muffin_rest-9.1.1 → muffin_rest-9.3.0}/muffin_rest/mongo/filters.py +0 -0
  14. {muffin_rest-9.1.1 → muffin_rest-9.3.0}/muffin_rest/mongo/schema.py +0 -0
  15. {muffin_rest-9.1.1 → muffin_rest-9.3.0}/muffin_rest/mongo/sorting.py +0 -0
  16. {muffin_rest-9.1.1 → muffin_rest-9.3.0}/muffin_rest/mongo/types.py +0 -0
  17. {muffin_rest-9.1.1 → muffin_rest-9.3.0}/muffin_rest/mongo/utils.py +0 -0
  18. {muffin_rest-9.1.1 → muffin_rest-9.3.0}/muffin_rest/openapi.py +0 -0
  19. {muffin_rest-9.1.1 → muffin_rest-9.3.0}/muffin_rest/options.py +0 -0
  20. {muffin_rest-9.1.1 → muffin_rest-9.3.0}/muffin_rest/peewee/__init__.py +0 -0
  21. {muffin_rest-9.1.1 → muffin_rest-9.3.0}/muffin_rest/peewee/filters.py +0 -0
  22. {muffin_rest-9.1.1 → muffin_rest-9.3.0}/muffin_rest/peewee/handler.py +0 -0
  23. {muffin_rest-9.1.1 → muffin_rest-9.3.0}/muffin_rest/peewee/openapi.py +0 -0
  24. {muffin_rest-9.1.1 → muffin_rest-9.3.0}/muffin_rest/peewee/options.py +0 -0
  25. {muffin_rest-9.1.1 → muffin_rest-9.3.0}/muffin_rest/peewee/schemas.py +0 -0
  26. {muffin_rest-9.1.1 → muffin_rest-9.3.0}/muffin_rest/peewee/sorting.py +0 -0
  27. {muffin_rest-9.1.1 → muffin_rest-9.3.0}/muffin_rest/peewee/types.py +0 -0
  28. {muffin_rest-9.1.1 → muffin_rest-9.3.0}/muffin_rest/peewee/utils.py +0 -0
  29. {muffin_rest-9.1.1 → muffin_rest-9.3.0}/muffin_rest/py.typed +0 -0
  30. {muffin_rest-9.1.1 → muffin_rest-9.3.0}/muffin_rest/redoc.html +0 -0
  31. {muffin_rest-9.1.1 → muffin_rest-9.3.0}/muffin_rest/schemas.py +0 -0
  32. {muffin_rest-9.1.1 → muffin_rest-9.3.0}/muffin_rest/sorting.py +0 -0
  33. {muffin_rest-9.1.1 → muffin_rest-9.3.0}/muffin_rest/sqlalchemy/__init__.py +0 -0
  34. {muffin_rest-9.1.1 → muffin_rest-9.3.0}/muffin_rest/sqlalchemy/filters.py +0 -0
  35. {muffin_rest-9.1.1 → muffin_rest-9.3.0}/muffin_rest/sqlalchemy/sorting.py +0 -0
  36. {muffin_rest-9.1.1 → muffin_rest-9.3.0}/muffin_rest/sqlalchemy/types.py +0 -0
  37. {muffin_rest-9.1.1 → muffin_rest-9.3.0}/muffin_rest/swagger.html +0 -0
  38. {muffin_rest-9.1.1 → muffin_rest-9.3.0}/muffin_rest/types.py +0 -0
  39. {muffin_rest-9.1.1 → muffin_rest-9.3.0}/muffin_rest/utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: muffin-rest
3
- Version: 9.1.1
3
+ Version: 9.3.0
4
4
  Summary: The package provides enhanced support for writing REST APIs with Muffin framework
5
5
  Home-page: https://github.com/klen/muffin-rest
6
6
  License: MIT
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "muffin-rest"
3
- version = "9.1.1"
3
+ version = "9.3.0"
4
4
  description = "The package provides enhanced support for writing REST APIs with Muffin framework"
5
5
  readme = "README.rst"
6
6
  homepage = "https://github.com/klen/muffin-rest"
@@ -18,6 +18,7 @@ classifiers = [
18
18
  "Programming Language :: Python :: 3.10",
19
19
  "Programming Language :: Python :: 3.11",
20
20
  "Programming Language :: Python :: 3.12",
21
+ "Programming Language :: Python :: 3.13",
21
22
  "Topic :: Internet :: WWW/HTTP",
22
23
  "Framework :: AsyncIO",
23
24
  "Framework :: Trio",
@@ -77,7 +78,7 @@ ignore_missing_imports = true
77
78
  [tool.tox]
78
79
  legacy_tox_ini = """
79
80
  [tox]
80
- envlist = py39,py310,py311,py312,pypy39
81
+ envlist = py39,py310,py311,py312,py313,pypy39
81
82
 
82
83
  [testenv]
83
84
  deps = -e .[tests]
@@ -116,7 +117,7 @@ ignore = [
116
117
 
117
118
  [tool.black]
118
119
  line-length = 100
119
- target-version = ["py39", "py310", "py311", "py312"]
120
+ target-version = ["py39", "py310", "py311", "py312", "py313"]
120
121
  preview = true
121
122
 
122
123
  [build-system]
File without changes
File without changes