build: unpin structlog (#8071)

This commit is contained in:
Tobias Wochinger 2024-07-24 20:58:34 +02:00 committed by GitHub
parent b374c528b2
commit 4dde6fbaec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 5 deletions

View File

@ -112,7 +112,7 @@ extra-dependencies = [
"ddtrace",
# Structured logging
"structlog<=24.2.0",
"structlog",
# Looking for missing imports
"isort",

View File

@ -319,15 +319,11 @@ class TestStructuredLoggingJSONRendering:
"filename": str(Path.cwd() / "test" / "test_logging.py"),
"lineno": ANY, # otherwise the test breaks if you add a line :-)
"name": "test_logging_exceptions_json",
"line": "",
"locals": None,
},
{
"filename": str(Path.cwd() / "test" / "test_logging.py"),
"lineno": ANY, # otherwise the test breaks if you add a line :-)
"name": "function_that_raises_and_adds_to_stack_trace",
"line": "",
"locals": None,
},
],
}