msgpack-types 0.7.0__tar.gz → 0.8.0__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.4
2
2
  Name: msgpack-types
3
- Version: 0.7.0
3
+ Version: 0.8.0
4
4
  Summary: Type stubs for msgpack
5
5
  License: Apache-2.0
6
6
  License-File: LICENSE
@@ -17,7 +17,7 @@ Classifier: Programming Language :: Python :: 3.11
17
17
  Classifier: Programming Language :: Python :: 3.12
18
18
  Classifier: Programming Language :: Python :: 3.13
19
19
  Classifier: Programming Language :: Python :: 3.14
20
- Requires-Dist: msgpack (>=1.1.0,<1.2.0)
20
+ Requires-Dist: msgpack (>=1.1.0,<2)
21
21
  Requires-Dist: typing-extensions (>=4.6.0)
22
22
  Project-URL: Repository, https://github.com/sbdchd/msgpack-types
23
23
  Description-Content-Type: text/markdown
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "msgpack-types"
3
- version = "0.7.0"
3
+ version = "0.8.0"
4
4
  description = "Type stubs for msgpack"
5
5
  repository = "https://github.com/sbdchd/msgpack-types"
6
6
  readme = "README.md"
@@ -14,7 +14,7 @@ packages = [
14
14
 
15
15
  [tool.poetry.dependencies]
16
16
  python = "^3.8"
17
- msgpack = ">=1.1.0,<1.2.0"
17
+ msgpack = ">=1.1.0,<2"
18
18
  typing-extensions = '>=4.6.0'
19
19
 
20
20
  [tool.poetry.dev-dependencies]
File without changes
File without changes