We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34a855b commit a58fe4dCopy full SHA for a58fe4d
pydantic_settings/sources/providers/azure.py
@@ -2,7 +2,8 @@
2
3
from __future__ import annotations as _annotations
4
5
-from typing import TYPE_CHECKING, Iterator, Mapping, Optional
+from collections.abc import Iterator, Mapping
6
+from typing import TYPE_CHECKING, Optional
7
8
from .env import EnvSettingsSource
9
0 commit comments