feat: Update dependencies in pyproject.toml and add test.py to .gitignore

This commit is contained in:
Artem 2025-04-23 17:29:05 +02:00
parent 4195450e62
commit 930f9f1c1d
No known key found for this signature in database
GPG key ID: 833485276B7902CE
4 changed files with 6 additions and 4 deletions

1
.gitignore vendored
View file

@ -173,3 +173,4 @@ cython_debug/
# PyPI configuration file
.pypirc
test.py

View file

@ -43,8 +43,8 @@ Heres 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)

4
poetry.lock generated
View file

@ -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"

View file

@ -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 = [