muffin-rest 13.1.1__py3-none-any.whl → 13.1.2__py3-none-any.whl

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.
muffin_rest/handler.py CHANGED
@@ -64,12 +64,12 @@ class RESTBase(Handler, Generic[TVResource], metaclass=RESTHandlerMeta):
64
64
  class Meta:
65
65
  """Tune the handler."""
66
66
 
67
- # Resource filters
68
- filters: Sequence[str | tuple[str, str] | Filter] = ()
69
-
70
67
  # Define allowed resource sorting params
71
68
  sorting: Sequence[str | tuple[str, dict] | Sort] = ()
72
69
 
70
+ # Resource filters
71
+ filters: Sequence[str | tuple[str, dict] | Filter] = ()
72
+
73
73
  # Serialize/Deserialize Schema class
74
74
  Schema: type[ma.Schema] | None = None
75
75
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: muffin-rest
3
- Version: 13.1.1
3
+ Version: 13.1.2
4
4
  Summary: The package provides enhanced support for writing REST APIs with Muffin framework
5
5
  Keywords: rest,api,muffin,asgi,asyncio,trio
6
6
  Author: Kirill Klenov
@@ -2,7 +2,7 @@ muffin_rest/__init__.py,sha256=JnwsHQNDmJpOqETeIjjPheG891T5WQ0JBaiEV72Wcmg,1242
2
2
  muffin_rest/api.py,sha256=bdbXMPiZi5yXf7_u3XB_gaGDHZKzDPqnnFnrwHoO1Rs,3799
3
3
  muffin_rest/errors.py,sha256=Todg7CrCE1ufOsyyARI2Bv-RqNPH4Rl1p-Tkpq7VYrA,1151
4
4
  muffin_rest/filters.py,sha256=5-tBwUtHu1wOgTEPkYC_IN0fzbWu8jpYYLSfdXTlXgQ,5979
5
- muffin_rest/handler.py,sha256=Ob7viBiCf8ju7XEyCMw1mG3tbWnGhgPAnCO-XtKTOEc,10723
5
+ muffin_rest/handler.py,sha256=RLeHy6FWscC7QuFhr2-boapt6EmcN34w_8yrg1fJv4c,10724
6
6
  muffin_rest/limits.py,sha256=X6qwuQPUdKJiPRgiKLY2NquXZlrpbx7BYHH3njw9ros,2168
7
7
  muffin_rest/marshmallow.py,sha256=-MyMKiaMTfiWw4y-4adpfoQd05HV1vEKqSXJh8eD3xg,548
8
8
  muffin_rest/mongo/__init__.py,sha256=pYDY1OSxaW-uyfxqhtC_IvGn2-PK4CBV3Isb3P1bpxo,4603
@@ -33,6 +33,6 @@ muffin_rest/sqlalchemy/types.py,sha256=Exm-zAQCtPAwXvYcCTtPRqSa-wTEWRcH_v2YSsJkB
33
33
  muffin_rest/swagger.html,sha256=2uGLu_KpkYf925KnDKHBJmV9pm6OHn5C3BWScESsUS8,1736
34
34
  muffin_rest/types.py,sha256=5NY9gPTIptv6U2Qab2xMXlS_jZuTuR0bquFFwWRURcA,510
35
35
  muffin_rest/utils.py,sha256=71hDcTVUClNN6l8bfxzCBy4IbiO2vo0b5EeMEj61n_w,2119
36
- muffin_rest-13.1.1.dist-info/WHEEL,sha256=fAguSjoiATBe7TNBkJwOjyL1Tt4wwiaQGtNtjRPNMQA,80
37
- muffin_rest-13.1.1.dist-info/METADATA,sha256=UWCjQTEgOM55e868Ew82njofDd2kB1yV4ZVVlhPasL0,4982
38
- muffin_rest-13.1.1.dist-info/RECORD,,
36
+ muffin_rest-13.1.2.dist-info/WHEEL,sha256=fAguSjoiATBe7TNBkJwOjyL1Tt4wwiaQGtNtjRPNMQA,80
37
+ muffin_rest-13.1.2.dist-info/METADATA,sha256=An0rOvZgyvM_GIJ7AyCOgzpG8E-wDbblDJFINukzcAM,4982
38
+ muffin_rest-13.1.2.dist-info/RECORD,,