Skip to content

Commit 82e158c

Browse files
authored
Merge pull request #9 from WernerHu/feature/lower-typing-extensions-version
Lower typing-extensions dependency version
2 parents 91bb3b5 + dfe9874 commit 82e158c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = aws-glue-schema-registry
3-
version = 1.1.1
3+
version = 1.1.2
44
description = Use the AWS Glue Schema Registry.
55
long_description = file: README.md
66
long_description_content_type = text/markdown
@@ -32,7 +32,7 @@ package_dir =
3232
python_requires = >=3.7
3333
install_requires =
3434
boto3>=1.17.102
35-
typing-extensions>=3.10.0.2;python_version<"3.8"
35+
typing-extensions>=3.7.4.3;python_version<"3.8"
3636
fastavro>=1.4.5
3737
orjson~=3.6.0
3838
fastjsonschema~=2.15

0 commit comments

Comments
 (0)