Skip to content

Commit 7e3baa8

Browse files
leonbi-dbleonbi100
andauthored
Update dependency versions (#45)
* Update dependency versions * Update versions --------- Co-authored-by: leonbi100 <[email protected]>
1 parent b6dddc8 commit 7e3baa8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

integrations/langchain/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "databricks-langchain"
3-
version = "0.1.1.dev0"
3+
version = "0.2.0"
44
description = "Support for Databricks AI support in LangChain"
55
authors = [
66
{ name="Prithvi Kannan", email="[email protected]" },
@@ -13,7 +13,7 @@ dependencies = [
1313
"langchain-community>=0.2.0",
1414
"mlflow",
1515
"databricks-vectorsearch>=0.40",
16-
"databricks-ai-bridge>=0.1.0",
16+
"databricks-ai-bridge>=0.2.0",
1717
]
1818

1919
[project.optional-dependencies]

integrations/openai/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = { text="Apache-2.0" }
1010
requires-python = ">=3.9"
1111
dependencies = [
1212
"databricks-vectorsearch>=0.40",
13-
"databricks-ai-bridge>=0.1.0",
13+
"databricks-ai-bridge>=0.2.0",
1414
"openai>=1.46.1",
1515
]
1616

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "databricks-ai-bridge"
3-
version = "0.1.1.dev0"
3+
version = "0.2.0"
44
description = "Official Python library for Databricks AI support"
55
authors = [
66
{ name="Prithvi Kannan", email="[email protected]" },

0 commit comments

Comments
 (0)