mirror of
https://github.com/langchain-ai/deepagents.git
synced 2026-07-25 04:46:03 -04:00
fix(quickjs): raise minimum quickjs-rs version to 0.2.5 (#5059)
Raise the minimum supported `quickjs-rs` version to 0.2.5 and refresh workspace lockfiles so all packages resolve the updated QuickJS runtime.
This commit is contained in:
@@ -24,7 +24,7 @@ keywords = ["deepagents", "langchain", "langgraph", "repl", "javascript", "quick
|
||||
|
||||
dependencies = [
|
||||
"deepagents>=0.6.12,<0.8.0",
|
||||
"quickjs-rs>=0.2.4,<0.3.0",
|
||||
"quickjs-rs>=0.2.5,<0.3.0",
|
||||
"langchain>=1.3.14,<2.0.0",
|
||||
"langchain-core>=1.4.9,<2.0.0",
|
||||
"langgraph>=1.2.9,<2.0.0",
|
||||
|
||||
Generated
+4
-4
@@ -980,7 +980,7 @@ requires-dist = [
|
||||
{ name = "langchain", specifier = ">=1.3.14,<2.0.0" },
|
||||
{ name = "langchain-core", specifier = ">=1.4.9,<2.0.0" },
|
||||
{ name = "langgraph", specifier = ">=1.2.9,<2.0.0" },
|
||||
{ name = "quickjs-rs", specifier = ">=0.2.4,<0.3.0" },
|
||||
{ name = "quickjs-rs", specifier = ">=0.2.5,<0.3.0" },
|
||||
]
|
||||
|
||||
[package.metadata.requires-dev]
|
||||
@@ -1788,14 +1788,14 @@ wheels = [
|
||||
|
||||
[[package]]
|
||||
name = "quickjs-rs"
|
||||
version = "0.2.4"
|
||||
version = "0.2.5"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
dependencies = [
|
||||
{ name = "wasmtime" },
|
||||
]
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/61/34/1b63bc3db8d950139618d1d38eff5648e5aaa53b2982da5ec121fcf72c63/quickjs_rs-0.2.4.tar.gz", hash = "sha256:7226d18bfa05d97fd629348b7d71512dab4da12bfbe29bdd50486bfc10858cc9", size = 829056, upload-time = "2026-06-24T19:42:21.6Z" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/7f/dc/177301106aede96a709d5577127aaa090364d4abb8b4c4cfb87b12ae2c30/quickjs_rs-0.2.5.tar.gz", hash = "sha256:3ceb30fba27013108fac92f0a716d6a16980131ce5b13f9912848df1f1f2cf09", size = 830147, upload-time = "2026-07-24T20:29:26.377Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/9d/5f/38a30bdfc4fd0a369f1cfe394ea51fbb43a7e492ffe4006f212d24ab05c5/quickjs_rs-0.2.4-py3-none-any.whl", hash = "sha256:3b497b712c4e94401d5617a4c5808b290e2d6bac8e147b315e880306145ae734", size = 799749, upload-time = "2026-06-24T19:42:19.707Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/d0/1d/e4406d13ce9b9443dbfa59e2a2d5b3e11278ebe322b54de38ae18faf5436/quickjs_rs-0.2.5-py3-none-any.whl", hash = "sha256:e82240af1f1dd1b2e12bcf169a22a8e0e451e356f0688f2fc3bba886d9b2bb20", size = 801138, upload-time = "2026-07-24T20:29:24.194Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
||||
Reference in New Issue
Block a user