We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 91bb3b5 + dfe9874 commit 82e158cCopy full SHA for 82e158c
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = aws-glue-schema-registry
3
-version = 1.1.1
+version = 1.1.2
4
description = Use the AWS Glue Schema Registry.
5
long_description = file: README.md
6
long_description_content_type = text/markdown
@@ -32,7 +32,7 @@ package_dir =
32
python_requires = >=3.7
33
install_requires =
34
boto3>=1.17.102
35
- typing-extensions>=3.10.0.2;python_version<"3.8"
+ typing-extensions>=3.7.4.3;python_version<"3.8"
36
fastavro>=1.4.5
37
orjson~=3.6.0
38
fastjsonschema~=2.15
0 commit comments