File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 88
99* The public API on ``geoip2.database `` is now explicitly defined by
1010 setting ``__all__ ``.
11+ * The return type of the ``metadata() `` method on ``Reader `` is now
12+ ``maxminddb.reader.Metadata `` rather than a union type.
1113
12144.3.0 (2021-09-20)
1315++++++++++++++++++
Original file line number Diff line number Diff line change @@ -269,7 +269,7 @@ def _flat_model_for(
269269
270270 def metadata (
271271 self ,
272- ) -> Union [ maxminddb .reader .Metadata , "maxminddb.extension.Metadata" ] :
272+ ) -> maxminddb .reader .Metadata :
273273 """The metadata for the open database.
274274
275275 :returns: :py:class:`maxminddb.reader.Metadata` object
Original file line number Diff line number Diff line change 11aiohttp >= 3.6.2 ,< 4.0.0
2- maxminddb >= 2.1 .0 ,< 3.0.0
2+ maxminddb >= 2.2 .0 ,< 3.0.0
33requests >= 2.24.0 ,< 3.0.0
44urllib3 >= 1.25.2 ,< 2.0.0
You can’t perform that action at this time.
0 commit comments