Skip to content

Commit

Permalink
feat: Update meta and test dependencies (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmigloz committed Feb 14, 2024
1 parent d23ed89 commit 912370e
Show file tree
Hide file tree
Showing 23 changed files with 28 additions and 28 deletions.
4 changes: 2 additions & 2 deletions packages/chromadb/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
freezed_annotation: ^2.4.1
http: ^1.1.0
json_annotation: ^4.8.1
meta: ^1.7.0
meta: ^1.9.1

dev_dependencies:
build_runner: ^2.4.6
Expand All @@ -29,4 +29,4 @@ dev_dependencies:
git:
url: https://github.com/davidmigloz/openapi_spec.git
ref: 52bd544753980267da6d4b299cbf1067a0d07131
test: ^1.24.3
test: ^1.25.2
4 changes: 2 additions & 2 deletions packages/googleai_dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies:
freezed_annotation: ^2.4.1
http: ^1.1.0
json_annotation: ^4.8.1
meta: ^1.7.0
meta: ^1.9.1

dev_dependencies:
build_runner: ^2.4.6
Expand All @@ -32,4 +32,4 @@ dev_dependencies:
git:
url: https://github.com/davidmigloz/openapi_spec.git
ref: 52bd544753980267da6d4b299cbf1067a0d07131
test: ^1.24.3
test: ^1.25.2
2 changes: 1 addition & 1 deletion packages/langchain/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ dependencies:
uuid: ^4.0.0

dev_dependencies:
test: ^1.24.5
test: ^1.25.2
2 changes: 1 addition & 1 deletion packages/langchain_amazon/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ dependencies:
meta: ^1.9.1

dev_dependencies:
test: ^1.24.3
test: ^1.25.2
2 changes: 1 addition & 1 deletion packages/langchain_anthropic/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ dependencies:
meta: ^1.9.1

dev_dependencies:
test: ^1.24.3
test: ^1.25.2
2 changes: 1 addition & 1 deletion packages/langchain_chroma/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ dependencies:
uuid: ^4.0.0

dev_dependencies:
test: ^1.24.3
test: ^1.25.2
langchain_openai: ^0.4.0+1
2 changes: 1 addition & 1 deletion packages/langchain_cohere/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ dependencies:
meta: ^1.9.1

dev_dependencies:
test: ^1.24.3
test: ^1.25.2
2 changes: 1 addition & 1 deletion packages/langchain_community/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ dependencies:
meta: ^1.9.1

dev_dependencies:
test: ^1.24.5
test: ^1.25.2
2 changes: 1 addition & 1 deletion packages/langchain_core/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ dependencies:
meta: ^1.9.1

dev_dependencies:
test: ^1.24.5
test: ^1.25.2
2 changes: 1 addition & 1 deletion packages/langchain_google/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ dependencies:
vertex_ai: ^0.0.9+1

dev_dependencies:
test: ^1.24.3
test: ^1.25.2
2 changes: 1 addition & 1 deletion packages/langchain_huggingface/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ dependencies:
meta: ^1.9.1

dev_dependencies:
test: ^1.24.3
test: ^1.25.2
2 changes: 1 addition & 1 deletion packages/langchain_microsoft/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ dependencies:
meta: ^1.9.1

dev_dependencies:
test: ^1.24.3
test: ^1.25.2
2 changes: 1 addition & 1 deletion packages/langchain_mistralai/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ dependencies:
mistralai_dart: ^0.0.2+3

dev_dependencies:
test: ^1.24.5
test: ^1.25.2
2 changes: 1 addition & 1 deletion packages/langchain_ollama/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ dependencies:
uuid: ^4.0.0

dev_dependencies:
test: ^1.24.5
test: ^1.25.2
2 changes: 1 addition & 1 deletion packages/langchain_openai/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ dependencies:
uuid: ^4.0.0

dev_dependencies:
test: ^1.24.5
test: ^1.25.2
2 changes: 1 addition & 1 deletion packages/langchain_pinecone/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ dependencies:
uuid: ^4.0.0

dev_dependencies:
test: ^1.24.3
test: ^1.25.2
langchain_openai: ^0.4.0+1
2 changes: 1 addition & 1 deletion packages/langchain_weaviate/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ dependencies:
meta: ^1.9.1

dev_dependencies:
test: ^1.24.3
test: ^1.25.2
2 changes: 1 addition & 1 deletion packages/langchain_wikipedia/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ dependencies:
meta: ^1.9.1

dev_dependencies:
test: ^1.24.3
test: ^1.25.2
2 changes: 1 addition & 1 deletion packages/langchain_wolfram/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ dependencies:
meta: ^1.9.1

dev_dependencies:
test: ^1.24.3
test: ^1.25.2
4 changes: 2 additions & 2 deletions packages/mistralai_dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies:
freezed_annotation: ^2.4.1
http: ^1.1.0
json_annotation: ^4.8.1
meta: ^1.7.0
meta: ^1.9.1

dev_dependencies:
build_runner: ^2.4.6
Expand All @@ -31,4 +31,4 @@ dev_dependencies:
git:
url: https://github.com/davidmigloz/openapi_spec.git
ref: 52bd544753980267da6d4b299cbf1067a0d07131
test: ^1.24.3
test: ^1.25.2
4 changes: 2 additions & 2 deletions packages/ollama_dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies:
freezed_annotation: ^2.4.1
http: ^1.1.0
json_annotation: ^4.8.1
meta: ^1.7.0
meta: ^1.9.1

dev_dependencies:
build_runner: ^2.4.6
Expand All @@ -31,4 +31,4 @@ dev_dependencies:
git:
url: https://github.com/davidmigloz/openapi_spec.git
ref: e14c0adaac69e9482e9b57f68fc7964032cdd44c
test: ^1.24.3
test: ^1.25.2
4 changes: 2 additions & 2 deletions packages/openai_dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies:
freezed_annotation: ^2.4.1
http: ^1.1.0
json_annotation: ^4.8.1
meta: ^1.7.0
meta: ^1.9.1

dev_dependencies:
build_runner: ^2.4.6
Expand All @@ -31,4 +31,4 @@ dev_dependencies:
git:
url: https://github.com/davidmigloz/openapi_spec.git
ref: e14c0adaac69e9482e9b57f68fc7964032cdd44c
test: ^1.24.3
test: ^1.25.2
2 changes: 1 addition & 1 deletion packages/vertex_ai/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ dependencies:
meta: ^1.9.1

dev_dependencies:
test: ^1.24.3
test: ^1.25.2

0 comments on commit 912370e

Please sign in to comment.