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 2bdf0ed commit 2abe3d9Copy full SHA for 2abe3d9
pyproject.toml
@@ -1,9 +1,9 @@
1
[project]
2
name = "whoisit"
3
-version = "4.0.2"
+version = "4.0.3"
4
description = "A Python client to RDAP WHOIS-like services for internet resources."
5
readme = "README.md"
6
-requires-python = ">=3.13"
+requires-python = ">=3.10"
7
dependencies = [
8
"httpx>=0.28.1",
9
"python-dateutil>=2.9.0.post0",
setup.py
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
with open("README.md", "rt") as f:
0 commit comments