mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
fix(ci): authorize langgraph-prebuilt in liccheck.ini
langgraph-prebuilt was previously pulled in as a transitive of langgraph so PyPI license metadata was reported as unknown. Now that it is explicitly pinned (==1.0.8) to avoid the broken 1.0.9 release, the license checker flags it. It is published under MIT by the same langchain-ai/langgraph repository as langgraph itself.
This commit is contained in:
parent
c294bbe4f0
commit
b26f858ab0
1 changed files with 1 additions and 0 deletions
|
|
@ -167,4 +167,5 @@ blockbuster: >=1.5.26 # Apache 2.0 license
|
|||
pylint: >=3.3.9 # GPLv2 license
|
||||
langchain-mcp-adapters: >=0.2.1 # MIT License
|
||||
langgraph: >=1.0.10 # MIT License
|
||||
langgraph-prebuilt: >=1.0.8 # MIT License - https://github.com/langchain-ai/langgraph/blob/main/LICENSE
|
||||
pytest-rerunfailures: >=15.1 # MPL 2.0 license
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue