Skip to content

Commit 91bb3b5

Browse files
authored
Merge pull request #7 from LushaTeam/main
Lower boto3 dependency version
2 parents eff6c8a + ae9df71 commit 91bb3b5

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.0
3+
version = 1.1.1
44
description = Use the AWS Glue Schema Registry.
55
long_description = file: README.md
66
long_description_content_type = text/markdown
@@ -31,7 +31,7 @@ package_dir =
3131
=src
3232
python_requires = >=3.7
3333
install_requires =
34-
boto3>=1.18.48
34+
boto3>=1.17.102
3535
typing-extensions>=3.10.0.2;python_version<"3.8"
3636
fastavro>=1.4.5
3737
orjson~=3.6.0

0 commit comments

Comments
 (0)