Skip to content

Commit

Permalink
only core min version test
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis committed Feb 17, 2024
1 parent 88d995a commit 1d3a3e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/get_min_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from packaging.version import parse as parse_version
import re

MIN_VERSION_LIBS = ["langchain-core", "langchain-community", "langchain"]
MIN_VERSION_LIBS = ["langchain-core"]


def get_min_version(version: str) -> str:
Expand Down

0 comments on commit 1d3a3e8

Please sign in to comment.