core[patch]: update langchain-core runtime library name (#14884)

Co-authored-by: Erick Friis <erick@langchain.dev>
pull/14982/head
chyroc 5 months ago committed by GitHub
parent 42822484ef
commit 57d1eb733f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,7 +10,7 @@ def get_runtime_environment() -> dict:
return {
"library_version": __version__,
"library": "langchain",
"library": "langchain-core",
"platform": platform.platform(),
"runtime": "python",
"runtime_version": platform.python_version(),

Loading…
Cancel
Save