Skip to content

Commit

Permalink
chore: Upgrade Honcho Version
Browse files Browse the repository at this point in the history
  • Loading branch information
VVoruganti committed Nov 15, 2024
1 parent c534241 commit 67ee7f4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion agent/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies = [
"validators>=0.20.0",
"sentry-sdk>=2.13.0",
"python-dotenv>=1.0.1",
"honcho-ai>=0.0.15",
"honcho-ai>=0.0.17",
]

[tool.hatch.build.targets.wheel]
Expand Down
2 changes: 1 addition & 1 deletion api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies = [
"sentry-sdk[fastapi]>=2.13.0",
"agent",
"python-dotenv>=1.0.1",
"honcho-ai>=0.0.15",
"honcho-ai>=0.0.17",
"supabase>=2.9.1",
]

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"honcho-ai>=0.0.15",
"honcho-ai>=0.0.17",
"python-dotenv>=1.0.1",
]

Expand Down
12 changes: 6 additions & 6 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 67ee7f4

Please sign in to comment.