asyncly 0.3.2__tar.gz → 0.3.3__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: asyncly
3
- Version: 0.3.2
3
+ Version: 0.3.3
4
4
  Summary: Simple HTTP client and server for your integrations based on aiohttp
5
5
  Home-page: https://github.com/andy-takker/asyncly
6
6
  License: MIT
@@ -35,7 +35,7 @@ Requires-Dist: aiohttp (>=3.9.5,<4.0.0)
35
35
  Requires-Dist: msgspec (>=0.18.6,<0.19.0) ; extra == "msgspec"
36
36
  Requires-Dist: orjson (>=3.10.6,<4.0.0) ; extra == "orjson"
37
37
  Requires-Dist: pydantic (>=2.8.2,<3.0.0) ; extra == "pydantic"
38
- Project-URL: Bug Tracker, https://github.com/andy-takker/v/issues
38
+ Project-URL: Bug Tracker, https://github.com/andy-takker/asyncly/issues
39
39
  Project-URL: Source, https://github.com/andy-takker/asyncly
40
40
  Description-Content-Type: text/x-rst
41
41
 
File without changes
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "asyncly"
3
- version = "0.3.2"
3
+ version = "0.3.3"
4
4
  description = "Simple HTTP client and server for your integrations based on aiohttp"
5
5
  authors = ["Sergey Natalenko <sergey.natalenko@mail.ru>"]
6
6
  license = "MIT"
@@ -34,7 +34,7 @@ packages = [
34
34
 
35
35
  [tool.poetry.urls]
36
36
  "Source" = "https://github.com/andy-takker/asyncly"
37
- "Bug Tracker" = "https://github.com/andy-takker/v/issues"
37
+ "Bug Tracker" = "https://github.com/andy-takker/asyncly/issues"
38
38
 
39
39
  [tool.poetry.dependencies]
40
40
  python = "^3.10"
@@ -51,7 +51,7 @@ orjson = ["orjson"]
51
51
  [tool.poetry.group.dev.dependencies]
52
52
  pre-commit = ">=3.7.1,<5.0.0"
53
53
  mypy = "^1.10.1"
54
- ruff = ">=0.5.2,<0.8.0"
54
+ ruff = ">=0.5.2,<0.9.0"
55
55
  restructuredtext-lint = "^1.4.0"
56
56
  pygments = "^2.18.0"
57
57
  pytest = "^8.3.3"
@@ -1,9 +0,0 @@
1
- from asyncly.client.handlers.json import parse_json
2
- from asyncly.client.handlers.msgspec import parse_struct
3
- from asyncly.client.handlers.pydantic import parse_model
4
-
5
- __all__ = (
6
- "parse_model",
7
- "parse_json",
8
- "parse_struct",
9
- )
File without changes
File without changes
File without changes