Skip to content

Commit

Permalink
refactor: Depend on exact versions for internal 1st party dependencies (
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmigloz authored Jul 10, 2024
1 parent e1f9336 commit 244e5e8
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/langchain/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies:
characters: ^1.3.0
collection: '>=1.17.0 <1.19.0'
crypto: ^3.0.3
langchain_core: ^0.3.3
langchain_core: 0.3.3
meta: ^1.11.0
uuid: ^4.3.3

Expand Down
2 changes: 1 addition & 1 deletion packages/langchain_anthropic/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies:
anthropic_sdk_dart: ^0.1.0
collection: '>=1.17.0 <1.19.0'
http: ^1.1.0
langchain_core: ^0.3.3
langchain_core: 0.3.3
langchain_tiktoken: ^1.0.1
rxdart: ^0.27.7

Expand Down
2 changes: 1 addition & 1 deletion packages/langchain_chroma/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ environment:
dependencies:
chromadb: ^0.2.0+1
http: ^1.1.0
langchain_core: ^0.3.3
langchain_core: 0.3.3
meta: ^1.11.0
uuid: ^4.3.3

Expand Down
2 changes: 1 addition & 1 deletion packages/langchain_community/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
flat_buffers: ^23.5.26
http: ^1.1.0
json_path: ^0.7.1
langchain_core: ^0.3.3
langchain_core: 0.3.3
math_expressions: ^2.4.0
meta: ^1.11.0
objectbox: ^4.0.1
Expand Down
2 changes: 1 addition & 1 deletion packages/langchain_firebase/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies:
firebase_auth: ^5.1.0
firebase_core: ^3.1.0
firebase_vertexai: ^0.2.2
langchain_core: ^0.3.3
langchain_core: 0.3.3
meta: ^1.11.0
uuid: ^4.3.3

Expand Down
2 changes: 1 addition & 1 deletion packages/langchain_google/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies:
googleapis: ^12.0.0
googleapis_auth: ^1.5.1
http: ^1.1.0
langchain_core: ^0.3.3
langchain_core: 0.3.3
meta: ^1.11.0
uuid: ^4.3.3
vertex_ai: ^0.1.0+1
Expand Down
2 changes: 1 addition & 1 deletion packages/langchain_mistralai/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ environment:
dependencies:
collection: '>=1.17.0 <1.19.0'
http: ^1.1.0
langchain_core: ^0.3.3
langchain_core: 0.3.3
langchain_tiktoken: ^1.0.1
meta: ^1.11.0
mistralai_dart: ^0.0.3+3
Expand Down
2 changes: 1 addition & 1 deletion packages/langchain_ollama/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ environment:
dependencies:
collection: '>=1.17.0 <1.19.0'
http: ^1.1.0
langchain_core: ^0.3.3
langchain_core: 0.3.3
langchain_tiktoken: ^1.0.1
meta: ^1.11.0
ollama_dart: ^0.1.2
Expand Down
2 changes: 1 addition & 1 deletion packages/langchain_openai/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ environment:
dependencies:
collection: '>=1.17.0 <1.19.0'
http: ^1.1.0
langchain_core: ^0.3.3
langchain_core: 0.3.3
langchain_tiktoken: ^1.0.1
meta: ^1.11.0
openai_dart: ^0.3.3+1
Expand Down
2 changes: 1 addition & 1 deletion packages/langchain_pinecone/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ environment:

dependencies:
http: ^1.1.0
langchain_core: ^0.3.3
langchain_core: 0.3.3
meta: ^1.11.0
pinecone: ^0.7.2
uuid: ^4.3.3
Expand Down
2 changes: 1 addition & 1 deletion packages/langchain_supabase/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ environment:

dependencies:
http: ^1.1.0
langchain_core: ^0.3.3
langchain_core: 0.3.3
meta: ^1.11.0
supabase: ^2.0.8

Expand Down

0 comments on commit 244e5e8

Please sign in to comment.