Skip to content

Commit 4d1cfa4

Browse files
authored
chore(langchain,prompty): rename to langchain-classic (#33256)
* Rename to langchain-classic * After release of community, we should add the [community] option back into the pyproject.toml file.
1 parent 2286d0d commit 4d1cfa4

File tree

2,019 files changed

+38351
-38224
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,019 files changed

+38351
-38224
lines changed

libs/langchain/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ test_watch_extended:
3636
integration_tests:
3737
uv run --group test --group test_integration pytest tests/integration_tests
3838

39-
check_imports: $(shell find langchain -name '*.py')
39+
check_imports: $(shell find langchain_classic -name '*.py')
4040
uv run python ./scripts/check_imports.py $^
4141

4242
######################
@@ -48,7 +48,7 @@ PYTHON_FILES=.
4848
MYPY_CACHE=.mypy_cache
4949
lint format: PYTHON_FILES=.
5050
lint_diff format_diff: PYTHON_FILES=$(shell git diff --relative=libs/langchain --name-only --diff-filter=d master | grep -E '\.py$$|\.ipynb$$')
51-
lint_package: PYTHON_FILES=langchain
51+
lint_package: PYTHON_FILES=langchain_classic
5252
lint_tests: PYTHON_FILES=tests
5353
lint_tests: MYPY_CACHE=.mypy_cache_test
5454

libs/langchain/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ To help you ship LangChain apps to production faster, check out [LangSmith](http
1313

1414
## Quick Install
1515

16-
`pip install langchain`
16+
`pip install langchain-classic`
1717

1818
## 🤔 What is this?
1919

0 commit comments

Comments
 (0)