We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fba25d0 commit f414e95Copy full SHA for f414e95
src/datadog_api_client/api_client.py
@@ -55,7 +55,7 @@ def __init__(self, configuration: Configuration):
55
56
# Cache for validation performance optimization - persists across requests
57
# Simple size limiting to prevent memory leaks
58
- self._validation_cache: dict[str, Any] = {}
+ self._validation_cache: Dict[str, Any] = {}
59
self._validation_cache_max_size = 1000 # Configurable limit
60
if self.configuration.compress:
61
self.default_headers["Accept-Encoding"] = "gzip"
0 commit comments