Skip to content

Commit 558c21e

Browse files
mplatzercursoragent
andcommitted
chore(deps): bump engine and qa to latest patch releases
- Pin mostlyai-engine to 2.6.2 and mostlyai-qa to 1.10.7 in local extras\n- Refresh uv.lock\n- Remove deprecated authors metadata from pyproject.toml\n- Add project URL for GitHub issue tracker Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent c596d8b commit 558c21e

2 files changed

Lines changed: 18 additions & 18 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
name = "mostlyai"
33
version = "6.1.0"
44
description = "Synthetic Data SDK"
5-
authors = [{ name = "MOSTLY AI", email = "dev@mostly.ai" }]
65
requires-python = ">=3.11,<3.14"
76
readme = "README.md"
87
license = "Apache-2.0"
@@ -49,8 +48,8 @@ dependencies = [
4948
local = [
5049
# "mostlyai-engine @ git+https://github.com/mostly-ai/mostlyai-engine.git@main", # for development
5150
# "mostlyai-qa @ git+https://github.com/mostly-ai/mostlyai-qa.git@main", # for development
52-
"mostlyai-engine==2.6.1", # for release (PyPI)
53-
"mostlyai-qa==1.10.6", # for release (PyPI)
51+
"mostlyai-engine==2.6.2", # for release (PyPI)
52+
"mostlyai-qa==1.10.7", # for release (PyPI)
5453
"fastapi>=0.116.0",
5554
"uvicorn>=0.34.0",
5655
"python-multipart>=0.0.20",
@@ -75,8 +74,8 @@ local = [
7574
local-gpu = [
7675
# "mostlyai-engine[gpu] @ git+https://github.com/mostly-ai/mostlyai-engine.git@main", # for development
7776
# "mostlyai-qa @ git+https://github.com/mostly-ai/mostlyai-qa.git@main", # for development
78-
"mostlyai-engine[gpu]==2.6.1", # for release (PyPI)
79-
"mostlyai-qa==1.10.6", # for release (PyPI)
77+
"mostlyai-engine[gpu]==2.6.2", # for release (PyPI)
78+
"mostlyai-qa==1.10.7", # for release (PyPI)
8079
"fastapi>=0.116.0",
8180
"uvicorn>=0.34.0",
8281
"python-multipart>=0.0.20",
@@ -146,6 +145,7 @@ docs = [
146145
homepage = "https://mostly.ai/"
147146
repository = "https://github.com/mostly-ai/mostlyai"
148147
documentation = "https://mostly-ai.github.io/mostlyai/"
148+
issues = "https://github.com/mostly-ai/mostlyai/issues"
149149

150150
[tool.uv]
151151
default-groups = ["dev", "docs"]

uv.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)