From 02c1f2f8f2c7ee3ba4ff5c443b743ca549dcfb8c Mon Sep 17 00:00:00 2001 From: stainless-bot Date: Fri, 23 Feb 2024 23:13:51 +0000 Subject: [PATCH] feat: update via SDK Studio --- README.md | 4 ++-- pyproject.toml | 2 +- requirements-dev.lock | 12 ++++++------ requirements.lock | 12 ++++++------ 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 760eb01..090c15c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Meorphis Test 7 Python API library -[![PyPI version](https://img.shields.io/pypi/v/meorphis-pythoon.svg)](https://pypi.org/project/meorphis-pythoon/) +[![PyPI version](https://img.shields.io/pypi/v/meorphis-python.svg)](https://pypi.org/project/meorphis-python/) The Meorphis Test 7 Python library provides convenient access to the Meorphis Test 7 REST API from any Python 3.7+ application. The library includes type definitions for all request params and response fields, @@ -13,7 +13,7 @@ The REST API documentation can be found [on docs.meorphis-test-15.com](https://d ## Installation ```sh -pip install --pre meorphis-pythoon +pip install --pre meorphis-python ``` ## Usage diff --git a/pyproject.toml b/pyproject.toml index 7a34be3..633a8b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [project] -name = "meorphis-pythoon" +name = "meorphis-python" version = "0.0.1-alpha.0" description = "The official Python library for the meorphis-test-7 API" readme = "README.md" diff --git a/requirements-dev.lock b/requirements-dev.lock index 51814bf..ab1cd38 100644 --- a/requirements-dev.lock +++ b/requirements-dev.lock @@ -12,7 +12,7 @@ annotated-types==0.6.0 # via pydantic anyio==4.1.0 # via httpx - # via meorphis-pythoon + # via meorphis-python argcomplete==3.1.2 # via nox attrs==23.1.0 @@ -26,7 +26,7 @@ dirty-equals==0.6.0 distlib==0.3.7 # via virtualenv distro==1.8.0 - # via meorphis-pythoon + # via meorphis-python exceptiongroup==1.1.3 # via anyio filelock==3.12.4 @@ -36,7 +36,7 @@ h11==0.14.0 httpcore==1.0.2 # via httpx httpx==0.25.2 - # via meorphis-pythoon + # via meorphis-python # via respx idna==3.4 # via anyio @@ -60,7 +60,7 @@ pluggy==1.3.0 py==1.11.0 # via pytest pydantic==2.4.2 - # via meorphis-pythoon + # via meorphis-python pydantic-core==2.10.1 # via pydantic pyright==1.1.332 @@ -80,13 +80,13 @@ six==1.16.0 sniffio==1.3.0 # via anyio # via httpx - # via meorphis-pythoon + # via meorphis-python time-machine==2.9.0 tomli==2.0.1 # via mypy # via pytest typing-extensions==4.8.0 - # via meorphis-pythoon + # via meorphis-python # via mypy # via pydantic # via pydantic-core diff --git a/requirements.lock b/requirements.lock index 90e8143..fe45f21 100644 --- a/requirements.lock +++ b/requirements.lock @@ -12,12 +12,12 @@ annotated-types==0.6.0 # via pydantic anyio==4.1.0 # via httpx - # via meorphis-pythoon + # via meorphis-python certifi==2023.7.22 # via httpcore # via httpx distro==1.8.0 - # via meorphis-pythoon + # via meorphis-python exceptiongroup==1.1.3 # via anyio h11==0.14.0 @@ -25,19 +25,19 @@ h11==0.14.0 httpcore==1.0.2 # via httpx httpx==0.25.2 - # via meorphis-pythoon + # via meorphis-python idna==3.4 # via anyio # via httpx pydantic==2.4.2 - # via meorphis-pythoon + # via meorphis-python pydantic-core==2.10.1 # via pydantic sniffio==1.3.0 # via anyio # via httpx - # via meorphis-pythoon + # via meorphis-python typing-extensions==4.8.0 - # via meorphis-pythoon + # via meorphis-python # via pydantic # via pydantic-core