Skip to content

Commit a96c088

Browse files
authored
release: 0.0.78 (#861)
2 parents 457dea6 + 7e7d36e commit a96c088

6 files changed

Lines changed: 22 additions & 21 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ body:
1212
id: version
1313
attributes:
1414
label: What version of eigent are you using?
15-
placeholder: E.g., 0.0.77
15+
placeholder: E.g., 0.0.78
1616
validations:
1717
required: true
1818

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ readme = "README.md"
66
requires-python = ">=3.10,<3.11"
77
dependencies = [
88
"pip>=23.0",
9-
"camel-ai[eigent]==0.2.83a8",
9+
"camel-ai[eigent]==0.2.83a9",
1010
"fastapi>=0.115.12",
1111
"fastapi-babel>=1.0.0",
1212
"uvicorn[standard]>=0.34.2",

backend/uv.lock

Lines changed: 14 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eigent",
3-
"version": "0.0.77",
3+
"version": "0.0.78",
44
"main": "dist-electron/main/index.js",
55
"description": "Eigent",
66
"author": "Eigent.AI",

server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ requires-python = ">=3.12,<3.13"
77
dependencies = [
88
"alembic>=1.15.2",
99
"openai>=1.99.3,<2",
10-
"camel-ai==0.2.83a8",
10+
"camel-ai==0.2.83a9",
1111
"pydantic[email]>=2.11.1",
1212
"click>=8.1.8",
1313
"fastapi>=0.115.12",

server/uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)