Skip to content

Commit 603da41

Browse files
authored
Merge branch 'master' into ivana/make-logs-and-metrics-go-via-scope
2 parents ef5f9fb + 76cae5f commit 603da41

File tree

4 files changed

+43
-42
lines changed

4 files changed

+43
-42
lines changed

scripts/populate_tox/config.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
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"],
3738
},
3839
"num_versions": 2,
3940
},
@@ -133,6 +134,7 @@
133134
# deprecated argument.
134135
"<0.110.1": ["httpx<0.28.0"],
135136
"py3.6": ["aiocontextvars"],
137+
"py3.7": ["pydantic<1.10.25"],
136138
},
137139
},
138140
"flask": {

0 commit comments

Comments
 (0)