Skip to content

Commit f7c8779

Browse files
authored
feat: Upgrade to http v1.5.0 (#785)
1 parent ce37627 commit f7c8779

File tree

20 files changed

+39
-37
lines changed

20 files changed

+39
-37
lines changed

examples/vertex_ai_matching_engine_setup/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ resolution: workspace
1010
dependencies:
1111
gcloud: ^0.8.19
1212
googleapis_auth: ^2.0.0
13-
http: ^1.4.0
13+
http: ^1.5.0
1414
vertex_ai: ^0.1.2

packages/anthropic_sdk_dart/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ resolution: workspace
2121

2222
dependencies:
2323
freezed_annotation: ^3.1.0
24-
http: ^1.4.0
24+
http: ^1.5.0
2525
json_annotation: ^4.9.0
2626
meta: ^1.16.0
2727

@@ -34,4 +34,4 @@ dev_dependencies:
3434
git:
3535
url: https://github.com/davidmigloz/openapi_spec.git
3636
ref: 4fbc3c3841faf90c6799cb6d871a4f3b0ef82624
37-
test: ^1.25.15
37+
test: ^1.26.2

packages/chromadb/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ resolution: workspace
2020

2121
dependencies:
2222
freezed_annotation: ^3.1.0
23-
http: ^1.4.0
23+
http: ^1.5.0
2424
json_annotation: ^4.9.0
2525
meta: ^1.16.0
2626

@@ -32,4 +32,4 @@ dev_dependencies:
3232
git:
3333
url: https://github.com/davidmigloz/openapi_spec.git
3434
ref: 4fbc3c3841faf90c6799cb6d871a4f3b0ef82624
35-
test: ^1.25.15
35+
test: ^1.26.2

packages/langchain/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies:
2828
uuid: ^4.5.1
2929

3030
dev_dependencies:
31-
test: ^1.25.15
31+
test: ^1.26.2
3232
langchain_community: ^0.3.4+3
3333
langchain_openai: ^0.7.6+2
3434
langchain_ollama: ^0.3.3+3

packages/langchain_anthropic/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ resolution: workspace
2222
dependencies:
2323
anthropic_sdk_dart: ^0.2.3
2424
collection: ^1.19.1
25-
http: ^1.4.0
25+
http: ^1.5.0
2626
langchain_core: 0.3.9
2727
langchain_tiktoken: ^1.0.1
2828
meta: ^1.16.0
2929
rxdart: ">=0.27.7 <0.29.0"
3030

3131
dev_dependencies:
32-
test: ^1.25.15
32+
test: ^1.26.2

packages/langchain_chroma/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ resolution: workspace
2222

2323
dependencies:
2424
chromadb: ^0.2.3
25-
http: ^1.4.0
25+
http: ^1.5.0
2626
langchain_core: 0.3.9
2727
meta: ^1.16.0
2828
uuid: ^4.5.1
2929

3030
dev_dependencies:
31-
test: ^1.25.15
31+
test: ^1.26.2
3232
langchain: ^0.7.9
3333
langchain_community: 0.3.4+3
3434
langchain_openai: ^0.7.6+2

packages/langchain_community/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies:
2525
csv: ^6.0.0
2626
flat_buffers: ^23.5.26
2727
glob: ^2.1.3
28-
http: ^1.4.0
28+
http: ^1.5.0
2929
json_path: ^0.8.0
3030
langchain_core: 0.3.9
3131
math_expressions: ^3.0.0
@@ -39,7 +39,7 @@ dev_dependencies:
3939
build_runner: ^2.5.4
4040
langchain_openai: ^0.7.6+2
4141
objectbox_generator: ^4.3.0
42-
test: ^1.25.15
42+
test: ^1.26.2
4343

4444
objectbox:
4545
output_dir: src/vector_stores/objectbox

packages/langchain_core/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ dependencies:
2828
rxdart: ">=0.27.7 <0.29.0"
2929

3030
dev_dependencies:
31-
test: ^1.25.15
31+
test: ^1.26.2

packages/langchain_google/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ dependencies:
2626
google_generative_ai: ^0.4.7
2727
googleapis: ^14.0.0
2828
googleapis_auth: ^2.0.0
29-
http: ^1.4.0
29+
http: ^1.5.0
3030
langchain_core: 0.3.9
3131
meta: ^1.16.0
3232
uuid: ^4.5.1
3333
vertex_ai: ^0.1.2
3434

3535
dev_dependencies:
36-
test: ^1.25.15
36+
test: ^1.26.2

packages/langchain_mistralai/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ resolution: workspace
2222

2323
dependencies:
2424
collection: ^1.19.1
25-
http: ^1.4.0
25+
http: ^1.5.0
2626
langchain_core: 0.3.9
2727
langchain_tiktoken: ^1.0.1
2828
meta: ^1.16.0
2929
mistralai_dart: ^0.0.6
3030

3131
dev_dependencies:
3232
langchain: ^0.7.9
33-
test: ^1.25.15
33+
test: ^1.26.2

0 commit comments

Comments
 (0)