We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8345852 commit d388628Copy full SHA for d388628
.github/dependabot.yml
@@ -78,3 +78,7 @@ updates:
78
interval: monthly
79
open-pull-requests-limit: 10
80
versioning-strategy: increase
81
+ ignore:
82
+ # Langchain 1.x has breaking changes
83
+ - dependency-name: langchain
84
+ - dependency-name: langchain-community
functions/most_popular_repo_langchain/requirements.txt
@@ -1,5 +1,5 @@
1
-langchain==1.0.3
2
-langchain-community==0.4.1
+langchain==0.3.27
+langchain-community==0.3.30
3
requests==2.32.5
4
PyGithub==2.8.1
5
boto3==1.40.64
0 commit comments