mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-20 10:03:16 +00:00
chore(langchain): drop cap on python version (#32974)
This commit is contained in:
@@ -5,7 +5,7 @@ build-backend = "pdm.backend"
|
|||||||
[project]
|
[project]
|
||||||
authors = []
|
authors = []
|
||||||
license = { text = "MIT" }
|
license = { text = "MIT" }
|
||||||
requires-python = ">=3.9, <4.0"
|
requires-python = ">=3.9"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"langchain-core<1.0.0,>=0.3.72",
|
"langchain-core<1.0.0,>=0.3.72",
|
||||||
"langchain-text-splitters<1.0.0,>=0.3.9",
|
"langchain-text-splitters<1.0.0,>=0.3.9",
|
||||||
|
4
libs/langchain/uv.lock
generated
4
libs/langchain/uv.lock
generated
@@ -1,6 +1,6 @@
|
|||||||
version = 1
|
version = 1
|
||||||
revision = 3
|
revision = 2
|
||||||
requires-python = ">=3.9, <4.0"
|
requires-python = ">=3.9"
|
||||||
resolution-markers = [
|
resolution-markers = [
|
||||||
"python_full_version >= '3.13' and platform_python_implementation == 'PyPy'",
|
"python_full_version >= '3.13' and platform_python_implementation == 'PyPy'",
|
||||||
"python_full_version >= '3.13' and platform_python_implementation != 'PyPy'",
|
"python_full_version >= '3.13' and platform_python_implementation != 'PyPy'",
|
||||||
|
Reference in New Issue
Block a user