diff --git a/.gitignore b/.gitignore index 229b697..3957072 100644 --- a/.gitignore +++ b/.gitignore @@ -173,3 +173,4 @@ cython_debug/ # PyPI configuration file .pypirc +test.py \ No newline at end of file diff --git a/README.md b/README.md index 21c5c22..ec858a2 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,8 @@ Here’s a quick example to get you started: import os import asyncio -from remnawave-api import RemnawaveSDK -from remnawave-api.models import UsersResponseDto, UserResponseDto +from remnawave_api import RemnawaveSDK +from remnawave_api.models import UsersResponseDto, UserResponseDto async def main(): # URL to your panel (ex. https://vpn.com or http://127.0.0.1:3000) diff --git a/poetry.lock b/poetry.lock index ef67cc1..2d88d02 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.1.2 and should not be changed by hand. [[package]] name = "annotated-types" @@ -654,4 +654,4 @@ markers = {test = "python_version < \"3.13\""} [metadata] lock-version = "2.1" python-versions = ">=3.11,<4.0" -content-hash = "bafddd23889fa67157f6041f778f5c6b8288af1150cfb280ebaa2dde6244fd00" +content-hash = "d1a3aaf405dbd83f352a1909aab7049ce3302f78c988e6cb7dd2442d6e803438" diff --git a/pyproject.toml b/pyproject.toml index 9ceba10..363af3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,6 +11,7 @@ requires-python = ">=3.11,<4.0" dependencies = [ "rapid-api-client (==0.6.0)", "orjson (>=3.10.15,<4.0.0)", + "httpx (>=0.27.2,<0.28.0)", ] keywords = ["remnawave", "api", "sdk", "proxy", "httpx", "async", "xray"] classifiers = [