Skip to content
Open
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
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,24 @@ pytz==2025.2
tenacity==9.1.2

# Google Cloud BigQuery for data processing
google-cloud-bigquery==3.35.1
bigframes==2.13.0
google-cloud-bigquery==3.36.0
bigframes==2.16.0

# Data processing and validation
pandas==2.3.1
pandera==0.25.0
pandas==2.3.2
pandera==0.26.0
numpy==2.3.1

# Blockchain integration - Latest compatible versions
web3==7.12.1
web3==7.13.0
eth-account==0.13.7
eth-typing==5.2.1

# GraphQL and subgraph integration (for future subgraph functionality)
gql==3.5.3

# HTTP and API
requests==2.32.4
requests==2.32.5
aiohttp==3.12.15

# Development/Testing
Expand All @@ -40,4 +40,4 @@ types-pytz==2025.2.0.20250516
types-requests==2.32.4.20250611

# Linting and formatting
ruff==0.12.7
ruff==0.12.10