Skip to content

Commit 613fd7f

Browse files
committed
chore: bump to datashare-python==0.8.2
1 parent 5e29fdb commit 613fd7f

5 files changed

Lines changed: 7 additions & 8 deletions

File tree

worker-template/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors = [
99
readme = "README.md"
1010
requires-python = ">=3.11,<4"
1111
dependencies = [
12-
"datashare-python~=0.8.0",
12+
"datashare-python~=0.8.1",
1313
"pycountry~=26.2.16",
1414
"temporalio~=1.23.0",
1515
]

worker-template/uv.dist.lock

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ wheels = [
316316

317317
[[package]]
318318
name = "datashare-python"
319-
version = "0.8.0"
319+
version = "0.8.2"
320320
source = { registry = "https://pypi.org/simple" }
321321
dependencies = [
322322
{ name = "aiohttp" },
@@ -331,9 +331,8 @@ dependencies = [
331331
{ name = "tomlkit" },
332332
{ name = "typer" },
333333
]
334-
sdist = { url = "https://files.pythonhosted.org/packages/c2/b6/12b7f766c1b0bcd2b0cfa72223e5dd774d326eaf9be460b04282f05987ff/datashare_python-0.8.0.tar.gz", hash = "sha256:11e83120ae9cdcba68911aaad9c08889d57f833ad1b4604347338d3ab9414e4d", size = 315236, upload-time = "2026-04-29T09:54:01.276Z" }
335334
wheels = [
336-
{ url = "https://files.pythonhosted.org/packages/eb/ea/99d473f4a4bd8dbb83b2f307d84a2a457baba5a32f136ec19908ae428326/datashare_python-0.8.0-py3-none-any.whl", hash = "sha256:7b4b77d55a6dd0000957d9682b19ffafb6a8085d8d756a62f7b2e8247be512d2", size = 321231, upload-time = "2026-04-29T09:53:59.903Z" },
335+
{ url = "https://files.pythonhosted.org/packages/ce/91/b5c6d636e20e1a69881fc3306bfe7b216f1272aefd27a0a8594b1d6b8b5e/datashare_python-0.8.2-py3-none-any.whl", hash = "sha256:1bfe6540dc6519aa8db2e05d49f461a2fe0c218c2fd5ef921ee735f05adbf5d4", size = 321284, upload-time = "2026-04-29T11:11:10.811Z" },
337336
]
338337

339338
[[package]]
@@ -371,7 +370,7 @@ dev = [
371370

372371
[package.metadata]
373372
requires-dist = [
374-
{ name = "datashare-python", specifier = "~=0.8.0" },
373+
{ name = "datashare-python", specifier = "~=0.8.1" },
375374
{ name = "pycountry", specifier = "~=26.2.16" },
376375
{ name = "sentencepiece", marker = "extra == 'ml'", specifier = "~=0.2.1" },
377376
{ name = "temporalio", specifier = "~=1.23.0" },

worker-template/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

workers/asr-worker/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ authors = [
1313
readme = "README.md"
1414
requires-python = ">=3.11.0, <3.13"
1515
dependencies = [
16-
"datashare-python~=0.8.0",
16+
"datashare-python~=0.8.1",
1717
]
1818

1919
[project.scripts]

workers/translation-worker/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ authors = [
2828
readme = "README.md"
2929
requires-python = ">=3.11.0, <3.14"
3030
dependencies = [
31-
"datashare-python~=0.8.0",
31+
"datashare-python~=0.8.1",
3232
"argostranslate>=1.11.0",
3333
"temporalio>=1.22.0",
3434
"pycountry~=26.2.16",

0 commit comments

Comments
 (0)