Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Schema Registry] Pin dependency version #13649

Merged
merged 1 commit into from
Sep 9, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
pin dependency version
  • Loading branch information
yunhaoling committed Sep 9, 2020
commit 1f3801fee9fc4a7b0903fb19c65f91cc3010dcea
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
zip_safe=False,
packages=find_packages(exclude=exclude_packages),
install_requires=[
'azure-schemaregistry<2.0.0,>=1.0.0b1',
'azure-schemaregistry==1.0.0b1',
'avro<2.0.0,>=1.10.0'
]
)
2 changes: 1 addition & 1 deletion shared_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ azure-mgmt-trafficmanager~=0.50.0
azure-mgmt-web~=0.35.0
azure-nspkg
azure-keyvault-nspkg
azure-schemaregistry<2.0.0,>=1.0.0b1
azure-schemaregistry==1.0.0b1
azure-search-nspkg
azure-security-nspkg
azure-synapse-nspkg
Expand Down