File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
samples/index_tuning_sample Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 7373 "matchPackageNames" : [ "langchain-postgres" ] ,
7474 "semanticCommitType" : "feat" ,
7575 "groupName" : "langchain-postgres"
76+ } ,
77+ {
78+ "description" : "Disable isort updates for python <=3.9 in pyproject.toml" ,
79+ "matchFileNames" : [ "pyproject.toml" ] ,
80+ "matchPackageNames" : [ "isort" ] ,
81+ "matchCurrentValue" : "==6.1.0" ,
82+ "enabled" : false
7683 }
7784 ] ,
7885}
Original file line number Diff line number Diff line change @@ -43,7 +43,8 @@ langgraph = [
4343]
4444test = [
4545 " black[jupyter]==25.9.0" ,
46- " isort==6.1.0" ,
46+ " isort==6.1.0; python_version == '3.9'" ,
47+ " isort==7.0.0; python_version >= '3.10'" ,
4748 " mypy==1.18.2" ,
4849 " pytest-asyncio==0.26.0" ,
4950 " pytest==8.4.2" ,
Original file line number Diff line number Diff line change 1- langchain-community == 0.3.31
1+ langchain-community == 0.4
22langchain-google-cloud-sql-pg == 0.14.1
33langchain-google-vertexai == 2.1.2
You can’t perform that action at this time.
0 commit comments