Skip to content

Commit ce26415

Browse files
committed
feat: Drop support for python 3.9
feat!: Bump minimum langchain version to 1.0.0
1 parent 4fab18f commit ce26415

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

packages/ai-providers/server-ai-langchain/pyproject.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@ description = "LaunchDarkly AI SDK LangChain Provider"
55
authors = [{name = "LaunchDarkly", email = "dev@launchdarkly.com"}]
66
license = {text = "Apache-2.0"}
77
readme = "README.md"
8-
requires-python = ">=3.9,<4"
8+
requires-python = ">=3.10,<4"
99
classifiers = [
1010
"Intended Audience :: Developers",
1111
"License :: OSI Approved :: Apache Software License",
1212
"Operating System :: OS Independent",
1313
"Programming Language :: Python :: 3",
14-
"Programming Language :: Python :: 3.9",
1514
"Programming Language :: Python :: 3.10",
1615
"Programming Language :: Python :: 3.11",
1716
"Programming Language :: Python :: 3.12",
@@ -21,8 +20,8 @@ classifiers = [
2120
]
2221
dependencies = [
2322
"launchdarkly-server-sdk-ai>=0.16.0",
24-
"langchain-core>=0.2.0",
25-
"langchain>=0.2.0",
23+
"langchain-core>=1.0.0",
24+
"langchain>=1.0.0",
2625
]
2726

2827
[project.urls]
@@ -47,7 +46,7 @@ build-backend = "hatchling.build"
4746
packages = ["src/ldai_langchain"]
4847

4948
[tool.mypy]
50-
python_version = "3.9"
49+
python_version = "3.10"
5150
ignore_missing_imports = true
5251
install_types = true
5352
non_interactive = true

0 commit comments

Comments
 (0)