Skip to content

Commit 141a002

Browse files
committed
experiment to check that version check fails when versions are out of sync
1 parent b8c2e92 commit 141a002

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check_core_versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Check Version Equality
1+
name: Check `langchain-core` version equality
22

33
on:
44
pull_request:

libs/core/langchain_core/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""langchain-core version information and utilities."""
22

3-
VERSION = "0.3.51"
3+
VERSION = "0.3.50"

0 commit comments

Comments
 (0)