diff --git a/examples/requirements.txt b/examples/requirements.txt index 21832de3282..e4c286298d9 100644 --- a/examples/requirements.txt +++ b/examples/requirements.txt @@ -1,4 +1,4 @@ -promptflow[azure] +promptflow[azure]==1.14.0 promptflow-tools python-dotenv bs4 diff --git a/src/promptflow/tests/_constants.py b/src/promptflow/tests/_constants.py index ed05643c322..7a96abec0e0 100644 --- a/src/promptflow/tests/_constants.py +++ b/src/promptflow/tests/_constants.py @@ -1,4 +1,4 @@ -from pathlib import Path # noqa: C4726 +from pathlib import Path PROMPTFLOW_ROOT = Path(__file__).parent.parent RUNTIME_TEST_CONFIGS_ROOT = Path(PROMPTFLOW_ROOT / "tests/test_configs/runtime") @@ -10,7 +10,7 @@ # below constants are used for pfazure and global config tests DEFAULT_SUBSCRIPTION_ID = "96aede12-2f73-41cb-b983-6d11a904839b" DEFAULT_RESOURCE_GROUP_NAME = "promptflow" -DEFAULT_WORKSPACE_NAME = "promptflow-eastus" +DEFAULT_WORKSPACE_NAME = "promptflow-eastus2euap" DEFAULT_COMPUTE_INSTANCE_NAME = "ci-lin-cpu-sp" DEFAULT_RUNTIME_NAME = "test-runtime-ci" DEFAULT_REGISTRY_NAME = "promptflow-preview"