chore: bump up camel version to 0.2.90a1 (#1263)

This commit is contained in:
Wendong-Fan 2026-02-13 08:17:00 +00:00 committed by GitHub
parent d5a6c3937d
commit a8ecd774ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 10 additions and 10 deletions

View file

@ -6,7 +6,7 @@ readme = "README.md"
requires-python = ">=3.11,<3.12"
dependencies = [
"pip>=23.0",
"camel-ai[eigent]==0.2.89",
"camel-ai[eigent]==0.2.90a1",
"fastapi>=0.115.12",
"fastapi-babel>=1.0.0",
"uvicorn[standard]>=0.34.2",

8
backend/uv.lock generated
View file

@ -242,7 +242,7 @@ dev = [
[package.metadata]
requires-dist = [
{ name = "aiofiles", specifier = ">=24.1.0" },
{ name = "camel-ai", extras = ["eigent"], specifier = "==0.2.89" },
{ name = "camel-ai", extras = ["eigent"], specifier = "==0.2.90a1" },
{ name = "debugpy", specifier = ">=1.8.17" },
{ name = "fastapi", specifier = ">=0.115.12" },
{ name = "fastapi-babel", specifier = ">=1.0.0" },
@ -285,7 +285,7 @@ wheels = [
[[package]]
name = "camel-ai"
version = "0.2.89"
version = "0.2.90a1"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "astor" },
@ -303,9 +303,9 @@ dependencies = [
{ name = "tiktoken" },
{ name = "websockets" },
]
sdist = { url = "https://files.pythonhosted.org/packages/19/2c/476959e43690d6086b435434f099fbd3ced59a8ecf035cd0eb2e344b8d86/camel_ai-0.2.89.tar.gz", hash = "sha256:f85dcd9d2913ffc1f7a8f1950d6203eaff60359d3ec7cc931c7186d4e38ab1eb", size = 1154058, upload-time = "2026-02-12T08:45:05.946Z" }
sdist = { url = "https://files.pythonhosted.org/packages/85/cc/78345177dfffd532f21889bb4794f197e21ca79451a27243f0240db04840/camel_ai-0.2.90a1.tar.gz", hash = "sha256:0a84a7991a8679a83dcf1c6124d0a5ae953282526cf5a04a07bec8b7338436eb", size = 1156184, upload-time = "2026-02-12T22:32:31.727Z" }
wheels = [
{ url = "https://files.pythonhosted.org/packages/41/51/aa7a805d48e8b691eb5b7d995efe457980f7bf091a6a062a1781623289b0/camel_ai-0.2.89-py3-none-any.whl", hash = "sha256:8695647809a2df3a6506f41facb714369f15eafb68ba35b5e586b3bf2ff77797", size = 1628941, upload-time = "2026-02-12T08:45:03.315Z" },
{ url = "https://files.pythonhosted.org/packages/05/2c/926157452c27d1f93640a2293a7a0193212cdb4d1d34f62b98c4392491ce/camel_ai-0.2.90a1-py3-none-any.whl", hash = "sha256:2764de542c165d57b35836999500aeb2ba148077d494a168009fb7a4ddc64ca3", size = 1632784, upload-time = "2026-02-12T22:32:29.704Z" },
]
[package.optional-dependencies]

View file

@ -7,7 +7,7 @@ requires-python = ">=3.12,<3.13"
dependencies = [
"alembic>=1.15.2",
"openai>=1.99.3,<2",
"camel-ai==0.2.89",
"camel-ai==0.2.90a1",
"pydantic[email]>=2.11.1",
"click>=8.1.8",
"fastapi>=0.115.12",

8
server/uv.lock generated
View file

@ -113,7 +113,7 @@ wheels = [
[[package]]
name = "camel-ai"
version = "0.2.89"
version = "0.2.90a1"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "astor" },
@ -131,9 +131,9 @@ dependencies = [
{ name = "tiktoken" },
{ name = "websockets" },
]
sdist = { url = "https://files.pythonhosted.org/packages/19/2c/476959e43690d6086b435434f099fbd3ced59a8ecf035cd0eb2e344b8d86/camel_ai-0.2.89.tar.gz", hash = "sha256:f85dcd9d2913ffc1f7a8f1950d6203eaff60359d3ec7cc931c7186d4e38ab1eb", size = 1154058, upload-time = "2026-02-12T08:45:05.946Z" }
sdist = { url = "https://files.pythonhosted.org/packages/85/cc/78345177dfffd532f21889bb4794f197e21ca79451a27243f0240db04840/camel_ai-0.2.90a1.tar.gz", hash = "sha256:0a84a7991a8679a83dcf1c6124d0a5ae953282526cf5a04a07bec8b7338436eb", size = 1156184, upload-time = "2026-02-12T22:32:31.727Z" }
wheels = [
{ url = "https://files.pythonhosted.org/packages/41/51/aa7a805d48e8b691eb5b7d995efe457980f7bf091a6a062a1781623289b0/camel_ai-0.2.89-py3-none-any.whl", hash = "sha256:8695647809a2df3a6506f41facb714369f15eafb68ba35b5e586b3bf2ff77797", size = 1628941, upload-time = "2026-02-12T08:45:03.315Z" },
{ url = "https://files.pythonhosted.org/packages/05/2c/926157452c27d1f93640a2293a7a0193212cdb4d1d34f62b98c4392491ce/camel_ai-0.2.90a1-py3-none-any.whl", hash = "sha256:2764de542c165d57b35836999500aeb2ba148077d494a168009fb7a4ddc64ca3", size = 1632784, upload-time = "2026-02-12T22:32:29.704Z" },
]
[[package]]
@ -332,7 +332,7 @@ requires-dist = [
{ name = "alembic", specifier = ">=1.15.2" },
{ name = "arrow", specifier = ">=1.3.0" },
{ name = "bcrypt", specifier = "==4.0.1" },
{ name = "camel-ai", specifier = "==0.2.89" },
{ name = "camel-ai", specifier = "==0.2.90a1" },
{ name = "click", specifier = ">=8.1.8" },
{ name = "convert-case", specifier = ">=1.2.3" },
{ name = "cryptography", specifier = ">=45.0.4" },