Skip to content
This repository was archived by the owner on Apr 12, 2026. It is now read-only.

chore(deps): bump langgraph from 0.6.7 to 1.0.1 #213

chore(deps): bump langgraph from 0.6.7 to 1.0.1

chore(deps): bump langgraph from 0.6.7 to 1.0.1 #213

Workflow file for this run

name: Format with Black
on:
pull_request:
branches:
- streamlit
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--color"
src: "./freestream"