diff --git a/datalayer_core/cli/commands/agents.py b/datalayer_core/cli/commands/agents.py index 83798aef..f776b050 100644 --- a/datalayer_core/cli/commands/agents.py +++ b/datalayer_core/cli/commands/agents.py @@ -1,3 +1,6 @@ +# Copyright (c) 2023-2025 Datalayer, Inc. +# Distributed under the terms of the Modified BSD License. + # Copyright (c) 2023-2026 Datalayer, Inc. # Distributed under the terms of the Modified BSD License. diff --git a/datalayer_core/cli/commands/evals.py b/datalayer_core/cli/commands/evals.py index 72f27732..b642b5e3 100644 --- a/datalayer_core/cli/commands/evals.py +++ b/datalayer_core/cli/commands/evals.py @@ -1,3 +1,6 @@ +# Copyright (c) 2023-2025 Datalayer, Inc. +# Distributed under the terms of the Modified BSD License. + # Copyright (c) 2023-2026 Datalayer, Inc. # Distributed under the terms of the Modified BSD License. diff --git a/datalayer_core/cli/commands/pools.py b/datalayer_core/cli/commands/pools.py index 6d19244e..8c61e4ae 100644 --- a/datalayer_core/cli/commands/pools.py +++ b/datalayer_core/cli/commands/pools.py @@ -1,3 +1,6 @@ +# Copyright (c) 2023-2025 Datalayer, Inc. +# Distributed under the terms of the Modified BSD License. + # Copyright (c) 2023-2026 Datalayer, Inc. # Distributed under the terms of the Modified BSD License. diff --git a/datalayer_core/cli/commands/ray.py b/datalayer_core/cli/commands/ray.py index b9060c9e..7c476121 100644 --- a/datalayer_core/cli/commands/ray.py +++ b/datalayer_core/cli/commands/ray.py @@ -1,3 +1,6 @@ +# Copyright (c) 2023-2025 Datalayer, Inc. +# Distributed under the terms of the Modified BSD License. + # Copyright (c) 2023-2026 Datalayer, Inc. # Distributed under the terms of the Modified BSD License. diff --git a/datalayer_core/mixins/evals.py b/datalayer_core/mixins/evals.py index 6cc27043..26592b9a 100644 --- a/datalayer_core/mixins/evals.py +++ b/datalayer_core/mixins/evals.py @@ -1,3 +1,6 @@ +# Copyright (c) 2023-2025 Datalayer, Inc. +# Distributed under the terms of the Modified BSD License. + # Copyright (c) 2023-2026 Datalayer, Inc. # Distributed under the terms of the Modified BSD License. diff --git a/datalayer_core/mixins/ray.py b/datalayer_core/mixins/ray.py index 7de8b647..b7146178 100644 --- a/datalayer_core/mixins/ray.py +++ b/datalayer_core/mixins/ray.py @@ -1,3 +1,6 @@ +# Copyright (c) 2023-2025 Datalayer, Inc. +# Distributed under the terms of the Modified BSD License. + # Copyright (c) 2023-2026 Datalayer, Inc. # Distributed under the terms of the Modified BSD License. diff --git a/datalayer_core/runtimes/agent_runtime.py b/datalayer_core/runtimes/agent_runtime.py index 27856a57..3a5cf951 100644 --- a/datalayer_core/runtimes/agent_runtime.py +++ b/datalayer_core/runtimes/agent_runtime.py @@ -1,3 +1,6 @@ +# Copyright (c) 2023-2025 Datalayer, Inc. +# Distributed under the terms of the Modified BSD License. + # Copyright (c) 2023-2026 Datalayer, Inc. # Distributed under the terms of the Modified BSD License. diff --git a/datalayer_core/runtimes/local.py b/datalayer_core/runtimes/local.py index 3ab44ca4..be2f06a2 100644 --- a/datalayer_core/runtimes/local.py +++ b/datalayer_core/runtimes/local.py @@ -1,3 +1,6 @@ +# Copyright (c) 2023-2025 Datalayer, Inc. +# Distributed under the terms of the Modified BSD License. + # Copyright (c) 2023-2026 Datalayer, Inc. # Distributed under the terms of the Modified BSD License. diff --git a/datalayer_core/tests/test_cli_main.py b/datalayer_core/tests/test_cli_main.py index fe12f845..44b48432 100644 --- a/datalayer_core/tests/test_cli_main.py +++ b/datalayer_core/tests/test_cli_main.py @@ -1,3 +1,6 @@ +# Copyright (c) 2023-2025 Datalayer, Inc. +# Distributed under the terms of the Modified BSD License. + # Copyright (c) 2023-2026 Datalayer, Inc. # Distributed under the terms of the Modified BSD License. diff --git a/datalayer_core/tests/test_ray.py b/datalayer_core/tests/test_ray.py index 3b2b193f..51339f7d 100644 --- a/datalayer_core/tests/test_ray.py +++ b/datalayer_core/tests/test_ray.py @@ -1,3 +1,6 @@ +# Copyright (c) 2023-2025 Datalayer, Inc. +# Distributed under the terms of the Modified BSD License. + # Copyright (c) 2023-2026 Datalayer, Inc. # Distributed under the terms of the Modified BSD License. diff --git a/datalayer_core/tests/test_usage.py b/datalayer_core/tests/test_usage.py index 4d0d5786..20907323 100644 --- a/datalayer_core/tests/test_usage.py +++ b/datalayer_core/tests/test_usage.py @@ -1,3 +1,6 @@ +# Copyright (c) 2023-2025 Datalayer, Inc. +# Distributed under the terms of the Modified BSD License. + # Copyright (c) 2023-2026 Datalayer, Inc. # Distributed under the terms of the Modified BSD License. diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 35bbe420..52c01737 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -30,7 +30,7 @@ "dir-glob": "^3.0.1", "is-path-inside": "^3.0.3", "json5": "^2.2.3", - "next": "14.2.22", + "next": "15.5.18", "next-themes": "^0.2.1", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/examples/otel/ui/package.json b/examples/otel/ui/package.json index e7daf0e0..620de75a 100644 --- a/examples/otel/ui/package.json +++ b/examples/otel/ui/package.json @@ -13,7 +13,7 @@ "@datalayer/icons-react": "^1.0.6", "@datalayer/primer-addons": "^1.0.12", "@primer/octicons-react": "^19.15.1", - "echarts": "^5.5.0", + "echarts": "^6.1.0", "echarts-for-react": "^3.0.2", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/package.json b/package.json index 690c61c2..3a5d8828 100644 --- a/package.json +++ b/package.json @@ -145,7 +145,7 @@ "date-fns": "^2.29.3", "deepmerge": "^4.3.1", "diff": "^8.0.2", - "echarts": "^5.5.0", + "echarts": "^6.1.0", "echarts-for-react": "^3.0.2", "html2canvas": "^1.4.1", "jwt-decode": "^2.2.0", diff --git a/src/components/billing/BillableAccountSelect.tsx b/src/components/billing/BillableAccountSelect.tsx index 81466562..32903f7f 100644 --- a/src/components/billing/BillableAccountSelect.tsx +++ b/src/components/billing/BillableAccountSelect.tsx @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2023-2025 Datalayer, Inc. + * Distributed under the terms of the Modified BSD License. + */ + /* * Copyright (c) 2023-2026 Datalayer, Inc. * Distributed under the terms of the Modified BSD License. diff --git a/src/components/billing/index.ts b/src/components/billing/index.ts index c6ecd8b9..a5362bad 100644 --- a/src/components/billing/index.ts +++ b/src/components/billing/index.ts @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2023-2025 Datalayer, Inc. + * Distributed under the terms of the Modified BSD License. + */ + /* * Copyright (c) 2023-2026 Datalayer, Inc. * Distributed under the terms of the Modified BSD License. diff --git a/src/components/sharing/SharingEditor.tsx b/src/components/sharing/SharingEditor.tsx index dc6fe7e2..d8ebcecd 100644 --- a/src/components/sharing/SharingEditor.tsx +++ b/src/components/sharing/SharingEditor.tsx @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2023-2025 Datalayer, Inc. + * Distributed under the terms of the Modified BSD License. + */ + /* * Copyright (c) 2023-2026 Datalayer, Inc. * Distributed under the terms of the Modified BSD License.