Skip to content

Commit

Permalink
Update dependency fastavro to v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 28, 2023
1 parent caec12a commit 1c9ff11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flink-python/dev/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pyarrow==13.0.0; python_version < '3.7'
pytz>=2018.3
numpy==1.26.1; python_version >= '3.7'
numpy==1.26.1; python_version < '3.7'
fastavro==1.8.4
fastavro==1.9.0
grpcio==1.59.0
grpcio-tools==1.59.0
pemja==0.4.1; python_version >= '3.7' and platform_system != 'Windows'
Expand Down
2 changes: 1 addition & 1 deletion flink-python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ def extracted_output_files(base_dir, file_path, output_directory):

install_requires = ['py4j==0.10.9.7', 'python-dateutil==2.8.2', 'apache-beam==2.51.0',
'cloudpickle==3.0.0', 'avro-python3>=1.10.2,!=1.9.2,<1.10.3',
'pytz>=2018.3', 'fastavro>=1.8.0,<1.9.0', 'requests>=2.26.0',
'pytz>=2018.3', 'fastavro>=1.9.0,<1.10.0', 'requests>=2.26.0',
'protobuf<4.25',
'pemja==0.4.1;'
'python_full_version >= "3.7" and platform_system != "Windows"',
Expand Down

0 comments on commit 1c9ff11

Please sign in to comment.