You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: setup.py
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,3 @@
1
-
# coding: utf-8
2
-
3
1
"""
4
2
URLR API Reference
5
3
@@ -22,12 +20,12 @@
22
20
# prerequisite: setuptools
23
21
# http://pypi.python.org/pypi/setuptools
24
22
NAME="urlr"
25
-
VERSION="2.13.0"
23
+
VERSION="2.14.0"
26
24
PYTHON_REQUIRES=">= 3.9"
27
25
REQUIRES= [
28
26
"urllib3 >= 2.1.0, < 3.0.0",
29
27
"python-dateutil >= 2.8.2",
30
-
"pydantic >= 2",
28
+
"pydantic >= 2.11",
31
29
"typing-extensions >= 4.7.1",
32
30
]
33
31
@@ -48,4 +46,4 @@
48
46
API powering the features of URLR.<br><br>Note that in order to facilitate integration, we provide SDKs for various languages at https://github.com/URLR.<br><br>Key API principles:<br> <ul><li>All dates follow **ISO-8601** format</li><li>Most errors follow **RFC 9457** standard</li><li>All responses are delivered in English</li></ul>
0 commit comments