sovereign 0.29.3__py3-none-any.whl → 0.29.4__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.

Potentially problematic release.


This version of sovereign might be problematic. Click here for more details.

@@ -89,7 +89,7 @@ async def resources(
89
89
  envoy_version: str = Cookie(
90
90
  "__any__", title="The clients envoy version to emulate in this XDS request"
91
91
  ),
92
- debug: str = Query(0, title="Show debug information on errors"),
92
+ debug: int = Query(0, title="Show debug information on errors"),
93
93
  ) -> HTMLResponse:
94
94
  ret: Dict[str, List[Dict[str, Any]]] = defaultdict(list)
95
95
  response = None
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: sovereign
3
- Version: 0.29.3
3
+ Version: 0.29.4
4
4
  Summary: Envoy Proxy control-plane written in Python
5
5
  Home-page: https://pypi.org/project/sovereign/
6
6
  License: Apache-2.0
@@ -19,6 +19,7 @@ Classifier: Operating System :: POSIX :: Linux
19
19
  Classifier: Programming Language :: Python :: 3
20
20
  Classifier: Programming Language :: Python :: 3.11
21
21
  Classifier: Programming Language :: Python :: 3.12
22
+ Classifier: Programming Language :: Python :: 3.13
22
23
  Classifier: Programming Language :: Python :: 3.10
23
24
  Classifier: Programming Language :: Python :: 3.8
24
25
  Classifier: Programming Language :: Python :: 3.9
@@ -40,13 +41,13 @@ Requires-Dist: cashews[redis] (>=6.3.0,<7.0.0) ; extra == "caching"
40
41
  Requires-Dist: croniter (>=1.4.1,<2.0.0)
41
42
  Requires-Dist: cryptography (>=42.0.0,<43.0.0)
42
43
  Requires-Dist: datadog (>=0.47.0,<0.48.0) ; extra == "statsd"
43
- Requires-Dist: fastapi (>=0.110.0,<0.111.0)
44
+ Requires-Dist: fastapi (>=0.115.2,<0.116.0)
44
45
  Requires-Dist: glom (>=23.3.0,<24.0.0)
45
46
  Requires-Dist: gunicorn (>=22.0.0,<23.0.0)
46
47
  Requires-Dist: httptools (>=0.6.0,<0.7.0) ; extra == "httptools"
47
48
  Requires-Dist: orjson (>=3.9.15,<4.0.0) ; extra == "orjson"
48
49
  Requires-Dist: pydantic (>=2.7.2,<3.0.0)
49
- Requires-Dist: pydantic-settings (>=2.3.1,<3.0.0)
50
+ Requires-Dist: pydantic-settings (<2.6.0)
50
51
  Requires-Dist: redis (<=5.0.0)
51
52
  Requires-Dist: requests (>=2.31.0,<3.0.0)
52
53
  Requires-Dist: sentry-sdk (>=2.14.0,<3.0.0) ; extra == "sentry"
@@ -57,9 +57,9 @@ sovereign/views/admin.py,sha256=DlazEqI8P9M3h1llVUgRoAnUlmjYH3f1UZnrQmzLXI8,4261
57
57
  sovereign/views/crypto.py,sha256=o8NSyiUBy7v1pMOXt_1UBi68FNcGkXSlEVg9C18y8kY,3324
58
58
  sovereign/views/discovery.py,sha256=BmsHsBe_N33_VahkLQda3CfuIqJZAHSA0Bndg9KagQM,6187
59
59
  sovereign/views/healthchecks.py,sha256=_WkMunlrFpqGTLgtNtRr7gCsDCv5kiuYxCyTi-dMEKM,1357
60
- sovereign/views/interface.py,sha256=MRn4HN7Ngo4H2Ha6LCPCimUqI9Q95XTtan0pzmvISus,7255
61
- sovereign-0.29.3.dist-info/LICENSE.txt,sha256=2X125zvAb9AYLjCgdMDQZuufhm0kwcg31A8pGKj_-VY,560
62
- sovereign-0.29.3.dist-info/METADATA,sha256=AivJbWTs_OkESWdv3x0BLvuGiIQDIm4AqMX3U1QadJ0,6607
63
- sovereign-0.29.3.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
64
- sovereign-0.29.3.dist-info/entry_points.txt,sha256=2mUHQjqeXEokMF6ZjDmvqQ9Fxk-Or2S4eC0h70ZxKmk,1201
65
- sovereign-0.29.3.dist-info/RECORD,,
60
+ sovereign/views/interface.py,sha256=CPKitUWDk9Hgm7ljF-pH2MroVfn8lXoRXOTM3Emspbo,7255
61
+ sovereign-0.29.4.dist-info/LICENSE.txt,sha256=2X125zvAb9AYLjCgdMDQZuufhm0kwcg31A8pGKj_-VY,560
62
+ sovereign-0.29.4.dist-info/METADATA,sha256=iOKQp2qSZTz6H2wVGHJpIg00JZNsp2DyA7JfzrNNwTM,6650
63
+ sovereign-0.29.4.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
64
+ sovereign-0.29.4.dist-info/entry_points.txt,sha256=2mUHQjqeXEokMF6ZjDmvqQ9Fxk-Or2S4eC0h70ZxKmk,1201
65
+ sovereign-0.29.4.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 1.9.0
2
+ Generator: poetry-core 1.9.1
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any