You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems like many of these are not coming from the pymc-marketing codebase. Need to look through still...
../../../micromamba/envs/pymc-marketing-dev/lib/python3.10/site-packages/pydantic/fields.py:1042
/home/wdean/micromamba/envs/pymc-marketing-dev/lib/python3.10/site-packages/pydantic/fields.py:1042: PydanticDeprecatedSince20: Using extra keyword arguments on `Field` is deprecated and will be removed. Use `json_schema_extra` instead. (Extra keys: 'arbitrary_types_allowed'). Deprecated in Pydantic V2.0 to be removed in V3.0. See Pydantic V2 Migration Guide at https://errors.pydantic.dev/2.10/migration/
warn(
../../../micromamba/envs/pymc-marketing-dev/lib/python3.10/site-packages/mlflow/gateway/config.py:64
/home/wdean/micromamba/envs/pymc-marketing-dev/lib/python3.10/site-packages/mlflow/gateway/config.py:64: PydanticDeprecatedSince20: Pydantic V1 style `@validator` validators are deprecated. You should migrate to Pydantic V2 style `@field_validator` validators, see the migration guide for more details. Deprecated in Pydantic V2.0 to be removed in V3.0. See Pydantic V2 Migration Guide at https://errors.pydantic.dev/2.10/migration/
@validator("togetherai_api_key", pre=True)
../../../micromamba/envs/pymc-marketing-dev/lib/python3.10/site-packages/mlflow/gateway/config.py:78
/home/wdean/micromamba/envs/pymc-marketing-dev/lib/python3.10/site-packages/mlflow/gateway/config.py:78: PydanticDeprecatedSince20: Pydantic V1 style `@validator` validators are deprecated. You should migrate to Pydantic V2 style `@field_validator` validators, see the migration guide for more details. Deprecated in Pydantic V2.0 to be removed in V3.0. See Pydantic V2 Migration Guide at https://errors.pydantic.dev/2.10/migration/
@validator("cohere_api_key", pre=True)
../../../micromamba/envs/pymc-marketing-dev/lib/python3.10/site-packages/mlflow/gateway/config.py:86
/home/wdean/micromamba/envs/pymc-marketing-dev/lib/python3.10/site-packages/mlflow/gateway/config.py:86: PydanticDeprecatedSince20: Pydantic V1 style `@validator` validators are deprecated. You should migrate to Pydantic V2 style `@field_validator` validators, see the migration guide for more details. Deprecated in Pydantic V2.0 to be removed in V3.0. See Pydantic V2 Migration Guide at https://errors.pydantic.dev/2.10/migration/
@validator("ai21labs_api_key", pre=True)
../../../micromamba/envs/pymc-marketing-dev/lib/python3.10/site-packages/mlflow/gateway/config.py:95
/home/wdean/micromamba/envs/pymc-marketing-dev/lib/python3.10/site-packages/mlflow/gateway/config.py:95: PydanticDeprecatedSince20: Pydantic V1 style `@validator` validators are deprecated. You should migrate to Pydantic V2 style `@field_validator` validators, see the migration guide for more details. Deprecated in Pydantic V2.0 to be removed in V3.0. See Pydantic V2 Migration Guide at https://errors.pydantic.dev/2.10/migration/
@validator("mosaicml_api_key", pre=True)
../../../micromamba/envs/pymc-marketing-dev/lib/python3.10/site-packages/mlflow/gateway/config.py:125
/home/wdean/micromamba/envs/pymc-marketing-dev/lib/python3.10/site-packages/mlflow/gateway/config.py:125: PydanticDeprecatedSince20: Pydantic V1 style `@validator` validators are deprecated. You should migrate to Pydantic V2 style `@field_validator` validators, see the migration guide for more details. Deprecated in Pydantic V2.0 to be removed in V3.0. See Pydantic V2 Migration Guide at https://errors.pydantic.dev/2.10/migration/
@validator("openai_api_key", pre=True)
../../../micromamba/envs/pymc-marketing-dev/lib/python3.10/site-packages/mlflow/gateway/config.py:182
/home/wdean/micromamba/envs/pymc-marketing-dev/lib/python3.10/site-packages/mlflow/gateway/config.py:182: PydanticDeprecatedSince20: Pydantic V1 style `@validator` validators are deprecated. You should migrate to Pydantic V2 style `@field_validator` validators, see the migration guide for more details. Deprecated in Pydantic V2.0 to be removed in V3.0. See Pydantic V2 Migration Guide at https://errors.pydantic.dev/2.10/migration/
@validator("anthropic_api_key", pre=True)
../../../micromamba/envs/pymc-marketing-dev/lib/python3.10/site-packages/mlflow/gateway/config.py:190
/home/wdean/micromamba/envs/pymc-marketing-dev/lib/python3.10/site-packages/mlflow/gateway/config.py:190: PydanticDeprecatedSince20: Pydantic V1 style `@validator` validators are deprecated. You should migrate to Pydantic V2 style `@field_validator` validators, see the migration guide for more details. Deprecated in Pydantic V2.0 to be removed in V3.0. See Pydantic V2 Migration Guide at https://errors.pydantic.dev/2.10/migration/
@validator("palm_api_key", pre=True)
../../../micromamba/envs/pymc-marketing-dev/lib/python3.10/site-packages/mlflow/gateway/config.py:230
/home/wdean/micromamba/envs/pymc-marketing-dev/lib/python3.10/site-packages/mlflow/gateway/config.py:230: PydanticDeprecatedSince20: Pydantic V1 style `@validator` validators are deprecated. You should migrate to Pydantic V2 style `@field_validator` validators, see the migration guide for more details. Deprecated in Pydantic V2.0 to be removed in V3.0. See Pydantic V2 Migration Guide at https://errors.pydantic.dev/2.10/migration/
@validator("mistral_api_key", pre=True)
../../../micromamba/envs/pymc-marketing-dev/lib/python3.10/site-packages/mlflow/gateway/config.py:284
/home/wdean/micromamba/envs/pymc-marketing-dev/lib/python3.10/site-packages/mlflow/gateway/config.py:284: PydanticDeprecatedSince20: Pydantic V1 style `@validator` validators are deprecated. You should migrate to Pydantic V2 style `@field_validator` validators, see the migration guide for more details. Deprecated in Pydantic V2.0 to be removed in V3.0. See Pydantic V2 Migration Guide at https://errors.pydantic.dev/2.10/migration/
@validator("provider", pre=True)
../../../micromamba/envs/pymc-marketing-dev/lib/python3.10/site-packages/mlflow/gateway/config.py:311
/home/wdean/micromamba/envs/pymc-marketing-dev/lib/python3.10/site-packages/mlflow/gateway/config.py:311: PydanticDeprecatedSince20: Pydantic V1 style `@validator` validators are deprecated. You should migrate to Pydantic V2 style `@field_validator` validators, see the migration guide for more details. Deprecated in Pydantic V2.0 to be removed in V3.0. See Pydantic V2 Migration Guide at https://errors.pydantic.dev/2.10/migration/
@validator("config", pre=True)
../../../micromamba/envs/pymc-marketing-dev/lib/python3.10/site-packages/mlflow/gateway/config.py:351
/home/wdean/micromamba/envs/pymc-marketing-dev/lib/python3.10/site-packages/mlflow/gateway/config.py:351: PydanticDeprecatedSince20: Pydantic V1 style `@validator` validators are deprecated. You should migrate to Pydantic V2 style `@field_validator` validators, see the migration guide for more details. Deprecated in Pydantic V2.0 to be removed in V3.0. See Pydantic V2 Migration Guide at https://errors.pydantic.dev/2.10/migration/
@validator("name")
../../../micromamba/envs/pymc-marketing-dev/lib/python3.10/site-packages/mlflow/gateway/config.py:361
/home/wdean/micromamba/envs/pymc-marketing-dev/lib/python3.10/site-packages/mlflow/gateway/config.py:361: PydanticDeprecatedSince20: Pydantic V1 style `@validator` validators are deprecated. You should migrate to Pydantic V2 style `@field_validator` validators, see the migration guide for more details. Deprecated in Pydantic V2.0 to be removed in V3.0. See Pydantic V2 Migration Guide at https://errors.pydantic.dev/2.10/migration/
@validator("model", pre=True)
../../../micromamba/envs/pymc-marketing-dev/lib/python3.10/site-packages/mlflow/gateway/config.py:372
/home/wdean/micromamba/envs/pymc-marketing-dev/lib/python3.10/site-packages/mlflow/gateway/config.py:372: PydanticDeprecatedSince20: Pydantic V1 style `@root_validator` validators are deprecated. You should migrate to Pydantic V2 style `@model_validator` validators, see the migration guide for more details. Deprecated in Pydantic V2.0 to be removed in V3.0. See Pydantic V2 Migration Guide at https://errors.pydantic.dev/2.10/migration/
@root_validator(skip_on_failure=True)
../../../micromamba/envs/pymc-marketing-dev/lib/python3.10/site-packages/mlflow/gateway/config.py:394
/home/wdean/micromamba/envs/pymc-marketing-dev/lib/python3.10/site-packages/mlflow/gateway/config.py:394: PydanticDeprecatedSince20: Pydantic V1 style `@validator` validators are deprecated. You should migrate to Pydantic V2 style `@field_validator` validators, see the migration guide for more details. Deprecated in Pydantic V2.0 to be removed in V3.0. See Pydantic V2 Migration Guide at https://errors.pydantic.dev/2.10/migration/
@validator("route_type", pre=True)
../../../micromamba/envs/pymc-marketing-dev/lib/python3.10/site-packages/mlflow/gateway/config.py:400
/home/wdean/micromamba/envs/pymc-marketing-dev/lib/python3.10/site-packages/mlflow/gateway/config.py:400: PydanticDeprecatedSince20: Pydantic V1 style `@validator` validators are deprecated. You should migrate to Pydantic V2 style `@field_validator` validators, see the migration guide for more details. Deprecated in Pydantic V2.0 to be removed in V3.0. See Pydantic V2 Migration Guide at https://errors.pydantic.dev/2.10/migration/
@validator("limit", pre=True)
../../../micromamba/envs/pymc-marketing-dev/lib/python3.10/site-packages/pydantic/_internal/_config.py:295
/home/wdean/micromamba/envs/pymc-marketing-dev/lib/python3.10/site-packages/pydantic/_internal/_config.py:295: PydanticDeprecatedSince20: Support for class-based `config` is deprecated, use ConfigDict instead. Deprecated in Pydantic V2.0 to be removed in V3.0. See Pydantic V2 Migration Guide at https://errors.pydantic.dev/2.10/migration/
warnings.warn(DEPRECATION_MESSAGE, DeprecationWarning)
pymc_marketing/mlflow.py:134
/home/wdean/GitHub/pymc-eco/pymc-marketing/pymc_marketing/mlflow.py:134: FutureWarning: This functionality is experimental and subject to change. If you encounter any issues or have suggestions, please raise them at: https://github.com/pymc-labs/pymc-marketing/issues/new
warnings.warn(warning_msg, FutureWarning, stacklevel=1)
The text was updated successfully, but these errors were encountered:
Seems like many of these are not coming from the pymc-marketing codebase. Need to look through still...
The text was updated successfully, but these errors were encountered: