Skip to content

Commit bb78d3c

Browse files
ci: Unpin Pydantic 1.x version in tests (#5261)
1 parent 244658e commit bb78d3c

File tree

4 files changed

+22
-27
lines changed

4 files changed

+22
-27
lines changed

scripts/populate_tox/config.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
"deps": {
3535
"*": ["async-timeout", "pytest-asyncio", "fakeredis>=2.2.0,<2.8"],
3636
"<=0.23": ["pydantic<2"],
37-
"py3.7": ["pydantic<1.10.25"],
3837
},
3938
"num_versions": 2,
4039
},
@@ -134,7 +133,6 @@
134133
# deprecated argument.
135134
"<0.110.1": ["httpx<0.28.0"],
136135
"py3.6": ["aiocontextvars"],
137-
"py3.7": ["pydantic<1.10.25"],
138136
},
139137
},
140138
"flask": {

0 commit comments

Comments
 (0)