Skip to content

Commit ea14608

Browse files
authored
Merge pull request #33 from blues/feat-openapi-update
feat: Add auth API & usage API [BLUESDEV-489]
2 parents 963d631 + 97ea455 commit ea14608

File tree

316 files changed

+15722
-13150
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

316 files changed

+15722
-13150
lines changed

config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packageName": "notehub_py",
33
"packageUrl": "https://github.com/blues/notehub-py",
44
"projectName": "notehub-py",
5-
"packageVersion": "1.0.16"
5+
"packageVersion": "1.0.17"
66
}

lib_template/README_onlypackage.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This python library package is generated without supporting files like setup.py
2626

2727
To be able to use it, you will need these dependencies in your own package that uses this library:
2828

29-
* urllib3 >= 1.25.3
29+
* urllib3 >= 2.5.0
3030
* python-dateutil
3131
{{#asyncio}}
3232
* aiohttp

lib_template/requirements.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
python_dateutil >= 2.5.3
22
setuptools >= 21.0.0
3-
urllib3 >= 1.25.3, < 2.1.0
3+
urllib3 >= 2.5.0
44
pydantic >= 2
55
typing-extensions >= 4.7.1
66
{{#asyncio}}

lib_template/setup.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ PYTHON_REQUIRES = ">=3.7"
2020
{{#apis}}
2121
{{#-last}}
2222
REQUIRES = [
23-
"urllib3 >= 1.25.3, < 2.1.0",
23+
"urllib3 >= 2.5.0",
2424
"python-dateutil",
2525
{{#asyncio}}
2626
"aiohttp >= 3.0.0",

0 commit comments

Comments
 (0)