Skip to content

Commit ea117ea

Browse files
Merge pull request #59 from Nasdaq/hot-fix-avro-version
Adding avro version below 1.12.0
2 parents 7f50637 + 4216461 commit ea117ea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ confluent-kafka>=1.7.0,<2
33
oauthlib>=3.1.0,<4
44
requests>=2.25.1,<3
55
requests-oauthlib>=1.3.0,<2
6-
avro>=1.10.2,<2
6+
avro>=1.10.2,<=1.12.0
77
pytz>=2023.3

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='ncdssdk',
11-
version='0.5.0',
11+
version='0.5.1',
1212
description='A Python SDK for developing applications to access the NCDS API',
1313
long_description=long_description,
1414
long_description_content_type='text/markdown',
@@ -28,7 +28,7 @@
2828
],
2929
keywords='Nasdaq, NCDS, ncdssdk',
3030
packages=find_packages(),
31-
python_requires='>=3.9, <4',
31+
python_requires='>=3.9, <3.11',
3232
install_requires=open("requirements.in").readlines(),
3333

3434
include_package_data=True,

0 commit comments

Comments
 (0)