marzban 0.1.6__tar.gz → 0.1.7__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: marzban
3
- Version: 0.1.6
3
+ Version: 0.1.7
4
4
  Summary: Асинхронная библиотека Python для взаимодействия с MarzbanAPI
5
5
  Home-page: https://github.com/sm1ky/marzban_api
6
6
  Author: Artem
@@ -1,4 +1,4 @@
1
1
  from .api import MarzbanAPI
2
2
  from .models import *
3
3
 
4
- __version__ = "0.1.6"
4
+ __version__ = "0.1.7"
@@ -37,7 +37,8 @@ class SystemStats(BaseModel):
37
37
  outgoing_bandwidth_speed: int
38
38
 
39
39
  class ProxySettings(BaseModel):
40
- pass
40
+ id: str
41
+ flow: Optional[str] = None
41
42
 
42
43
  class UserCreate(BaseModel):
43
44
  username: str
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: marzban
3
- Version: 0.1.6
3
+ Version: 0.1.7
4
4
  Summary: Асинхронная библиотека Python для взаимодействия с MarzbanAPI
5
5
  Home-page: https://github.com/sm1ky/marzban_api
6
6
  Author: Artem
@@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
5
5
 
6
6
  setup(
7
7
  name="marzban",
8
- version="0.1.6",
8
+ version="0.1.7",
9
9
  packages=find_packages(),
10
10
  install_requires=[
11
11
  "httpx>=0.23.0",
File without changes
File without changes
File without changes
File without changes