@@ -34,7 +34,6 @@ classifier = [
3434 " Intended Audience :: Developers" ,
3535 " License :: OSI Approved :: Apache Software License" ,
3636 " License :: OSI Approved :: MIT License" ,
37- " License :: OSI Approved" ,
3837 " Operating System :: MacOS" ,
3938 " Operating System :: Microsoft :: Windows" ,
4039 " Operating System :: POSIX :: Linux" ,
@@ -45,6 +44,7 @@ classifier = [
4544 " Programming Language :: Python :: 3.8" ,
4645 " Programming Language :: Python" ,
4746 " Programming Language :: Rust" ,
47+ " Typing :: Typed" ,
4848]
4949
5050[dependencies ]
@@ -53,7 +53,7 @@ encoding_rs = { version = "0.8", default_features = false, features = ["simd-acc
5353itoa = { version = " 0.4" , default_features = false }
5454lazy_static = { version = " 1.4.0" , default_features = false }
5555parking_lot = {version = " 0.9" , features = [" nightly" ]}
56- pyo3 = { git = " https://github.com/PyO3/pyo3.git" , rev = " 89b7c7e3090e31625c282d7a5546dd61008ed1a2 " , default_features = false , features = [" extension-module" ]}
56+ pyo3 = { git = " https://github.com/PyO3/pyo3.git" , rev = " 1796335617ca1fb6385682db2fccc6f3a7472704 " , default_features = false , features = [" extension-module" ]}
5757rand = { version = " 0.7" , default_features = false , features = [" getrandom" , " std" ] }
5858serde = { version = " 1" , default_features = false }
5959serde_json = { git = " https://github.com/ijl/json.git" , rev = " 0e82f6055fc062888026229d3208466f2c99182a" , default_features = false , features = [" perfect_float" ] }
0 commit comments