chore(langchain): drop cap on python version (#32974)

This commit is contained in:
ccurme
2025-09-16 10:44:21 -04:00
committed by GitHub
parent 8180020b93
commit e63c1d7171
2 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ build-backend = "pdm.backend"
[project]
authors = []
license = { text = "MIT" }
requires-python = ">=3.9, <4.0"
requires-python = ">=3.9"
dependencies = [
"langchain-core<1.0.0,>=0.3.72",
"langchain-text-splitters<1.0.0,>=0.3.9",

View File

@@ -1,6 +1,6 @@
version = 1
revision = 3
requires-python = ">=3.9, <4.0"
revision = 2
requires-python = ">=3.9"
resolution-markers = [
"python_full_version >= '3.13' and platform_python_implementation == 'PyPy'",
"python_full_version >= '3.13' and platform_python_implementation != 'PyPy'",