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 client/component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"url": "git+https://github.com/DiamondLightSource/davidia.git"
},
"private": false,
"version": "1.0.4",
"version": "1.0.5",
"type": "module",
"scripts": {
"build": "tsc && vite build",
Expand Down
2 changes: 1 addition & 1 deletion client/example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@diamondlightsource/davidia-example",
"private": true,
"version": "1.0.4",
"version": "1.0.5",
"type": "module",
"scripts": {
"start": "vite",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"type": "git",
"url": "https://github.com/DiamondLightSource/davidia.git"
},
"version": "1.0.4",
"version": "1.0.5",
"private": true,
"packageManager": "pnpm@9.12.3+sha256.24235772cc4ac82a62627cd47f834c72667a2ce87799a846ec4e8e555e2d4b8b",
"packageManager": "pnpm@10.33.2+sha512.a90faf6feeab71ad6c6e57f94e0fe1a12f5dcc22cd754db40ae9593eb6a3e0b6b12e3540218bb37ae083404b1f2ce6db2a4121e979829b4aff94b99f49da1cf8",
"scripts": {
"preinstall": "npx only-allow pnpm",
"start": "pnpm --filter {client/example} start",
Expand Down
2 changes: 1 addition & 1 deletion server/example-client/setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup

__version__ = "1.0.4"
__version__ = "1.0.5"

setup(
name="davidia-example-client",
Expand Down
5 changes: 3 additions & 2 deletions server/setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import pathlib
from setuptools import setup

__version__ = "1.0.4"
__version__ = "1.0.5"


def find_readme():
Expand Down Expand Up @@ -45,10 +45,11 @@ def find_readme():
"before-after",
"fastapi~=0.115.14",
"msgpack~=1.1.2",
"numpy<2", # bound by pydantic_numpy version
"pillow",
"pydantic~=2.10.6",
"pydantic_core~=2.27.2",
"pydantic_numpy~=5.0.2",
"pydantic_numpy~=5.0.2", # >=6 needs numpy>=2
"orjson~=3.10.11",
"requests",
"uvicorn",
Expand Down
2 changes: 1 addition & 1 deletion storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "storybook",
"private": true,
"version": "1.0.4",
"version": "1.0.5",
"scripts": {
"start": "storybook dev -p 6006",
"build": "storybook build",
Expand Down
Loading