]> git.ipfire.org Git - thirdparty/dnspython.git/commit
Convert deprecated typing module types to modern forms.
authorBob Halley <halley@dnspython.org>
Tue, 23 Dec 2025 17:30:06 +0000 (09:30 -0800)
committerBob Halley <halley@dnspython.org>
Tue, 23 Dec 2025 18:06:51 +0000 (10:06 -0800)
commit24a6731bfaf8b8a2ac34962d0df59068f6c1f5b0
tree0b9366f316499062522803a6b692aa28d0f4efc6
parentd0ece781b221eec39eb348d1a1d0125c93887ea3
Convert deprecated typing module types to modern forms.
49 files changed:
dns/_features.py
dns/_tls_util.py
dns/asyncbackend.py
dns/asyncquery.py
dns/asyncresolver.py
dns/btree.py
dns/btreezone.py
dns/dnssec.py
dns/dnssecalgs/__init__.py
dns/dnssecalgs/base.py
dns/dnssecalgs/cryptography.py
dns/dnssecalgs/eddsa.py
dns/e164.py
dns/edns.py
dns/enum.py
dns/exception.py
dns/grange.py
dns/inet.py
dns/ipv6.py
dns/message.py
dns/name.py
dns/node.py
dns/opcode.py
dns/query.py
dns/quic/__init__.py
dns/quic/_asyncio.py
dns/quic/_sync.py
dns/quic/_trio.py
dns/rcode.py
dns/rdata.py
dns/rdataset.py
dns/rdatatype.py
dns/rdtypes/svcbbase.py
dns/rdtypes/txtbase.py
dns/rdtypes/util.py
dns/resolver.py
dns/rrset.py
dns/tokenizer.py
dns/transaction.py
dns/tsigkeyring.py
dns/update.py
dns/versioned.py
dns/wire.py
dns/xfr.py
dns/zone.py
dns/zonefile.py
examples/reverse.py
tests/doq.py
tests/test_name.py