mirror of
https://github.com/remnawave/python-sdk.git
synced 2026-09-04 00:07:39 +00:00
feat: Update dependencies in pyproject.toml and add test.py to .gitignore
This commit is contained in:
parent
4195450e62
commit
930f9f1c1d
4 changed files with 6 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -173,3 +173,4 @@ cython_debug/
|
|||
|
||||
# PyPI configuration file
|
||||
.pypirc
|
||||
test.py
|
||||
|
|
@ -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)
|
||||
|
|
|
|||
4
poetry.lock
generated
4
poetry.lock
generated
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue