Skip to content
Snippets Groups Projects
Commit a96d0827 authored by Wout De Nolf's avatar Wout De Nolf
Browse files

'orm_mode' has been renamed to 'from_attributes'

parent 57885f82
No related branches found
No related tags found
1 merge request!79Resolve "CI pydantic failure"
Pipeline #172910 passed
......@@ -4,7 +4,8 @@ include:
variables:
WARNING1: "ignore::pydantic.warnings.PydanticDeprecatedSince20" # Issue in https://github.com/redis/redis-om-python/issues/609
IGNORE_WARNINGS: "-W ${WARNING1}"
WARNING2: "ignore::UserWarning:pydantic._internal._config"
IGNORE_WARNINGS: "-W ${WARNING1} -W ${WARNING2}"
test-3.7:
extends: .test-3.7
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment