diff --git a/lerna.json b/lerna.json index 32a862c5..3a9e3450 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "npmClient": "pnpm", - "version": "1.14.1", + "version": "1.14.2", "packages": [ "packages/*" ], diff --git a/packages/create-dara-app/pyproject.toml b/packages/create-dara-app/pyproject.toml index 00595e19..f1cf6c60 100644 --- a/packages/create-dara-app/pyproject.toml +++ b/packages/create-dara-app/pyproject.toml @@ -30,7 +30,7 @@ license = "Apache-2.0" name = "create-dara-app" readme = "README.md" repository = "https://github.com/causalens/dara" -version = "1.14.1" +version = "1.14.2" source = [] [tool.poetry.dependencies] diff --git a/packages/dara-components/package.json b/packages/dara-components/package.json index db020759..f0e650bd 100644 --- a/packages/dara-components/package.json +++ b/packages/dara-components/package.json @@ -1,6 +1,6 @@ { "name": "@darajs/components", - "version": "1.14.1", + "version": "1.14.2", "description": "Components for the Dara framework", "main": "dist/index.js", "module": "dist/index.js", @@ -29,9 +29,9 @@ "prettier": "@darajs/prettier-config", "devDependencies": { "@babel/core": "^7.23.5", - "@darajs/eslint-config": "1.14.1", - "@darajs/prettier-config": "1.14.1", - "@darajs/stylelint-config": "1.14.1", + "@darajs/eslint-config": "1.14.2", + "@darajs/prettier-config": "1.14.2", + "@darajs/stylelint-config": "1.14.2", "@testing-library/react-hooks": "^3.4.2", "@types/lodash": "^4.14.155", "@types/react": "18.2.60", @@ -53,14 +53,14 @@ }, "dependencies": { "@bokeh/bokehjs": "~3.1.1", - "@darajs/core": "1.14.1", - "@darajs/styled-components": "1.14.1", - "@darajs/ui-causal-graph-editor": "1.14.1", - "@darajs/ui-code-editor": "1.14.1", - "@darajs/ui-components": "1.14.1", - "@darajs/ui-hierarchy-viewer": "1.14.1", - "@darajs/ui-icons": "1.14.1", - "@darajs/ui-utils": "1.14.1", + "@darajs/core": "1.14.2", + "@darajs/styled-components": "1.14.2", + "@darajs/ui-causal-graph-editor": "1.14.2", + "@darajs/ui-code-editor": "1.14.2", + "@darajs/ui-components": "1.14.2", + "@darajs/ui-hierarchy-viewer": "1.14.2", + "@darajs/ui-icons": "1.14.2", + "@darajs/ui-utils": "1.14.2", "@popperjs/core": "2.4.0", "date-fns": "2.9.0", "immer": "^10.0.0", diff --git a/packages/dara-components/pyproject.toml b/packages/dara-components/pyproject.toml index 416b3fb8..8796c503 100644 --- a/packages/dara-components/pyproject.toml +++ b/packages/dara-components/pyproject.toml @@ -26,7 +26,7 @@ license = "Apache-2.0" name = "dara-components" readme = "README.md" repository = "https://github.com/causalens/dara" -version = "1.14.1" +version = "1.14.2" source = [] [[tool.poetry.packages]] @@ -36,7 +36,7 @@ include = "dara" bokeh = ">=3.1.0, <3.2.0" cai-causal-graph = ">=0.3.6" certifi = ">=2024.7.4" -dara-core = "1.14.1" +dara-core = "1.14.2" dill = ">=0.3.0, <0.4.0" matplotlib = ">=2.0.0" pandas = ">=1.1.0, <3.0.0" diff --git a/packages/dara-core/changelog.md b/packages/dara-core/changelog.md index d7b9607c..df1dc80f 100644 --- a/packages/dara-core/changelog.md +++ b/packages/dara-core/changelog.md @@ -2,7 +2,7 @@ title: Changelog --- -## NEXT +## 1.14.2 - Internal (JS): remove redundant body from the token refresh request diff --git a/packages/dara-core/package.json b/packages/dara-core/package.json index eaef9316..7ccbd6b8 100644 --- a/packages/dara-core/package.json +++ b/packages/dara-core/package.json @@ -1,6 +1,6 @@ { "name": "@darajs/core", - "version": "1.14.1", + "version": "1.14.2", "description": "Dara Framework core", "main": "dist/index.js", "module": "dist/index.js", @@ -37,9 +37,9 @@ "@babel/preset-env": "^7.23.0", "@babel/preset-react": "^7.22.15", "@babel/preset-typescript": "^7.23.0", - "@darajs/eslint-config": "1.14.1", - "@darajs/prettier-config": "1.14.1", - "@darajs/stylelint-config": "1.14.1", + "@darajs/eslint-config": "1.14.2", + "@darajs/prettier-config": "1.14.2", + "@darajs/stylelint-config": "1.14.2", "@rollup/plugin-inject": "^4.0.4", "@testing-library/dom": "^9.3.0", "@testing-library/jest-dom": "^5.16.5", @@ -79,10 +79,10 @@ "whatwg-fetch": "^3.6.2" }, "dependencies": { - "@darajs/styled-components": "1.14.1", - "@darajs/ui-components": "1.14.1", - "@darajs/ui-notifications": "1.14.1", - "@darajs/ui-utils": "1.14.1", + "@darajs/styled-components": "1.14.2", + "@darajs/ui-components": "1.14.2", + "@darajs/ui-notifications": "1.14.2", + "@darajs/ui-utils": "1.14.2", "@fortawesome/fontawesome-free": "~6.4.0", "@recoiljs/refine": "^0.1.1", "@tanstack/query-core": "^4.0.0", diff --git a/packages/dara-core/pyproject.toml b/packages/dara-core/pyproject.toml index ec7a5c60..c85d9d6d 100644 --- a/packages/dara-core/pyproject.toml +++ b/packages/dara-core/pyproject.toml @@ -26,7 +26,7 @@ license = "Apache-2.0" name = "dara-core" readme = "README.md" repository = "https://github.com/causalens/dara" -version = "1.14.1" +version = "1.14.2" source = [] [[tool.poetry.packages]] @@ -66,11 +66,11 @@ xlrd = "*" [tool.poetry.dependencies.create-dara-app] optional = true -version = "1.14.1" +version = "1.14.2" [tool.poetry.dependencies.dara-components] optional = true -version = "1.14.1" +version = "1.14.2" [tool.poetry.dependencies.uvicorn] extras = ["standard"] diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index b0546daa..e5aef9eb 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@darajs/eslint-config", - "version": "1.14.1", + "version": "1.14.2", "description": "Dara ESLint configuration", "author": "Krzysztof Bielikowicz ", "license": "Apache-2.0", @@ -10,7 +10,7 @@ ], "prettier": "@darajs/prettier-config", "dependencies": { - "@darajs/prettier-config": "1.14.1", + "@darajs/prettier-config": "1.14.2", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "eslint": "^7.5.0", diff --git a/packages/eslint-config/pyproject.toml b/packages/eslint-config/pyproject.toml index f1bfc888..f7584d00 100644 --- a/packages/eslint-config/pyproject.toml +++ b/packages/eslint-config/pyproject.toml @@ -2,4 +2,4 @@ source = [] package-mode = false name = "eslint-config" -version = "1.14.1" +version = "1.14.2" diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index aa949c3c..d3c2297f 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@darajs/prettier-config", - "version": "1.14.1", + "version": "1.14.2", "description": "Dara Prettier configuration", "author": "Krzysztof Bielikowicz ", "license": "Apache-2.0", diff --git a/packages/prettier-config/pyproject.toml b/packages/prettier-config/pyproject.toml index 92368cf4..840ca6c3 100644 --- a/packages/prettier-config/pyproject.toml +++ b/packages/prettier-config/pyproject.toml @@ -2,4 +2,4 @@ source = [] package-mode = false name = "prettier-config" -version = "1.14.1" +version = "1.14.2" diff --git a/packages/styled-components/package.json b/packages/styled-components/package.json index c515c5ad..497557c7 100644 --- a/packages/styled-components/package.json +++ b/packages/styled-components/package.json @@ -1,6 +1,6 @@ { "name": "@darajs/styled-components", - "version": "1.14.1", + "version": "1.14.2", "description": "CL wrapper around styled components so everything gets the same instance", "main": "dist/index.js", "license": "Apache-2.0", @@ -13,9 +13,9 @@ }, "prettier": "@darajs/prettier-config", "devDependencies": { - "@darajs/eslint-config": "1.14.1", - "@darajs/prettier-config": "1.14.1", - "@darajs/stylelint-config": "1.14.1", + "@darajs/eslint-config": "1.14.2", + "@darajs/prettier-config": "1.14.2", + "@darajs/stylelint-config": "1.14.2", "@types/styled-components": "^5.1.26", "eslint": "^7.32.0", "prettier": "^3.0.0", diff --git a/packages/styled-components/pyproject.toml b/packages/styled-components/pyproject.toml index dd3a1192..03462b3d 100644 --- a/packages/styled-components/pyproject.toml +++ b/packages/styled-components/pyproject.toml @@ -2,4 +2,4 @@ source = [] package-mode = false name = "styled-components" -version = "1.14.1" +version = "1.14.2" diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index 79b3cf34..10bc81c1 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@darajs/stylelint-config", - "version": "1.14.1", + "version": "1.14.2", "description": "Dara Stylelint configuration", "author": "Krzysztof Bielikowicz ", "main": "index.json", diff --git a/packages/stylelint-config/pyproject.toml b/packages/stylelint-config/pyproject.toml index 202e56b3..e7c8bafd 100644 --- a/packages/stylelint-config/pyproject.toml +++ b/packages/stylelint-config/pyproject.toml @@ -2,4 +2,4 @@ source = [] package-mode = false name = "stylelint-config" -version = "1.14.1" +version = "1.14.2" diff --git a/packages/ui-causal-graph-editor/package.json b/packages/ui-causal-graph-editor/package.json index 7e6c1869..d5272bb5 100644 --- a/packages/ui-causal-graph-editor/package.json +++ b/packages/ui-causal-graph-editor/package.json @@ -1,6 +1,6 @@ { "name": "@darajs/ui-causal-graph-editor", - "version": "1.14.1", + "version": "1.14.2", "description": "CausalGraph editor for the Dara UI framework", "main": "dist/index.umd.cjs", "module": "dist/index.js", @@ -33,9 +33,9 @@ "@babel/preset-env": "^7.15.8", "@babel/preset-react": "^7.14.5", "@babel/preset-typescript": "^7.15.0", - "@darajs/eslint-config": "1.14.1", - "@darajs/prettier-config": "1.14.1", - "@darajs/stylelint-config": "1.14.1", + "@darajs/eslint-config": "1.14.2", + "@darajs/prettier-config": "1.14.2", + "@darajs/stylelint-config": "1.14.2", "@storybook/addon-a11y": "^6.5.16", "@storybook/addon-actions": "^6.5.16", "@storybook/addon-essentials": "^6.5.16", @@ -75,12 +75,12 @@ "typescript": "^5.0.4" }, "dependencies": { - "@darajs/styled-components": "1.14.1", - "@darajs/ui-components": "1.14.1", - "@darajs/ui-icons": "1.14.1", - "@darajs/ui-notifications": "1.14.1", - "@darajs/ui-utils": "1.14.1", - "@darajs/ui-widgets": "1.14.1", + "@darajs/styled-components": "1.14.2", + "@darajs/ui-components": "1.14.2", + "@darajs/ui-icons": "1.14.2", + "@darajs/ui-notifications": "1.14.2", + "@darajs/ui-utils": "1.14.2", + "@darajs/ui-widgets": "1.14.2", "comlink": "^4.4.1", "cytoscape": "^3.23.0", "cytoscape-fcose": "^2.2.0", diff --git a/packages/ui-causal-graph-editor/pyproject.toml b/packages/ui-causal-graph-editor/pyproject.toml index 0b8d083d..78e99652 100644 --- a/packages/ui-causal-graph-editor/pyproject.toml +++ b/packages/ui-causal-graph-editor/pyproject.toml @@ -2,6 +2,6 @@ source = [] package-mode = false name = "ui-causal-graph-editor" -version = "1.14.1" +version = "1.14.2" packages = [] include = [] diff --git a/packages/ui-code-editor/package.json b/packages/ui-code-editor/package.json index 300a7345..31415e65 100644 --- a/packages/ui-code-editor/package.json +++ b/packages/ui-code-editor/package.json @@ -1,6 +1,6 @@ { "name": "@darajs/ui-code-editor", - "version": "1.14.1", + "version": "1.14.2", "description": "Code Editor for the Dara UI framework", "main": "dist/index.js", "module": "dist/index.js", @@ -17,9 +17,9 @@ "license": "Apache-2.0", "prettier": "@darajs/prettier-config", "devDependencies": { - "@darajs/eslint-config": "1.14.1", - "@darajs/prettier-config": "1.14.1", - "@darajs/stylelint-config": "1.14.1", + "@darajs/eslint-config": "1.14.2", + "@darajs/prettier-config": "1.14.2", + "@darajs/stylelint-config": "1.14.2", "@storybook/addon-a11y": "^6.5.16", "@storybook/addon-actions": "^6.5.16", "@storybook/addon-essentials": "^6.5.16", @@ -51,7 +51,7 @@ "@codemirror/search": "^6.0.0", "@codemirror/state": "^6.0.0", "@codemirror/view": "^6.0.0", - "@darajs/styled-components": "1.14.1", + "@darajs/styled-components": "1.14.2", "react": "^18.0" }, "files": [ diff --git a/packages/ui-code-editor/pyproject.toml b/packages/ui-code-editor/pyproject.toml index b7f2a85c..4bd6f4f4 100644 --- a/packages/ui-code-editor/pyproject.toml +++ b/packages/ui-code-editor/pyproject.toml @@ -2,4 +2,4 @@ source = [] package-mode = false name = "ui-code-editor" -version = "1.14.1" +version = "1.14.2" diff --git a/packages/ui-components/package.json b/packages/ui-components/package.json index c8892a02..16ab8fbf 100644 --- a/packages/ui-components/package.json +++ b/packages/ui-components/package.json @@ -1,6 +1,6 @@ { "name": "@darajs/ui-components", - "version": "1.14.1", + "version": "1.14.2", "description": "The core React UI kit for Dara", "main": "dist/index.js", "module": "dist/index.js", @@ -24,9 +24,9 @@ "@babel/preset-env": "^7.15.6", "@babel/preset-react": "^7.14.5", "@babel/preset-typescript": "^7.15.0", - "@darajs/eslint-config": "1.14.1", - "@darajs/prettier-config": "1.14.1", - "@darajs/stylelint-config": "1.14.1", + "@darajs/eslint-config": "1.14.2", + "@darajs/prettier-config": "1.14.2", + "@darajs/stylelint-config": "1.14.2", "@storybook/addon-a11y": "^6.5.16", "@storybook/addon-actions": "^6.5.16", "@storybook/addon-essentials": "^6.5.16", @@ -67,9 +67,9 @@ "typescript": "^5.0.4" }, "dependencies": { - "@darajs/styled-components": "1.14.1", - "@darajs/ui-icons": "1.14.1", - "@darajs/ui-utils": "1.14.1", + "@darajs/styled-components": "1.14.2", + "@darajs/ui-icons": "1.14.2", + "@darajs/ui-utils": "1.14.2", "@floating-ui/react": "^0.26.12", "@fortawesome/free-regular-svg-icons": "~6.4.0", "@fortawesome/free-solid-svg-icons": "~6.4.0", diff --git a/packages/ui-components/pyproject.toml b/packages/ui-components/pyproject.toml index 3c14064d..87fe6564 100644 --- a/packages/ui-components/pyproject.toml +++ b/packages/ui-components/pyproject.toml @@ -2,4 +2,4 @@ source = [] package-mode = false name = "ui-components" -version = "1.14.1" +version = "1.14.2" diff --git a/packages/ui-hierarchy-viewer/package.json b/packages/ui-hierarchy-viewer/package.json index a7d20912..8e17169d 100644 --- a/packages/ui-hierarchy-viewer/package.json +++ b/packages/ui-hierarchy-viewer/package.json @@ -1,6 +1,6 @@ { "name": "@darajs/ui-hierarchy-viewer", - "version": "1.14.1", + "version": "1.14.2", "description": "Hierarchy Viewer for the Dara UI framework", "main": "dist/index.js", "module": "dist/index.js", @@ -17,9 +17,9 @@ "license": "Apache-2.0", "prettier": "@darajs/prettier-config", "devDependencies": { - "@darajs/eslint-config": "1.14.1", - "@darajs/prettier-config": "1.14.1", - "@darajs/stylelint-config": "1.14.1", + "@darajs/eslint-config": "1.14.2", + "@darajs/prettier-config": "1.14.2", + "@darajs/stylelint-config": "1.14.2", "@types/d3": "^6.2.0", "@types/jest": "^25.2.3", "@types/react": "^18.0", @@ -34,8 +34,8 @@ "typescript": "^5.0.4" }, "dependencies": { - "@darajs/styled-components": "1.14.1", - "@darajs/ui-utils": "1.14.1", + "@darajs/styled-components": "1.14.2", + "@darajs/ui-utils": "1.14.2", "d3": "6.2.0", "react": "^18.0" }, diff --git a/packages/ui-hierarchy-viewer/pyproject.toml b/packages/ui-hierarchy-viewer/pyproject.toml index 030fe947..30b41a7b 100644 --- a/packages/ui-hierarchy-viewer/pyproject.toml +++ b/packages/ui-hierarchy-viewer/pyproject.toml @@ -2,4 +2,4 @@ source = [] package-mode = false name = "ui-hierarchy-viewer" -version = "1.14.1" +version = "1.14.2" diff --git a/packages/ui-icons/package.json b/packages/ui-icons/package.json index aaed47c3..586b4bad 100644 --- a/packages/ui-icons/package.json +++ b/packages/ui-icons/package.json @@ -1,6 +1,6 @@ { "name": "@darajs/ui-icons", - "version": "1.14.1", + "version": "1.14.2", "description": "Icons for the Dara UI framework", "main": "dist/index.js", "module": "dist/index.js", @@ -17,9 +17,9 @@ "license": "Apache-2.0", "prettier": "@darajs/prettier-config", "devDependencies": { - "@darajs/eslint-config": "1.14.1", - "@darajs/prettier-config": "1.14.1", - "@darajs/stylelint-config": "1.14.1", + "@darajs/eslint-config": "1.14.2", + "@darajs/prettier-config": "1.14.2", + "@darajs/stylelint-config": "1.14.2", "@types/jest": "^25.2.3", "@types/react": "18.2.60", "@types/styled-components": "^5.1.26", @@ -33,7 +33,7 @@ "typescript": "^5.0.4" }, "dependencies": { - "@darajs/styled-components": "1.14.1", + "@darajs/styled-components": "1.14.2", "@fortawesome/fontawesome-svg-core": "~6.4.0", "@fortawesome/free-brands-svg-icons": "~6.4.0", "@fortawesome/free-regular-svg-icons": "~6.4.0", diff --git a/packages/ui-icons/pyproject.toml b/packages/ui-icons/pyproject.toml index 7146ffd2..dadc3b4a 100644 --- a/packages/ui-icons/pyproject.toml +++ b/packages/ui-icons/pyproject.toml @@ -2,4 +2,4 @@ source = [] package-mode = false name = "ui-icons" -version = "1.14.1" +version = "1.14.2" diff --git a/packages/ui-notifications/package.json b/packages/ui-notifications/package.json index 07ff3db9..f126e685 100644 --- a/packages/ui-notifications/package.json +++ b/packages/ui-notifications/package.json @@ -1,6 +1,6 @@ { "name": "@darajs/ui-notifications", - "version": "1.14.1", + "version": "1.14.2", "description": "Notification system for the Dara UI Framework", "main": "dist/index.js", "module": "dist/index.js", @@ -19,9 +19,9 @@ "license": "Apache-2.0", "prettier": "@darajs/prettier-config", "devDependencies": { - "@darajs/eslint-config": "1.14.1", - "@darajs/prettier-config": "1.14.1", - "@darajs/stylelint-config": "1.14.1", + "@darajs/eslint-config": "1.14.2", + "@darajs/prettier-config": "1.14.2", + "@darajs/stylelint-config": "1.14.2", "@storybook/addon-a11y": "^6.5.16", "@storybook/addon-actions": "^6.5.16", "@storybook/addon-essentials": "^6.5.16", @@ -46,9 +46,9 @@ "typescript": "^5.0.4" }, "dependencies": { - "@darajs/styled-components": "1.14.1", - "@darajs/ui-icons": "1.14.1", - "@darajs/ui-utils": "1.14.1", + "@darajs/styled-components": "1.14.2", + "@darajs/ui-icons": "1.14.2", + "@darajs/ui-utils": "1.14.2", "lodash": "4.17.21", "polished": "^4.1.1", "react": "^18.0", diff --git a/packages/ui-notifications/pyproject.toml b/packages/ui-notifications/pyproject.toml index dc07c4e8..4984feb6 100644 --- a/packages/ui-notifications/pyproject.toml +++ b/packages/ui-notifications/pyproject.toml @@ -2,4 +2,4 @@ source = [] package-mode = false name = "ui-notification" -version = "1.14.1" +version = "1.14.2" diff --git a/packages/ui-utils/package.json b/packages/ui-utils/package.json index 413617e6..44923e92 100644 --- a/packages/ui-utils/package.json +++ b/packages/ui-utils/package.json @@ -1,6 +1,6 @@ { "name": "@darajs/ui-utils", - "version": "1.14.1", + "version": "1.14.2", "description": "General utilities for the Dara UI framework", "main": "dist/index.js", "module": "dist/index.js", @@ -20,9 +20,9 @@ "@babel/core": "^7.15.5", "@babel/preset-env": "^7.15.6", "@babel/preset-react": "^7.14.5", - "@darajs/eslint-config": "1.14.1", - "@darajs/prettier-config": "1.14.1", - "@darajs/stylelint-config": "1.14.1", + "@darajs/eslint-config": "1.14.2", + "@darajs/prettier-config": "1.14.2", + "@darajs/stylelint-config": "1.14.2", "@types/jest": "^25.2.3", "@types/lodash": "^4.14.155", "@types/react": "^18.0", diff --git a/packages/ui-utils/pyproject.toml b/packages/ui-utils/pyproject.toml index eef3d234..c679bb11 100644 --- a/packages/ui-utils/pyproject.toml +++ b/packages/ui-utils/pyproject.toml @@ -2,4 +2,4 @@ source = [] package-mode = false name = "ui-utils" -version = "1.14.1" +version = "1.14.2" diff --git a/packages/ui-widgets/package.json b/packages/ui-widgets/package.json index b2bce060..66d248f7 100644 --- a/packages/ui-widgets/package.json +++ b/packages/ui-widgets/package.json @@ -1,6 +1,6 @@ { "name": "@darajs/ui-widgets", - "version": "1.14.1", + "version": "1.14.2", "description": "The UI widgets built on top of UI components", "main": "dist/index.js", "module": "dist/index.js", @@ -21,9 +21,9 @@ "@babel/preset-env": "^7.15.6", "@babel/preset-react": "^7.14.5", "@babel/preset-typescript": "^7.15.0", - "@darajs/eslint-config": "1.14.1", - "@darajs/prettier-config": "1.14.1", - "@darajs/stylelint-config": "1.14.1", + "@darajs/eslint-config": "1.14.2", + "@darajs/prettier-config": "1.14.2", + "@darajs/stylelint-config": "1.14.2", "@storybook/addon-a11y": "^6.5.16", "@storybook/addon-actions": "^6.5.16", "@storybook/addon-essentials": "^6.5.16", @@ -49,10 +49,10 @@ "typescript": "^5.0.4" }, "dependencies": { - "@darajs/styled-components": "1.14.1", - "@darajs/ui-components": "1.14.1", - "@darajs/ui-icons": "1.14.1", - "@darajs/ui-utils": "1.14.1", + "@darajs/styled-components": "1.14.2", + "@darajs/ui-components": "1.14.2", + "@darajs/ui-icons": "1.14.2", + "@darajs/ui-utils": "1.14.2", "lodash": "4.17.21", "nanoid": "^3.3.0", "react": "^18.0", diff --git a/packages/ui-widgets/pyproject.toml b/packages/ui-widgets/pyproject.toml index a684e108..f02428c0 100644 --- a/packages/ui-widgets/pyproject.toml +++ b/packages/ui-widgets/pyproject.toml @@ -2,4 +2,4 @@ source = [] package-mode = false name = "ui-widgets" -version = "1.14.1" +version = "1.14.2" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ca8a2468..9822d718 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -27,28 +27,28 @@ importers: specifier: ~3.1.1 version: 3.1.1 '@darajs/core': - specifier: 1.14.1 + specifier: 1.14.2 version: link:../dara-core '@darajs/styled-components': - specifier: 1.14.1 + specifier: 1.14.2 version: link:../styled-components '@darajs/ui-causal-graph-editor': - specifier: 1.14.1 + specifier: 1.14.2 version: link:../ui-causal-graph-editor '@darajs/ui-code-editor': - specifier: 1.14.1 + specifier: 1.14.2 version: link:../ui-code-editor '@darajs/ui-components': - specifier: 1.14.1 + specifier: 1.14.2 version: link:../ui-components '@darajs/ui-hierarchy-viewer': - specifier: 1.14.1 + specifier: 1.14.2 version: link:../ui-hierarchy-viewer '@darajs/ui-icons': - specifier: 1.14.1 + specifier: 1.14.2 version: link:../ui-icons '@darajs/ui-utils': - specifier: 1.14.1 + specifier: 1.14.2 version: link:../ui-utils '@popperjs/core': specifier: 2.4.0 @@ -100,13 +100,13 @@ importers: specifier: ^7.23.5 version: 7.25.8 '@darajs/eslint-config': - specifier: 1.14.1 + specifier: 1.14.2 version: link:../eslint-config '@darajs/prettier-config': - specifier: 1.14.1 + specifier: 1.14.2 version: link:../prettier-config '@darajs/stylelint-config': - specifier: 1.14.1 + specifier: 1.14.2 version: link:../stylelint-config '@testing-library/react-hooks': specifier: ^3.4.2 @@ -166,16 +166,16 @@ importers: packages/dara-core: dependencies: '@darajs/styled-components': - specifier: 1.14.1 + specifier: 1.14.2 version: link:../styled-components '@darajs/ui-components': - specifier: 1.14.1 + specifier: 1.14.2 version: link:../ui-components '@darajs/ui-notifications': - specifier: 1.14.1 + specifier: 1.14.2 version: link:../ui-notifications '@darajs/ui-utils': - specifier: 1.14.1 + specifier: 1.14.2 version: link:../ui-utils '@fortawesome/fontawesome-free': specifier: ~6.4.0 @@ -272,13 +272,13 @@ importers: specifier: ^7.23.0 version: 7.25.7(@babel/core@7.25.8) '@darajs/eslint-config': - specifier: 1.14.1 + specifier: 1.14.2 version: link:../eslint-config '@darajs/prettier-config': - specifier: 1.14.1 + specifier: 1.14.2 version: link:../prettier-config '@darajs/stylelint-config': - specifier: 1.14.1 + specifier: 1.14.2 version: link:../stylelint-config '@rollup/plugin-inject': specifier: ^4.0.4 @@ -395,7 +395,7 @@ importers: packages/eslint-config: dependencies: '@darajs/prettier-config': - specifier: 1.14.1 + specifier: 1.14.2 version: link:../prettier-config '@typescript-eslint/eslint-plugin': specifier: ^6.0.0 @@ -456,13 +456,13 @@ importers: version: 5.3.11(react-dom@18.3.1(react@18.3.1))(react-is@18.3.1)(react@18.3.1) devDependencies: '@darajs/eslint-config': - specifier: 1.14.1 + specifier: 1.14.2 version: link:../eslint-config '@darajs/prettier-config': - specifier: 1.14.1 + specifier: 1.14.2 version: link:../prettier-config '@darajs/stylelint-config': - specifier: 1.14.1 + specifier: 1.14.2 version: link:../stylelint-config '@types/styled-components': specifier: ^5.1.26 @@ -507,22 +507,22 @@ importers: packages/ui-causal-graph-editor: dependencies: '@darajs/styled-components': - specifier: 1.14.1 + specifier: 1.14.2 version: link:../styled-components '@darajs/ui-components': - specifier: 1.14.1 + specifier: 1.14.2 version: link:../ui-components '@darajs/ui-icons': - specifier: 1.14.1 + specifier: 1.14.2 version: link:../ui-icons '@darajs/ui-notifications': - specifier: 1.14.1 + specifier: 1.14.2 version: link:../ui-notifications '@darajs/ui-utils': - specifier: 1.14.1 + specifier: 1.14.2 version: link:../ui-utils '@darajs/ui-widgets': - specifier: 1.14.1 + specifier: 1.14.2 version: link:../ui-widgets comlink: specifier: ^4.4.1 @@ -622,13 +622,13 @@ importers: specifier: ^7.15.0 version: 7.25.7(@babel/core@7.25.8) '@darajs/eslint-config': - specifier: 1.14.1 + specifier: 1.14.2 version: link:../eslint-config '@darajs/prettier-config': - specifier: 1.14.1 + specifier: 1.14.2 version: link:../prettier-config '@darajs/stylelint-config': - specifier: 1.14.1 + specifier: 1.14.2 version: link:../stylelint-config '@storybook/addon-a11y': specifier: ^6.5.16 @@ -734,7 +734,7 @@ importers: version: 15.11.0(typescript@5.6.3) ts-jest: specifier: ^29.1.0 - version: 29.2.5(@babel/core@7.25.8)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.25.8))(jest@29.7.0(@types/node@18.19.55)(babel-plugin-macros@3.1.0))(typescript@5.6.3) + version: 29.2.5(@babel/core@7.25.8)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.25.8))(jest@29.7.0(babel-plugin-macros@3.1.0))(typescript@5.6.3) tsc-alias: specifier: ^1.8.5 version: 1.8.10 @@ -769,20 +769,20 @@ importers: specifier: ^6.0.0 version: 6.34.1 '@darajs/styled-components': - specifier: 1.14.1 + specifier: 1.14.2 version: link:../styled-components react: specifier: ^18.0 version: 18.3.1 devDependencies: '@darajs/eslint-config': - specifier: 1.14.1 + specifier: 1.14.2 version: link:../eslint-config '@darajs/prettier-config': - specifier: 1.14.1 + specifier: 1.14.2 version: link:../prettier-config '@darajs/stylelint-config': - specifier: 1.14.1 + specifier: 1.14.2 version: link:../stylelint-config '@storybook/addon-a11y': specifier: ^6.5.16 @@ -843,7 +843,7 @@ importers: version: 15.11.0(typescript@5.6.3) ts-jest: specifier: ^29.1.0 - version: 29.2.5(@babel/core@7.25.8)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.25.8))(jest@29.7.0(@types/node@18.19.55)(babel-plugin-macros@3.1.0))(typescript@5.6.3) + version: 29.2.5(@babel/core@7.25.8)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.25.8))(jest@29.7.0(babel-plugin-macros@3.1.0))(typescript@5.6.3) typescript: specifier: ^5.0.4 version: 5.6.3 @@ -851,13 +851,13 @@ importers: packages/ui-components: dependencies: '@darajs/styled-components': - specifier: 1.14.1 + specifier: 1.14.2 version: link:../styled-components '@darajs/ui-icons': - specifier: 1.14.1 + specifier: 1.14.2 version: link:../ui-icons '@darajs/ui-utils': - specifier: 1.14.1 + specifier: 1.14.2 version: link:../ui-utils '@floating-ui/react': specifier: ^0.26.12 @@ -951,13 +951,13 @@ importers: specifier: ^7.15.0 version: 7.25.7(@babel/core@7.25.8) '@darajs/eslint-config': - specifier: 1.14.1 + specifier: 1.14.2 version: link:../eslint-config '@darajs/prettier-config': - specifier: 1.14.1 + specifier: 1.14.2 version: link:../prettier-config '@darajs/stylelint-config': - specifier: 1.14.1 + specifier: 1.14.2 version: link:../stylelint-config '@storybook/addon-a11y': specifier: ^6.5.16 @@ -1077,10 +1077,10 @@ importers: packages/ui-hierarchy-viewer: dependencies: '@darajs/styled-components': - specifier: 1.14.1 + specifier: 1.14.2 version: link:../styled-components '@darajs/ui-utils': - specifier: 1.14.1 + specifier: 1.14.2 version: link:../ui-utils d3: specifier: 6.2.0 @@ -1090,13 +1090,13 @@ importers: version: 18.3.1 devDependencies: '@darajs/eslint-config': - specifier: 1.14.1 + specifier: 1.14.2 version: link:../eslint-config '@darajs/prettier-config': - specifier: 1.14.1 + specifier: 1.14.2 version: link:../prettier-config '@darajs/stylelint-config': - specifier: 1.14.1 + specifier: 1.14.2 version: link:../stylelint-config '@types/d3': specifier: ^6.2.0 @@ -1130,7 +1130,7 @@ importers: version: 15.11.0(typescript@5.6.3) ts-jest: specifier: ^29.1.0 - version: 29.2.5(@babel/core@7.25.8)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.25.8))(jest@29.7.0(@types/node@18.19.55)(babel-plugin-macros@3.1.0))(typescript@5.6.3) + version: 29.2.5(@babel/core@7.25.8)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.25.8))(jest@29.7.0(babel-plugin-macros@3.1.0))(typescript@5.6.3) typescript: specifier: ^5.0.4 version: 5.6.3 @@ -1138,7 +1138,7 @@ importers: packages/ui-icons: dependencies: '@darajs/styled-components': - specifier: 1.14.1 + specifier: 1.14.2 version: link:../styled-components '@fortawesome/fontawesome-svg-core': specifier: ~6.4.0 @@ -1166,13 +1166,13 @@ importers: version: 18.3.1 devDependencies: '@darajs/eslint-config': - specifier: 1.14.1 + specifier: 1.14.2 version: link:../eslint-config '@darajs/prettier-config': - specifier: 1.14.1 + specifier: 1.14.2 version: link:../prettier-config '@darajs/stylelint-config': - specifier: 1.14.1 + specifier: 1.14.2 version: link:../stylelint-config '@types/jest': specifier: ^25.2.3 @@ -1203,7 +1203,7 @@ importers: version: 15.11.0(typescript@5.6.3) ts-jest: specifier: ^29.1.0 - version: 29.2.5(@babel/core@7.25.8)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.25.8))(jest@29.7.0(@types/node@18.19.55)(babel-plugin-macros@3.1.0))(typescript@5.6.3) + version: 29.2.5(@babel/core@7.25.8)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.25.8))(jest@29.7.0(babel-plugin-macros@3.1.0))(typescript@5.6.3) typescript: specifier: ^5.0.4 version: 5.6.3 @@ -1211,13 +1211,13 @@ importers: packages/ui-notifications: dependencies: '@darajs/styled-components': - specifier: 1.14.1 + specifier: 1.14.2 version: link:../styled-components '@darajs/ui-icons': - specifier: 1.14.1 + specifier: 1.14.2 version: link:../ui-icons '@darajs/ui-utils': - specifier: 1.14.1 + specifier: 1.14.2 version: link:../ui-utils lodash: specifier: 4.17.21 @@ -1233,13 +1233,13 @@ importers: version: 7.8.1 devDependencies: '@darajs/eslint-config': - specifier: 1.14.1 + specifier: 1.14.2 version: link:../eslint-config '@darajs/prettier-config': - specifier: 1.14.1 + specifier: 1.14.2 version: link:../prettier-config '@darajs/stylelint-config': - specifier: 1.14.1 + specifier: 1.14.2 version: link:../stylelint-config '@storybook/addon-a11y': specifier: ^6.5.16 @@ -1303,7 +1303,7 @@ importers: version: 15.11.0(typescript@5.6.3) ts-jest: specifier: ^29.1.0 - version: 29.2.5(@babel/core@7.25.8)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.25.8))(jest@29.7.0(@types/node@18.19.55)(babel-plugin-macros@3.1.0))(typescript@5.6.3) + version: 29.2.5(@babel/core@7.25.8)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.25.8))(jest@29.7.0(babel-plugin-macros@3.1.0))(typescript@5.6.3) typescript: specifier: ^5.0.4 version: 5.6.3 @@ -1336,13 +1336,13 @@ importers: specifier: ^7.14.5 version: 7.25.7(@babel/core@7.25.8) '@darajs/eslint-config': - specifier: 1.14.1 + specifier: 1.14.2 version: link:../eslint-config '@darajs/prettier-config': - specifier: 1.14.1 + specifier: 1.14.2 version: link:../prettier-config '@darajs/stylelint-config': - specifier: 1.14.1 + specifier: 1.14.2 version: link:../stylelint-config '@types/jest': specifier: ^25.2.3 @@ -1382,7 +1382,7 @@ importers: version: 15.11.0(typescript@5.6.3) ts-jest: specifier: ^29.1.0 - version: 29.2.5(@babel/core@7.25.8)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.25.8))(jest@29.7.0(@types/node@18.19.55)(babel-plugin-macros@3.1.0))(typescript@5.6.3) + version: 29.2.5(@babel/core@7.25.8)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.25.8))(jest@29.7.0(babel-plugin-macros@3.1.0))(typescript@5.6.3) typescript: specifier: ^5.0.4 version: 5.6.3 @@ -1390,16 +1390,16 @@ importers: packages/ui-widgets: dependencies: '@darajs/styled-components': - specifier: 1.14.1 + specifier: 1.14.2 version: link:../styled-components '@darajs/ui-components': - specifier: 1.14.1 + specifier: 1.14.2 version: link:../ui-components '@darajs/ui-icons': - specifier: 1.14.1 + specifier: 1.14.2 version: link:../ui-icons '@darajs/ui-utils': - specifier: 1.14.1 + specifier: 1.14.2 version: link:../ui-utils lodash: specifier: 4.17.21 @@ -1427,13 +1427,13 @@ importers: specifier: ^7.15.0 version: 7.25.7(@babel/core@7.25.8) '@darajs/eslint-config': - specifier: 1.14.1 + specifier: 1.14.2 version: link:../eslint-config '@darajs/prettier-config': - specifier: 1.14.1 + specifier: 1.14.2 version: link:../prettier-config '@darajs/stylelint-config': - specifier: 1.14.1 + specifier: 1.14.2 version: link:../stylelint-config '@storybook/addon-a11y': specifier: ^6.5.16 @@ -25610,7 +25610,7 @@ snapshots: ts-dedent@2.2.0: {} - ts-jest@29.2.5(@babel/core@7.25.8)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.25.8))(jest@29.7.0(@types/node@18.19.55)(babel-plugin-macros@3.1.0))(typescript@5.6.3): + ts-jest@29.2.5(@babel/core@7.25.8)(@jest/transform@29.7.0)(@jest/types@29.6.3)(babel-jest@29.7.0(@babel/core@7.25.8))(jest@29.7.0(babel-plugin-macros@3.1.0))(typescript@5.6.3): dependencies: bs-logger: 0.2.6 ejs: 3.1.10 diff --git a/poetry.lock b/poetry.lock index 309502af..6396dfb6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -579,7 +579,7 @@ rich = "*" [[package]] name = "create-dara-app" -version = "1.14.1" +version = "1.14.2" description = "CLI to quickly bootstrap a Dara app" optional = false python-versions = ">=3.9.0, <3.13.0" @@ -675,7 +675,7 @@ tests = ["pytest", "pytest-cov", "pytest-xdist"] [[package]] name = "dara-components" -version = "1.14.1" +version = "1.14.2" description = "Components for the Dara Framework" optional = false python-versions = ">=3.9.0, <3.13.0" @@ -686,7 +686,7 @@ develop = true bokeh = ">=3.1.0, <3.2.0" cai-causal-graph = ">=0.3.6" certifi = ">=2024.7.4" -dara-core = "1.14.1" +dara-core = "1.14.2" dill = ">=0.3.0, <0.4.0" matplotlib = ">=2.0.0" pandas = ">=1.1.0, <3.0.0" @@ -700,7 +700,7 @@ url = "packages/dara-components" [[package]] name = "dara-core" -version = "1.14.1" +version = "1.14.2" description = "Dara Framework Core" optional = false python-versions = ">=3.9.0, <3.13.0" @@ -740,7 +740,7 @@ uvicorn = {version = "^0.22.0", extras = ["standard"]} xlrd = "*" [package.extras] -all = ["dara-components (==1.14.1)"] +all = ["dara-components (==1.14.2)"] [package.source] type = "directory" @@ -774,7 +774,7 @@ profile = ["gprof2dot (>=2022.7.29)"] [[package]] name = "eslint-config" -version = "1.14.1" +version = "1.14.2" description = "" optional = false python-versions = "*" @@ -787,13 +787,13 @@ url = "packages/eslint-config" [[package]] name = "et-xmlfile" -version = "1.1.0" +version = "2.0.0" description = "An implementation of lxml.xmlfile for the standard library" optional = false -python-versions = ">=3.6" +python-versions = ">=3.8" files = [ - {file = "et_xmlfile-1.1.0-py3-none-any.whl", hash = "sha256:a2ba85d1d6a74ef63837eed693bcb89c3f752169b0e3e7ae5b16ca5e1b3deada"}, - {file = "et_xmlfile-1.1.0.tar.gz", hash = "sha256:8eb9e2bc2f8c97e37a2dc85a09ecdcdec9d8a396530a6d5a33b30b9a92da0c5c"}, + {file = "et_xmlfile-2.0.0-py3-none-any.whl", hash = "sha256:7a91720bc756843502c3b7504c77b8fe44217c85c537d85037f0f536151b2caa"}, + {file = "et_xmlfile-2.0.0.tar.gz", hash = "sha256:dab3f4764309081ce75662649be815c4c9081e88f0837825f90fd28317d4da54"}, ] [[package]] @@ -2015,7 +2015,7 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "prettier-config" -version = "1.14.1" +version = "1.14.2" description = "" optional = false python-versions = "*" @@ -2042,52 +2042,55 @@ twisted = ["twisted"] [[package]] name = "pyarrow" -version = "17.0.0" +version = "18.0.0" description = "Python library for Apache Arrow" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "pyarrow-17.0.0-cp310-cp310-macosx_10_15_x86_64.whl", hash = "sha256:a5c8b238d47e48812ee577ee20c9a2779e6a5904f1708ae240f53ecbee7c9f07"}, - {file = "pyarrow-17.0.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:db023dc4c6cae1015de9e198d41250688383c3f9af8f565370ab2b4cb5f62655"}, - {file = "pyarrow-17.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:da1e060b3876faa11cee287839f9cc7cdc00649f475714b8680a05fd9071d545"}, - {file = "pyarrow-17.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:75c06d4624c0ad6674364bb46ef38c3132768139ddec1c56582dbac54f2663e2"}, - {file = "pyarrow-17.0.0-cp310-cp310-manylinux_2_28_aarch64.whl", hash = "sha256:fa3c246cc58cb5a4a5cb407a18f193354ea47dd0648194e6265bd24177982fe8"}, - {file = "pyarrow-17.0.0-cp310-cp310-manylinux_2_28_x86_64.whl", hash = "sha256:f7ae2de664e0b158d1607699a16a488de3d008ba99b3a7aa5de1cbc13574d047"}, - {file = "pyarrow-17.0.0-cp310-cp310-win_amd64.whl", hash = "sha256:5984f416552eea15fd9cee03da53542bf4cddaef5afecefb9aa8d1010c335087"}, - {file = "pyarrow-17.0.0-cp311-cp311-macosx_10_15_x86_64.whl", hash = "sha256:1c8856e2ef09eb87ecf937104aacfa0708f22dfeb039c363ec99735190ffb977"}, - {file = "pyarrow-17.0.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:2e19f569567efcbbd42084e87f948778eb371d308e137a0f97afe19bb860ccb3"}, - {file = "pyarrow-17.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6b244dc8e08a23b3e352899a006a26ae7b4d0da7bb636872fa8f5884e70acf15"}, - {file = "pyarrow-17.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0b72e87fe3e1db343995562f7fff8aee354b55ee83d13afba65400c178ab2597"}, - {file = "pyarrow-17.0.0-cp311-cp311-manylinux_2_28_aarch64.whl", hash = "sha256:dc5c31c37409dfbc5d014047817cb4ccd8c1ea25d19576acf1a001fe07f5b420"}, - {file = "pyarrow-17.0.0-cp311-cp311-manylinux_2_28_x86_64.whl", hash = "sha256:e3343cb1e88bc2ea605986d4b94948716edc7a8d14afd4e2c097232f729758b4"}, - {file = "pyarrow-17.0.0-cp311-cp311-win_amd64.whl", hash = "sha256:a27532c38f3de9eb3e90ecab63dfda948a8ca859a66e3a47f5f42d1e403c4d03"}, - {file = "pyarrow-17.0.0-cp312-cp312-macosx_10_15_x86_64.whl", hash = "sha256:9b8a823cea605221e61f34859dcc03207e52e409ccf6354634143e23af7c8d22"}, - {file = "pyarrow-17.0.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:f1e70de6cb5790a50b01d2b686d54aaf73da01266850b05e3af2a1bc89e16053"}, - {file = "pyarrow-17.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0071ce35788c6f9077ff9ecba4858108eebe2ea5a3f7cf2cf55ebc1dbc6ee24a"}, - {file = "pyarrow-17.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:757074882f844411fcca735e39aae74248a1531367a7c80799b4266390ae51cc"}, - {file = "pyarrow-17.0.0-cp312-cp312-manylinux_2_28_aarch64.whl", hash = "sha256:9ba11c4f16976e89146781a83833df7f82077cdab7dc6232c897789343f7891a"}, - {file = "pyarrow-17.0.0-cp312-cp312-manylinux_2_28_x86_64.whl", hash = "sha256:b0c6ac301093b42d34410b187bba560b17c0330f64907bfa4f7f7f2444b0cf9b"}, - {file = "pyarrow-17.0.0-cp312-cp312-win_amd64.whl", hash = "sha256:392bc9feabc647338e6c89267635e111d71edad5fcffba204425a7c8d13610d7"}, - {file = "pyarrow-17.0.0-cp38-cp38-macosx_10_15_x86_64.whl", hash = "sha256:af5ff82a04b2171415f1410cff7ebb79861afc5dae50be73ce06d6e870615204"}, - {file = "pyarrow-17.0.0-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:edca18eaca89cd6382dfbcff3dd2d87633433043650c07375d095cd3517561d8"}, - {file = "pyarrow-17.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7c7916bff914ac5d4a8fe25b7a25e432ff921e72f6f2b7547d1e325c1ad9d155"}, - {file = "pyarrow-17.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f553ca691b9e94b202ff741bdd40f6ccb70cdd5fbf65c187af132f1317de6145"}, - {file = "pyarrow-17.0.0-cp38-cp38-manylinux_2_28_aarch64.whl", hash = "sha256:0cdb0e627c86c373205a2f94a510ac4376fdc523f8bb36beab2e7f204416163c"}, - {file = "pyarrow-17.0.0-cp38-cp38-manylinux_2_28_x86_64.whl", hash = "sha256:d7d192305d9d8bc9082d10f361fc70a73590a4c65cf31c3e6926cd72b76bc35c"}, - {file = "pyarrow-17.0.0-cp38-cp38-win_amd64.whl", hash = "sha256:02dae06ce212d8b3244dd3e7d12d9c4d3046945a5933d28026598e9dbbda1fca"}, - {file = "pyarrow-17.0.0-cp39-cp39-macosx_10_15_x86_64.whl", hash = "sha256:13d7a460b412f31e4c0efa1148e1d29bdf18ad1411eb6757d38f8fbdcc8645fb"}, - {file = "pyarrow-17.0.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:9b564a51fbccfab5a04a80453e5ac6c9954a9c5ef2890d1bcf63741909c3f8df"}, - {file = "pyarrow-17.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:32503827abbc5aadedfa235f5ece8c4f8f8b0a3cf01066bc8d29de7539532687"}, - {file = "pyarrow-17.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a155acc7f154b9ffcc85497509bcd0d43efb80d6f733b0dc3bb14e281f131c8b"}, - {file = "pyarrow-17.0.0-cp39-cp39-manylinux_2_28_aarch64.whl", hash = "sha256:dec8d129254d0188a49f8a1fc99e0560dc1b85f60af729f47de4046015f9b0a5"}, - {file = "pyarrow-17.0.0-cp39-cp39-manylinux_2_28_x86_64.whl", hash = "sha256:a48ddf5c3c6a6c505904545c25a4ae13646ae1f8ba703c4df4a1bfe4f4006bda"}, - {file = "pyarrow-17.0.0-cp39-cp39-win_amd64.whl", hash = "sha256:42bf93249a083aca230ba7e2786c5f673507fa97bbd9725a1e2754715151a204"}, - {file = "pyarrow-17.0.0.tar.gz", hash = "sha256:4beca9521ed2c0921c1023e68d097d0299b62c362639ea315572a58f3f50fd28"}, + {file = "pyarrow-18.0.0-cp310-cp310-macosx_12_0_arm64.whl", hash = "sha256:2333f93260674e185cfbf208d2da3007132572e56871f451ba1a556b45dae6e2"}, + {file = "pyarrow-18.0.0-cp310-cp310-macosx_12_0_x86_64.whl", hash = "sha256:4c381857754da44326f3a49b8b199f7f87a51c2faacd5114352fc78de30d3aba"}, + {file = "pyarrow-18.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:603cd8ad4976568954598ef0a6d4ed3dfb78aff3d57fa8d6271f470f0ce7d34f"}, + {file = "pyarrow-18.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:58a62549a3e0bc9e03df32f350e10e1efb94ec6cf63e3920c3385b26663948ce"}, + {file = "pyarrow-18.0.0-cp310-cp310-manylinux_2_28_aarch64.whl", hash = "sha256:bc97316840a349485fbb137eb8d0f4d7057e1b2c1272b1a20eebbbe1848f5122"}, + {file = "pyarrow-18.0.0-cp310-cp310-manylinux_2_28_x86_64.whl", hash = "sha256:2e549a748fa8b8715e734919923f69318c953e077e9c02140ada13e59d043310"}, + {file = "pyarrow-18.0.0-cp310-cp310-win_amd64.whl", hash = "sha256:606e9a3dcb0f52307c5040698ea962685fb1c852d72379ee9412be7de9c5f9e2"}, + {file = "pyarrow-18.0.0-cp311-cp311-macosx_12_0_arm64.whl", hash = "sha256:d5795e37c0a33baa618c5e054cd61f586cf76850a251e2b21355e4085def6280"}, + {file = "pyarrow-18.0.0-cp311-cp311-macosx_12_0_x86_64.whl", hash = "sha256:5f0510608ccd6e7f02ca8596962afb8c6cc84c453e7be0da4d85f5f4f7b0328a"}, + {file = "pyarrow-18.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:616ea2826c03c16e87f517c46296621a7c51e30400f6d0a61be645f203aa2b93"}, + {file = "pyarrow-18.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a1824f5b029ddd289919f354bc285992cb4e32da518758c136271cf66046ef22"}, + {file = "pyarrow-18.0.0-cp311-cp311-manylinux_2_28_aarch64.whl", hash = "sha256:6dd1b52d0d58dd8f685ced9971eb49f697d753aa7912f0a8f50833c7a7426319"}, + {file = "pyarrow-18.0.0-cp311-cp311-manylinux_2_28_x86_64.whl", hash = "sha256:320ae9bd45ad7ecc12ec858b3e8e462578de060832b98fc4d671dee9f10d9954"}, + {file = "pyarrow-18.0.0-cp311-cp311-win_amd64.whl", hash = "sha256:2c992716cffb1088414f2b478f7af0175fd0a76fea80841b1706baa8fb0ebaad"}, + {file = "pyarrow-18.0.0-cp312-cp312-macosx_12_0_arm64.whl", hash = "sha256:e7ab04f272f98ebffd2a0661e4e126036f6936391ba2889ed2d44c5006237802"}, + {file = "pyarrow-18.0.0-cp312-cp312-macosx_12_0_x86_64.whl", hash = "sha256:03f40b65a43be159d2f97fd64dc998f769d0995a50c00f07aab58b0b3da87e1f"}, + {file = "pyarrow-18.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:be08af84808dff63a76860847c48ec0416928a7b3a17c2f49a072cac7c45efbd"}, + {file = "pyarrow-18.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8c70c1965cde991b711a98448ccda3486f2a336457cf4ec4dca257a926e149c9"}, + {file = "pyarrow-18.0.0-cp312-cp312-manylinux_2_28_aarch64.whl", hash = "sha256:00178509f379415a3fcf855af020e3340254f990a8534294ec3cf674d6e255fd"}, + {file = "pyarrow-18.0.0-cp312-cp312-manylinux_2_28_x86_64.whl", hash = "sha256:a71ab0589a63a3e987beb2bc172e05f000a5c5be2636b4b263c44034e215b5d7"}, + {file = "pyarrow-18.0.0-cp312-cp312-win_amd64.whl", hash = "sha256:fe92efcdbfa0bcf2fa602e466d7f2905500f33f09eb90bf0bcf2e6ca41b574c8"}, + {file = "pyarrow-18.0.0-cp313-cp313-macosx_12_0_arm64.whl", hash = "sha256:907ee0aa8ca576f5e0cdc20b5aeb2ad4d3953a3b4769fc4b499e00ef0266f02f"}, + {file = "pyarrow-18.0.0-cp313-cp313-macosx_12_0_x86_64.whl", hash = "sha256:66dcc216ebae2eb4c37b223feaf82f15b69d502821dde2da138ec5a3716e7463"}, + {file = "pyarrow-18.0.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:bc1daf7c425f58527900876354390ee41b0ae962a73ad0959b9d829def583bb1"}, + {file = "pyarrow-18.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:871b292d4b696b09120ed5bde894f79ee2a5f109cb84470546471df264cae136"}, + {file = "pyarrow-18.0.0-cp313-cp313-manylinux_2_28_aarch64.whl", hash = "sha256:082ba62bdcb939824ba1ce10b8acef5ab621da1f4c4805e07bfd153617ac19d4"}, + {file = "pyarrow-18.0.0-cp313-cp313-manylinux_2_28_x86_64.whl", hash = "sha256:2c664ab88b9766413197733c1720d3dcd4190e8fa3bbdc3710384630a0a7207b"}, + {file = "pyarrow-18.0.0-cp313-cp313-win_amd64.whl", hash = "sha256:dc892be34dbd058e8d189b47db1e33a227d965ea8805a235c8a7286f7fd17d3a"}, + {file = "pyarrow-18.0.0-cp313-cp313t-macosx_12_0_arm64.whl", hash = "sha256:28f9c39a56d2c78bf6b87dcc699d520ab850919d4a8c7418cd20eda49874a2ea"}, + {file = "pyarrow-18.0.0-cp313-cp313t-macosx_12_0_x86_64.whl", hash = "sha256:f1a198a50c409ab2d009fbf20956ace84567d67f2c5701511d4dd561fae6f32e"}, + {file = "pyarrow-18.0.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b5bd7fd32e3ace012d43925ea4fc8bd1b02cc6cc1e9813b518302950e89b5a22"}, + {file = "pyarrow-18.0.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:336addb8b6f5208be1b2398442c703a710b6b937b1a046065ee4db65e782ff5a"}, + {file = "pyarrow-18.0.0-cp313-cp313t-manylinux_2_28_aarch64.whl", hash = "sha256:45476490dd4adec5472c92b4d253e245258745d0ccaabe706f8d03288ed60a79"}, + {file = "pyarrow-18.0.0-cp313-cp313t-manylinux_2_28_x86_64.whl", hash = "sha256:b46591222c864e7da7faa3b19455196416cd8355ff6c2cc2e65726a760a3c420"}, + {file = "pyarrow-18.0.0-cp39-cp39-macosx_12_0_arm64.whl", hash = "sha256:eb7e3abcda7e1e6b83c2dc2909c8d045881017270a119cc6ee7fdcfe71d02df8"}, + {file = "pyarrow-18.0.0-cp39-cp39-macosx_12_0_x86_64.whl", hash = "sha256:09f30690b99ce34e0da64d20dab372ee54431745e4efb78ac938234a282d15f9"}, + {file = "pyarrow-18.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4d5ca5d707e158540312e09fd907f9f49bacbe779ab5236d9699ced14d2293b8"}, + {file = "pyarrow-18.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d6331f280c6e4521c69b201a42dd978f60f7e129511a55da9e0bfe426b4ebb8d"}, + {file = "pyarrow-18.0.0-cp39-cp39-manylinux_2_28_aarch64.whl", hash = "sha256:3ac24b2be732e78a5a3ac0b3aa870d73766dd00beba6e015ea2ea7394f8b4e55"}, + {file = "pyarrow-18.0.0-cp39-cp39-manylinux_2_28_x86_64.whl", hash = "sha256:b30a927c6dff89ee702686596f27c25160dd6c99be5bcc1513a763ae5b1bfc03"}, + {file = "pyarrow-18.0.0-cp39-cp39-win_amd64.whl", hash = "sha256:8f40ec677e942374e3d7f2fad6a67a4c2811a8b975e8703c6fd26d3b168a90e2"}, + {file = "pyarrow-18.0.0.tar.gz", hash = "sha256:a6aa027b1a9d2970cf328ccd6dbe4a996bc13c39fd427f502782f5bdb9ca20f5"}, ] -[package.dependencies] -numpy = ">=1.16.6" - [package.extras] test = ["cffi", "hypothesis", "pandas", "pytest", "pytz"] @@ -2614,7 +2617,7 @@ pbr = ">=2.0.0" [[package]] name = "styled-components" -version = "1.14.1" +version = "1.14.2" description = "" optional = false python-versions = "*" @@ -2627,7 +2630,7 @@ url = "packages/styled-components" [[package]] name = "stylelint-config" -version = "1.14.1" +version = "1.14.2" description = "" optional = false python-versions = "*" @@ -2788,7 +2791,7 @@ files = [ [[package]] name = "ui-causal-graph-editor" -version = "1.14.1" +version = "1.14.2" description = "" optional = false python-versions = "*" @@ -2801,7 +2804,7 @@ url = "packages/ui-causal-graph-editor" [[package]] name = "ui-code-editor" -version = "1.14.1" +version = "1.14.2" description = "" optional = false python-versions = "*" @@ -2814,7 +2817,7 @@ url = "packages/ui-code-editor" [[package]] name = "ui-components" -version = "1.14.1" +version = "1.14.2" description = "" optional = false python-versions = "*" @@ -2827,7 +2830,7 @@ url = "packages/ui-components" [[package]] name = "ui-hierarchy-viewer" -version = "1.14.1" +version = "1.14.2" description = "" optional = false python-versions = "*" @@ -2840,7 +2843,7 @@ url = "packages/ui-hierarchy-viewer" [[package]] name = "ui-icons" -version = "1.14.1" +version = "1.14.2" description = "" optional = false python-versions = "*" @@ -2853,7 +2856,7 @@ url = "packages/ui-icons" [[package]] name = "ui-notification" -version = "1.14.1" +version = "1.14.2" description = "" optional = false python-versions = "*" @@ -2866,7 +2869,7 @@ url = "packages/ui-notifications" [[package]] name = "ui-utils" -version = "1.14.1" +version = "1.14.2" description = "" optional = false python-versions = "*" @@ -2879,7 +2882,7 @@ url = "packages/ui-utils" [[package]] name = "ui-widgets" -version = "1.14.1" +version = "1.14.2" description = "" optional = false python-versions = "*" @@ -3222,4 +3225,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9.0,<3.13.0" -content-hash = "623bbbceb50dc6529ec6445fc34ffaa66558f620946f13ff3f5673e4bac05dc5" +content-hash = "670ff5cafd573a3b376cd06ec0703ce5cd9097feb6ee20328497aca4126eb953" diff --git a/pyproject.toml b/pyproject.toml index 51d4be2c..a321a66f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "anthology-meta-package" -version = "1.14.1" +version = "1.14.2" description = "Anthology Meta Package" authors = ["anthology"] source = [] @@ -18,7 +18,7 @@ colorama = ">=0.4.6,<0.5.0" cookiecutter = ">=2.1.1,<3.0.0" croniter = ">=1.0.15,<2.0.0" cryptography = ">=42.0.4" -dara-core = "1.14.1" +dara-core = "1.14.2" dill = ">=0.3.0,<0.4.0" exceptiongroup = ">=1.1.3,<2.0.0" fastapi = "0.109.0" @@ -49,11 +49,11 @@ xlrd = "*" [tool.poetry.dependencies.create-dara-app] optional = true -version = "1.14.1" +version = "1.14.2" [tool.poetry.dependencies.dara-components] optional = true -version = "1.14.1" +version = "1.14.2" [tool.poetry.dependencies.uvicorn] extras = ["standard"]