File "/path/to/myfolder/.conda/envs/torch2/lib/python3.9/site-packages/mlflow/gateway/client.py", line 8, in <module> from mlflow.gateway.config import Route File "/path/to/myfolder/.conda/envs/torch2/lib/python3.9/site-packages/mlflow/gateway/config.py", line 66, in <module> class...
⚡️ Speed up function apply_each_item_validators by 100% in pydantic/_internal/_generate_schema.py by @misrasaurabh1 in #9950 ⚡️ Speed up method ConfigWrapper.core_config by 28% in pydantic/_internal/_config.py by @misrasaurabh1 in #9953Fixes...
pydantic/_internal/_config.py:269: UserWarning: Valid config keys have changed in V2: * 'schema_extra' has been renamed to 'json_schema_extra' How is this PR tested? Existing unit/integration tests New unit/integration tests Manual tests ...
2024-05-10 15:14:44 | INFO | stdout | 本地vllm加速模型 /home/xqxls/git/Langchain-Chatchat/venv/lib/python3.11/site-packages/pydantic/_internal/_config.py:334: UserWarning: Valid config keys have changed in V2: 'schema_extra' has been renamed t...
DB: postgresql+psycopg2://airflow:***@localhost/airflow /home/adminuser/pyairflow/lib/python3.9/site-packages/pydantic/_internal/_config.py:257 UserWarning: Valid config keys have changed in V2: * 'orm_mode' has been renamed to 'from_attributes' Traceback (most recent call last): File ...
First I was getting sync errors on my phone which were similar to this one. I decided to restart etebase, and now I'm getting the following error on the server: Oct 02 09:10:02 hostname systemd[1]: etebase-server.service: Consumed 1.225s...
warnings.warn( /Users/uche/.local/venv/llmhost/lib/python3.11/site-packages/pydantic/_internal/_config.py:261: UserWarning: Valid config keys have changed in V2: * 'schema_extra' has been renamed to 'json_schema_extra' warnings.warn(message, UserWarning) Traceback (most recent call last):...
Update ForwardRefs in Field.outer_type_, #4249 by @JacobHayes The use of __dataclass_transform__ has been replaced by typing_extensions.dataclass_transform, which is the preferred way to mark pydantic models as a dataclass under PEP 681, #4241 by @multimeric Use parent model's Config whe...
2023-10-27 09:29:24,123:WARNING:C:\Users\user\anaconda3\lib\site-packages\pydantic_internal_config.py:317: UserWarning: Valid config keys have changed in V2: 'schema_extra' has been renamed to 'json_schema_extra' warnings.warn(message, UserWarning) ...
Fix mypy plugin to collect fields based on pydantic.utils.is_valid_field so that it ignores untyped private variables, #3146 by @hi-ogawa fix validate_arguments issue with Config.validate_all, #3135 by @PrettyWood avoid dict coercion when using dict subclasses as field type, #3122 by @Prett...