Skip to content

Commit ecd3427

Browse files
authored
Merge pull request #17 from keboola/feature/updated-ui
UI warning about venv choice back & updated Python 3.14 title
2 parents 44e3e0b + f1457c8 commit ecd3427

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

component_config/configSchema.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"type": "object",
33
"title": "Configuration",
44
"required": [
5-
"user_properties"
5+
"venv",
6+
"user_properties",
7+
"source"
68
],
79
"properties": {
810
"venv": {
@@ -19,7 +21,7 @@
1921
"options": {
2022
"tooltip": "- **Isolated environment** takes a couple of seconds to start, but gives you the opportuninty to pick one of the latest versions of Python. It's also a safer choice as it prevents package collisions.\n- Non-isolated environment (used to be the default choice) might start a bit faster, but can lead to issues mentioned above. It will also become a subject to deprecation in the future.\n- We recommmend you **update the code regularly** to make sure it runs with the latest versions of all packages. This will help you avoid issues with abandoned packages and **security vulnerabilities**.",
2123
"enum_titles": [
22-
"Python 3.14 beta – Isolated environment (just the packages of your choice)",
24+
"Python 3.14 RC – Isolated environment (just the packages of your choice)",
2325
"Python 3.13 – Isolated environment (just the packages of your choice) – This is the recommended choice 🐙",
2426
"Python 3.12 – Isolated environment (just the packages of your choice)",
2527
"Python 3.10 – Shared environment (contains many pre-installed packages in legacy versions) – This used to be the default choice"

0 commit comments

Comments
 (0)