Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
24ac6c15
Unverified
Commit
24ac6c15
authored
Dec 15, 2025
by
KrishnanPrash
Committed by
GitHub
Dec 15, 2025
Browse files
chore: bump minijinja to 2.14.0 (#4949)
Signed-off-by:
Krishnan Prashanth
<
kprashanth@nvidia.com
>
parent
4e6493ae
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
12 deletions
+12
-12
ATTRIBUTIONS-Rust.md
ATTRIBUTIONS-Rust.md
+2
-2
Cargo.lock
Cargo.lock
+4
-4
lib/bindings/python/Cargo.lock
lib/bindings/python/Cargo.lock
+4
-4
lib/llm/Cargo.toml
lib/llm/Cargo.toml
+2
-2
No files found.
ATTRIBUTIONS-Rust.md
View file @
24ac6c15
...
...
@@ -63393,7 +63393,7 @@ SOFTWARE.
```
## minijinja - 2.1
2
.0
## minijinja - 2.1
4
.0
**Repository URL**: https://github.com/mitsuhiko/minijinja
**License Type(s)**: Apache-2.0
### License: https://raw.githubusercontent.com/mitsuhiko/minijinja/HEAD/LICENSE
...
...
@@ -63602,7 +63602,7 @@ limitations under the License.
```
## minijinja-contrib - 2.1
2
.0
## minijinja-contrib - 2.1
4
.0
**Repository URL**: https://github.com/mitsuhiko/minijinja
**License Type(s)**: Apache-2.0
### License: https://raw.githubusercontent.com/mitsuhiko/minijinja/HEAD/LICENSE
Cargo.lock
View file @
24ac6c15
...
...
@@ -6001,9 +6001,9 @@ dependencies = [
[[package]]
name = "minijinja"
version = "2.1
3
.0"
version = "2.1
4
.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
0adbe6e92a6ce0fd6c4aac593fdfd3e3950b0f61b1a63aa9731eb6fd85776fa3
"
checksum = "
12ea9ac0a51fb5112607099560fdf0f90366ab088a2a9e6e8ae176794e9806aa
"
dependencies = [
"memo-map",
"self_cell",
...
...
@@ -6013,9 +6013,9 @@ dependencies = [
[[package]]
name = "minijinja-contrib"
version = "2.1
3
.0"
version = "2.1
4
.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
a915f5cc17b954d5252b6373cc5fd97eb86d75e29b30ac2ee7932126451eef24
"
checksum = "
be6ad8bbc21c256d5f2f5494699d5d69d519b8510d672a0e43b7bfa3a56c388a
"
dependencies = [
"minijinja",
"serde",
...
...
lib/bindings/python/Cargo.lock
View file @
24ac6c15
...
...
@@ -3763,9 +3763,9 @@ dependencies = [
[[package]]
name = "minijinja"
version = "2.1
2
.0"
version = "2.1
4
.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
a9f264d75233323f4b7d2f03aefe8a990690cdebfbfe26ea86bcbaec5e9ac990
"
checksum = "
12ea9ac0a51fb5112607099560fdf0f90366ab088a2a9e6e8ae176794e9806aa
"
dependencies = [
"memo-map",
"self_cell",
...
...
@@ -3774,9 +3774,9 @@ dependencies = [
[[package]]
name = "minijinja-contrib"
version = "2.1
2
.0"
version = "2.1
4
.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
182ba1438db4679ddfa03792c183bdc2b9ce26b58e7d41a749e59b06497cf136
"
checksum = "
be6ad8bbc21c256d5f2f5494699d5d69d519b8510d672a0e43b7bfa3a56c388a
"
dependencies = [
"minijinja",
"serde",
...
...
lib/llm/Cargo.toml
View file @
24ac6c15
...
...
@@ -149,8 +149,8 @@ toktrie_hf_tokenizers = { version = "1.1" }
bs62
=
{
version
=
"0.1"
}
erased-serde
=
{
version
=
"0.4"
}
itertools
=
{
version
=
"0.14.0"
}
minijinja
=
{
version
=
"2.1
0.2
"
,
features
=
["loader"]
}
minijinja-contrib
=
{
version
=
"2.1
0.2
"
,
features
=
["pycompat"]
}
minijinja
=
{
version
=
"2.1
4.0
"
,
features
=
["loader"]
}
minijinja-contrib
=
{
version
=
"2.1
4.0
"
,
features
=
["pycompat"]
}
json-five
=
{
version
=
"0.3"
}
# media loading in the preprocessor
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment