mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-25 16:13:25 +00:00
core[patch]: update langchain-core runtime library name (#14884)
Co-authored-by: Erick Friis <erick@langchain.dev>
This commit is contained in:
parent
42822484ef
commit
57d1eb733f
@ -10,7 +10,7 @@ def get_runtime_environment() -> dict:
|
|||||||
|
|
||||||
return {
|
return {
|
||||||
"library_version": __version__,
|
"library_version": __version__,
|
||||||
"library": "langchain",
|
"library": "langchain-core",
|
||||||
"platform": platform.platform(),
|
"platform": platform.platform(),
|
||||||
"runtime": "python",
|
"runtime": "python",
|
||||||
"runtime_version": platform.python_version(),
|
"runtime_version": platform.python_version(),
|
||||||
|
Loading…
Reference in New Issue
Block a user