Skip to content

Commit

Permalink
Update and clean up dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ajfabbri committed Dec 17, 2024
1 parent d5aed7d commit 580c2a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 43 deletions.
2 changes: 1 addition & 1 deletion interface_gen/toolchain.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import subprocess
import shutil

AVRO_VERSION = "1.11.3"
AVRO_VERSION = "1.12.0"


def script_dir() -> Path:
Expand Down
44 changes: 2 additions & 42 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,43 +1,3 @@
asn1tools==0.166.0
attrs==23.2.0
avro==1.11.3
avrotize==1.6.1
azure-core==1.30.1
azure-identity==1.16.1
azure-kusto-data==4.4.1
bitstruct==8.19.0
certifi==2024.7.4
cffi==1.16.0
charset-normalizer==3.3.2
cryptography==44.0.0
fastavro==1.9.4
flake8==7.0.0
idna==3.7
ijson==3.2.3
install-jdk==1.1.0
jsoncomparison==1.1.0
jsonpath-ng==1.6.1
jsonpointer==2.4
jsonschema==4.22.0
jsonschema-specifications==2023.12.1
lark==1.1.9
mccabe==0.7.0
msal==1.28.0
msal-extensions==1.1.0
numpy==1.26.4
packaging==24.0
ply==3.11
portalocker==2.8.2
pyarrow==16.1.0
pycodestyle==2.11.1
pycparser==2.22
pyflakes==3.2.0
PyJWT==2.8.0
pyparsing==3.1.2
python-dateutil==2.9.0.post0
referencing==0.35.1
requests==2.32.0
rpds-py==0.18.1
six==1.16.0
typing_extensions==4.11.0
urllib3==2.2.2
avrotize==2.6.0
fastavro==1.9.7

0 comments on commit 580c2a0

Please sign in to comment.