mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-27 15:08:43 +00:00
build: unpin structlog (#8071)
This commit is contained in:
parent
b374c528b2
commit
4dde6fbaec
@ -112,7 +112,7 @@ extra-dependencies = [
|
||||
"ddtrace",
|
||||
|
||||
# Structured logging
|
||||
"structlog<=24.2.0",
|
||||
"structlog",
|
||||
|
||||
# Looking for missing imports
|
||||
"isort",
|
||||
|
||||
@ -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,
|
||||
},
|
||||
],
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user