Skip to content
Open
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 python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ mistralai = [
"mistralai >= 1.2,< 2.0"
]
mongo = [
"pymongo >= 4.8.0, < 4.16",
"pymongo >= 4.8.0, < 4.17",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The lock file (uv.lock:6458) still records >=4.8.0,<4.15 for this extra — it was never updated for prior bumps and isn't updated here. Without running uv lock and committing the refreshed lock file, uv sync users stay pinned to < 4.15 and this relaxation has no effect.

"motor >= 3.3.2,< 3.8.0"
]
notebooks = [
Expand Down
Loading