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

@ -256,7 +256,8 @@ jobs:
- name: Test CLI help command (Windows)
if: matrix.os == 'windows'
run: |
test-env\Scripts\python.exe -m langflow --help
call test-env\Scripts\activate.bat
python -m langflow --help
shell: cmd
- name: Test CLI help command (Unix)
@ -508,7 +509,8 @@ jobs:
- name: Test CLI help command (Windows)
if: matrix.os == 'windows'
run: |
test-env\Scripts\python.exe -m langflow --help
call test-env\Scripts\activate.bat
python -m langflow --help
shell: cmd
- name: Test CLI help command (Unix)

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",

10535
uv.lock generated

File diff suppressed because it is too large Load diff