File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ dependencies = [
1111 " django-redis==6.0.0" ,
1212 " django-db-connection-pool==1.2.6" ,
1313 " django-mptt==0.17.0" ,
14+ " djangorestframework==3.17.1" ,
1415 " psycopg[binary]==3.2.9" ,
1516 " python-dotenv==1.1.1" ,
1617 " uuid-utils==0.14.0" ,
@@ -21,7 +22,8 @@ dependencies = [
2122 " beautifulsoup4==4.13.4" ,
2223 " jieba==0.42.1" ,
2324 " langchain==1.2.15" ,
24- " langchain-openai==1.1.12" ,
25+ " langchain-core==1.2.29" ,
26+ " langchain-openai==1.1.13" ,
2527 " langchain-anthropic==1.4.0" ,
2628 " langchain-community==0.4.1" ,
2729 " langchain-deepseek==1.0.1" ,
@@ -31,7 +33,7 @@ dependencies = [
3133 " langchain-ollama==1.1.0" ,
3234 " langchain-aws==1.4.3" ,
3335 " langgraph==1.1.6" ,
34- " deepagents==0.4.12 " ,
36+ " deepagents==0.5.2 " ,
3537 " torch==2.8.0" ,
3638 " numpy==1.26.4" ,
3739 " sentence-transformers==5.0.0" ,
@@ -61,7 +63,7 @@ dependencies = [
6163 " websockets==15.0.1" ,
6264 " pylint==3.3.7" ,
6365 " cohere==5.17.0" ,
64- " jsonpath-ng==1.8.0" ,
66+ " jsonpath-ng==1.8.0"
6567]
6668
6769[tool .uv ]
You can’t perform that action at this time.
0 commit comments