fastapi-radar 0.1.2__py3-none-any.whl → 0.1.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 fastapi-radar might be problematic. Click here for more details.

fastapi_radar/__init__.py CHANGED
@@ -2,5 +2,5 @@
2
2
 
3
3
  from .radar import Radar
4
4
 
5
- __version__ = "0.1.0"
5
+ __version__ = "0.1.4"
6
6
  __all__ = ["Radar"]
fastapi_radar/api.py CHANGED
@@ -105,7 +105,7 @@ def create_api_router(get_session_context) -> APIRouter:
105
105
  upper_bound = status_code + 100
106
106
  query = query.filter(
107
107
  CapturedRequest.status_code >= lower_bound,
108
- CapturedRequest.status_code < upper_bound
108
+ CapturedRequest.status_code < upper_bound,
109
109
  )
110
110
  else:
111
111
  # Exact status code match