Skip to content

Commit

Permalink
feat: update via SDK Studio
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Feb 23, 2024
1 parent 98143cd commit 02c1f2f
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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,
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
12 changes: 6 additions & 6 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
12 changes: 6 additions & 6 deletions requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,32 +12,32 @@ 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
# via httpcore
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

0 comments on commit 02c1f2f

Please sign in to comment.