Skip to content

Commit 849934f

Browse files
committed
resolve dependency conflicts
1 parent b9b3c3e commit 849934f

File tree

1 file changed

+34
-34
lines changed

1 file changed

+34
-34
lines changed

requirements.txt

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -18,40 +18,40 @@ elasticsearch-dsl==8.12.0
1818
googleapis-common-protos==1.65.0
1919
graphql-core==3.2.3
2020
gunicorn==23.0.0
21-
grpcio==1.62.1
21+
grpcio==1.68.1
2222
idna==3.6
2323
importlib-metadata==6.11.0
2424
numpy==1.26.4
25-
opentelemetry-api==1.23.0
26-
opentelemetry-exporter-otlp==1.23.0
27-
opentelemetry-exporter-otlp-proto-common==1.23.0
28-
opentelemetry-exporter-otlp-proto-grpc==1.23.0
29-
opentelemetry-exporter-otlp-proto-http==1.23.0
30-
opentelemetry-instrumentation==0.44b0
31-
opentelemetry-instrumentation-django==0.44b0
32-
opentelemetry-instrumentation-wsgi==0.44b0
33-
opentelemetry-instrumentation-redis==0.44b0
34-
opentelemetry-instrumentation-elasticsearch==0.44b0
35-
opentelemetry-instrumentation-requests==0.44b0
36-
opentelemetry-instrumentation-sqlalchemy==0.44b0
37-
opentelemetry-proto==1.23.0
38-
opentelemetry-sdk==1.23.0
39-
opentelemetry-semantic-conventions==0.44b0
40-
opentelemetry-util-http==0.44b0
25+
opentelemetry-api==1.28.2
26+
opentelemetry-exporter-otlp==1.28.2
27+
opentelemetry-exporter-otlp-proto-common==1.28.2
28+
opentelemetry-exporter-otlp-proto-grpc==1.28.2
29+
opentelemetry-exporter-otlp-proto-http==1.28.2
30+
opentelemetry-instrumentation==0.49b2
31+
opentelemetry-instrumentation-django==0.49b2
32+
opentelemetry-instrumentation-wsgi==0.49b2
33+
opentelemetry-instrumentation-redis==0.49b2
34+
opentelemetry-instrumentation-elasticsearch==0.49b2
35+
opentelemetry-instrumentation-requests==0.49b2
36+
opentelemetry-instrumentation-sqlalchemy==0.49b2
37+
opentelemetry-proto==1.28.2
38+
opentelemetry-sdk==1.28.2
39+
opentelemetry-semantic-conventions==0.49b2
40+
opentelemetry-util-http==0.49b2
4141
packaging==24.0
4242
pandas==2.2.2
4343
openpyxl==3.1.2 # For Excel file support
4444
odfpy==1.4.1 # For ODS file support
4545
pyarrow==15.0.0 # For Parquet and Feather file support
4646
xlrd==2.0.1 # For Excel file support
4747
pillow==10.4.0
48-
protobuf==4.25.3
49-
pydantic==2.6.1 # Slightly downgraded for compatibility
50-
pydantic_core==2.16.2 # Matched with pydantic
48+
protobuf==5.28.3
49+
pydantic==2.11.7 # Updated for deepeval and ML packages compatibility
50+
pydantic_core==2.33.2 # Matched with pydantic
5151
pyecharts==2.0.3
5252
pyecharts-snapshot @ git+https://github.com/Deepthi-Chand/pyecharts-snapshot.git@8d6cadd055db6c919a1447064185d00d1b30ce01
5353
python-dateutil==2.9.0.post0
54-
python-dotenv==1.0.1
54+
python-dotenv==1.1.1
5555
python-magic==0.4.27
5656
pytz==2024.1
5757
requests==2.31.0
@@ -60,56 +60,56 @@ six==1.16.0
6060
sqlparse==0.4.4
6161
strawberry-graphql==0.225.1
6262
strawberry-graphql-django==0.37.1
63-
typing-extensions==4.9.0 # Fixed version that satisfies most dependencies
63+
typing-extensions==4.14.0
6464
tzdata==2024.1
6565
urllib3==2.2.1
66-
uvicorn==0.27.1 # Downgraded for better compatibility
66+
uvicorn==0.27.1
6767
wrapt==1.16.0
6868
zipp==3.18.1
6969
snapshot-selenium==0.0.2
70-
selenium==4.16.0 # Downgraded for compatibility
70+
selenium==4.16.0
7171

7272
# Security and Environment Management
7373
python-decouple==3.8
74-
django-debug-toolbar==4.2.0 # Downgraded for better Django compatibility
74+
django-debug-toolbar==4.2.0
7575
django-ratelimit==4.1.0
7676

7777
# Caching and Performance
78-
django-redis==5.4.0 # Added for Redis caching
79-
redis==5.0.1 # Added Redis client
78+
django-redis==5.4.0
79+
redis==5.0.1
8080
django-cacheops==7.0.2
8181

8282
# Code Quality and Type Checking
83-
mypy==1.7.1 # Downgraded for compatibility
83+
mypy==1.7.1
8484
black==24.2.0
8585
isort==5.13.2
8686
pre-commit==3.6.2
8787
flake8==7.0.0
8888
pandas-stubs==2.2.0.240218 # Matched with pandas version
8989

9090
# Data Comparison and Versioning
91-
deepdiff==6.7.1 # For intelligent version detection
91+
deepdiff==6.7.1
9292

9393
# Logging
94-
structlog==24.1.0 # Downgraded for better compatibility
94+
structlog==24.1.0
9595

9696
# Development and Debugging
9797
ipython==8.22.1
9898

9999
# API Documentation
100100
drf-yasg==1.21.7
101101
drf-yasg[validation]==1.21.7
102-
djangorestframework-simplejwt==5.3.1 # Downgraded for better DRF compatibility
102+
djangorestframework-simplejwt==5.3.1
103103

104104
# Keycloak Integration
105105
python-keycloak==5.5.1
106106
django-keycloak-auth==1.0.0
107107

108108
# API Versioning and Throttling
109-
django-filter==23.5 # Downgraded for better Django compatibility
109+
django-filter==23.5
110110

111-
django-stubs==4.2.7 # Downgraded for better compatibility
112-
djangorestframework-stubs==3.14.5 # Matched with DRF version
111+
django-stubs==4.2.7
112+
djangorestframework-stubs==3.14.5
113113

114114
#whitenoise for managing static files
115115
whitenoise==6.9.0

0 commit comments

Comments
 (0)