-
Notifications
You must be signed in to change notification settings - Fork 19k
release: 0.4 #32418
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
release: 0.4 #32418
Conversation
Co-authored-by: Maxime Grenu <[email protected]> Co-authored-by: Claude <[email protected]> Co-authored-by: Claude <[email protected]> Co-authored-by: jmaillefaud <[email protected]> Co-authored-by: Eugene Yurtsev <[email protected]> Co-authored-by: tanwirahmad <[email protected]> Co-authored-by: Christophe Bornet <[email protected]> Co-authored-by: Copilot <[email protected]> Co-authored-by: niceg <[email protected]> Co-authored-by: Chaitanya varma <[email protected]> Co-authored-by: dishaprakash <[email protected]> Co-authored-by: Chester Curme <[email protected]> Co-authored-by: Copilot <[email protected]> Co-authored-by: Kanav Bansal <[email protected]> Co-authored-by: Aleksandr Filippov <[email protected]> Co-authored-by: Alex Feel <[email protected]>
# Conflicts: # .github/workflows/_integration_test.yml # .github/workflows/_release.yml # .github/workflows/api_doc_build.yml # .github/workflows/people.yml # .github/workflows/run_notebooks.yml # .github/workflows/scheduled_test.yml # SECURITY.md # docs/docs/integrations/vectorstores/pgvectorstore.ipynb # libs/langchain_v1/langchain/chat_models/base.py # libs/langchain_v1/tests/integration_tests/chat_models/test_base.py # libs/langchain_v1/tests/unit_tests/chat_models/test_chat_models.py
Co-authored-by: Mason Daugherty <[email protected]> Co-authored-by: Eugene Yurtsev <[email protected]> Co-authored-by: Mason Daugherty <[email protected]> Co-authored-by: Nuno Campos <[email protected]>
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
CodSpeed WallTime Performance ReportMerging #32418 will degrade performances by 12.33%Comparing
|
Benchmark | BASE |
HEAD |
Change | |
---|---|---|---|---|
❌ | test_import_time[InMemoryVectorStore] |
242.1 ms | 272.1 ms | -11.01% |
❌ | test_import_time[LangChainTracer] |
408.5 ms | 466 ms | -12.33% |
CodSpeed Instrumentation Performance ReportMerging #32418 will not alter performanceComparing Summary
Benchmarks breakdown
|
@@ -56,6 +56,8 @@ langchain-tests = { path = "../../standard-tests", editable = true } | |||
|
|||
[tool.mypy] | |||
disallow_untyped_defs = "True" | |||
disable_error_code = ["typeddict-unknown-key"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this better than per-line ignores?
Co-authored-by: Kanav Bansal <[email protected]> Co-authored-by: Pranav Bhartiya <[email protected]> Co-authored-by: Nelson Sproul <[email protected]> Co-authored-by: John Bledsoe <[email protected]>
Resolves #32215 --------- Co-authored-by: Chester Curme <[email protected]> Co-authored-by: Eugene Yurtsev <[email protected]> Co-authored-by: Nuno Campos <[email protected]>
Adds backward compat for `.text()` on messages while keeping `.text` access _The kicker:_ Any previous use of `.text()` will now need a `# type: ignore[operator]` to silence type checkers. However, it will still behave as expected at runtime. Deprecating in v0.4.0, to be removed in v2.0.0.
Co-authored-by: Mason Daugherty <[email protected]>
To prevent polluting future PRs
# Conflicts: # libs/core/langchain_core/version.py # libs/core/pyproject.toml # libs/core/uv.lock # libs/partners/openai/tests/integration_tests/chat_models/test_responses_api.py # libs/partners/openai/uv.lock
…eld usage notes (#32472)
No description provided.