reset to v0.1.0

This commit is contained in:
Sheldon Vaughn
2025-09-17 09:19:51 -05:00
parent 80fd801021
commit 540701c0a3
19 changed files with 275 additions and 281 deletions
+2 -4
View File
@@ -1,16 +1,15 @@
[project]
name = "openrouter"
version = "0.6.2"
version = "0.1.0"
description = "Python Client SDK Generated by Speakeasy."
authors = [{ name = "Speakeasy" },]
readme = "README-PYPI.md"
readme = "README.md"
requires-python = ">=3.9.2"
dependencies = [
"httpcore >=1.0.9",
"httpx >=0.28.1",
"pydantic >=2.11.2",
]
urls.repository = "https://github.com/speakeasy-sdks/openrouter-python-sdk.git"
[dependency-groups]
dev = [
@@ -30,7 +29,6 @@ build-backend = "setuptools.build_meta"
[tool.pytest.ini_options]
asyncio_default_fixture_loop_scope = "function"
asyncio_mode = "auto"
pythonpath = ["src"]
[tool.mypy]