@@ -5,13 +5,12 @@ description = "LaunchDarkly AI SDK LangChain Provider"
55authors = [{name = " LaunchDarkly" , email = " dev@launchdarkly.com" }]
66license = {text = " Apache-2.0" }
77readme = " README.md"
8- requires-python = " >=3.9 ,<4"
8+ requires-python = " >=3.10 ,<4"
99classifiers = [
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]
2221dependencies = [
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"
4746packages = [" src/ldai_langchain" ]
4847
4948[tool .mypy ]
50- python_version = " 3.9 "
49+ python_version = " 3.10 "
5150ignore_missing_imports = true
5251install_types = true
5352non_interactive = true
0 commit comments