mirror of
https://github.com/VinciGit00/Scrapegraph-ai.git
synced 2026-07-01 21:00:48 +08:00
fix: pyproject.toml
This commit is contained in:
parent
a96617d6f8
commit
360ce1c0e4
@ -1,7 +1,6 @@
|
||||
[project]
|
||||
name = "scrapegraphai"
|
||||
version = "1.15.1"
|
||||
|
||||
description = "A web scraping library based on LangChain which uses LLM and direct graph logic to create scraping pipelines."
|
||||
authors = [
|
||||
{ name = "Marco Vinciguerra", email = "mvincig11@gmail.com" },
|
||||
|
||||
@ -5,7 +5,6 @@ import time
|
||||
import warnings
|
||||
from typing import Tuple
|
||||
from langchain_community.callbacks import get_openai_callback
|
||||
from ..integrations import BurrBridge
|
||||
from ..telemetry import log_graph_execution
|
||||
|
||||
class BaseGraph:
|
||||
@ -255,6 +254,7 @@ class BaseGraph:
|
||||
|
||||
self.initial_state = initial_state
|
||||
if self.use_burr:
|
||||
from ..integrations import BurrBridge
|
||||
|
||||
bridge = BurrBridge(self, self.burr_config)
|
||||
result = bridge.execute(initial_state)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user