diff --git a/README.md b/README.md index e6d73a9..c3949c9 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # le-agent-sdk [![PyPI version](https://img.shields.io/pypi/v/le-agent-sdk.svg)](https://pypi.org/project/le-agent-sdk/) -[![Tests](https://github.com/ArcadeLabsInc/lightning-enable-agent-sdk-python/actions/workflows/test.yml/badge.svg)](https://github.com/ArcadeLabsInc/lightning-enable-agent-sdk-python/actions/workflows/test.yml) -[![Python 3.9+](https://img.shields.io/badge/python-3.9%2B-blue.svg)](https://pypi.org/project/le-agent-sdk/) +[![Tests](https://github.com/refined-element/le-agent-sdk-python/actions/workflows/test.yml/badge.svg)](https://github.com/refined-element/le-agent-sdk-python/actions/workflows/test.yml) +[![Python 3.10+](https://img.shields.io/badge/python-3.10%2B-blue.svg)](https://pypi.org/project/le-agent-sdk/) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) Python SDK for Lightning Enable Agent Service Agreements. @@ -110,7 +110,7 @@ asyncio.run(main()) | Class | Description | |-------|-------------| -| `L402Client` | HTTP client with automatic L402 challenge-response handling. Wraps [l402-requests](https://github.com/ArcadeLabsInc/l402-requests). | +| `L402Client` | HTTP client with automatic L402 challenge-response handling. Wraps [l402-requests](https://github.com/refined-element/l402-requests). | | `AgentPricing` | Pricing model (amount, unit, per-request/per-token). | ## Protocol diff --git a/pyproject.toml b/pyproject.toml index c9b859f..1f9d99e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "le-agent-sdk" -version = "0.3.0" +version = "0.3.1" description = "Python SDK for Lightning Enable Agent Service Agreements" requires-python = ">=3.10" license = "MIT" @@ -18,7 +18,6 @@ classifiers = [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", @@ -39,8 +38,8 @@ dev = [ [project.urls] Homepage = "https://lightningenable.com" -Repository = "https://github.com/ArcadeLabsInc/lightning-enable-agent-sdk-python" -Issues = "https://github.com/ArcadeLabsInc/lightning-enable-agent-sdk-python/issues" +Repository = "https://github.com/refined-element/le-agent-sdk-python" +Issues = "https://github.com/refined-element/le-agent-sdk-python/issues" [tool.pytest.ini_options] asyncio_mode = "auto"