Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ATTRIBUTIONS-Python.md
Original file line number Diff line number Diff line change
Expand Up @@ -6878,7 +6878,7 @@ ISC LICENSE
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
```

## pillow (12.2.0)
## pillow (12.3.0)

### Licenses
License: `MIT-CMU`
Expand Down
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@ test = [

[tool.uv]
default-groups = ["adapters", "dev", "test"]
# Keep this override until hermes-agent adopts 12.3.0+.
override-dependencies = [
"pillow>=12.3.0; python_version < '3.14'",
]

[tool.uv.sources]
nemo-fabric-runtime = { path = "python", editable = true }
Expand Down
Loading
Loading