fix: add overlay to remove nullable from pagination offset params (#121)

This commit is contained in:
Matt Apperson
2026-04-14 12:48:15 -04:00
committed by GitHub
parent 2bba049182
commit b2386114cd
440 changed files with 36150 additions and 32168 deletions
Generated
+12 -1
View File
@@ -138,6 +138,15 @@ wheels = [
{ url = "https://files.pythonhosted.org/packages/d1/b3/8def84f539e7d2289a02f0524b944b15d7c75dab7628bedf1c4f0992029c/isort-5.13.2-py3-none-any.whl", hash = "sha256:8ca5e72a8d85860d5a3fa69b8745237f2939afe12dbf656afbcb47fe72d947a6", size = 92310, upload-time = "2023-12-13T20:37:23.244Z" },
]
[[package]]
name = "jsonpath-python"
version = "1.1.5"
source = { registry = "https://pypi.org/simple" }
sdist = { url = "https://files.pythonhosted.org/packages/2d/db/2f4ecc24da35c6142b39c353d5b7c16eef955cc94b35a48d3fa47996d7c3/jsonpath_python-1.1.5.tar.gz", hash = "sha256:ceea2efd9e56add09330a2c9631ea3d55297b9619348c1055e5bfb9cb0b8c538", size = 87352, upload-time = "2026-03-17T06:16:40.597Z" }
wheels = [
{ url = "https://files.pythonhosted.org/packages/28/50/1a313fb700526b134c71eb8a225d8b83be0385dbb0204337b4379c698cef/jsonpath_python-1.1.5-py3-none-any.whl", hash = "sha256:a60315404d70a65e76c9a782c84e50600480221d94a58af47b7b4d437351cb4b", size = 14090, upload-time = "2026-03-17T06:16:39.152Z" },
]
[[package]]
name = "mccabe"
version = "0.7.0"
@@ -211,11 +220,12 @@ wheels = [
[[package]]
name = "openrouter"
version = "0.8.1"
version = "0.9.1"
source = { editable = "." }
dependencies = [
{ name = "httpcore" },
{ name = "httpx" },
{ name = "jsonpath-python" },
{ name = "pydantic" },
]
@@ -230,6 +240,7 @@ dev = [
requires-dist = [
{ name = "httpcore", specifier = ">=1.0.9" },
{ name = "httpx", specifier = ">=0.28.1" },
{ name = "jsonpath-python", specifier = ">=1.0.6" },
{ name = "pydantic", specifier = ">=2.11.2" },
]