build: add structlog dep to base package (#9516)

Add structlog dep to base package
This commit is contained in:
Jordan Frazier 2025-08-25 09:59:34 -04:00 committed by GitHub
commit bbb0838dda
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4054 additions and 6488 deletions

View file

@ -27,6 +27,7 @@ dependencies = [
"langchain-core~=0.3.45",
"langchainhub~=0.1.15",
"loguru>=0.7.1,<1.0.0",
"structlog>=25.4.0",
"rich>=13.7.0,<14.0.0",
"langchain-experimental>=0.3.4,<1.0.0",
"sqlmodel==0.0.22",