Skip to content
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
66 changes: 33 additions & 33 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,42 +16,42 @@ default = true

[dependency-groups]
dev = [
"black>=26.3.1",
"blinker>=1.9.0",
"click>=8.1.7",
"confluent-kafka==2.12.2",
"devservices>=1.2.4",
"flake8>=7.3.0",
"flask>=3.1.0",
"msgpack>=1.1.1",
"mypy>=1.18.2",
"objectstore-client==0.0.14",
"opentelemetry-proto>=1.32.1",
"pre-commit>=4.2.0",
"pytest>=8.3.3",
"pytest-timeout>=2.2.0",
"pytest-localserver>=0.8.1",
"pytest-sentry>=0.3.1",
"pytest-xdist>=3.5.0",
"pyyaml>=6.0.3",
"redis>=5.0.1",
"requests>=2.32.5",
"sentry-protos>=0.7.0",
"sentry-sdk>=2.50.0",
"types-protobuf>=6.30.2.20250703",
"types-pyyaml>=6.0.12.20241230",
"types-redis>=4.6.0.3",
"types-requests>=2.32.4.20250611",
"types-setuptools>=74.1.0.20240907",
"werkzeug>=3.1.3",
"zstandard>=0.18.0",
"black",
"blinker",
"click",
"confluent-kafka",
"devservices",
"flake8",
"flask",
"msgpack",
"mypy",
"objectstore-client",
"opentelemetry-proto",
"pre-commit",
"pytest",
"pytest-timeout",
"pytest-localserver",
"pytest-sentry",
"pytest-xdist",
"pyyaml",
"redis",
"requests",
"sentry-protos",
"sentry-sdk",
"types-protobuf",
"types-pyyaml",
"types-redis",
"types-requests",
"types-setuptools",
"werkzeug",
"zstandard",

# used for ci build_library
"setuptools==80.9.0",
"wheel==0.46.2",
"setuptools",
"wheel",
# used for py/tools/verify_wheel.py
"packaging==25.0",
"milksnake>=0.1.6",
"packaging",
"milksnake",
]

[tool.black]
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/test_nel.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def test_nel_converted_to_logs(mini_sentry, relay):
"type": "string",
"value": "Python Requests",
},
"browser.version": {"type": "string", "value": "2.32"},
"browser.version": {"type": "string", "value": "2.33"},
"sentry.observed_timestamp_nanos": {
"type": "string",
"value": time_within_delta(expect_resolution="ns"),
Expand Down
12 changes: 6 additions & 6 deletions tests/integration/test_ourlogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ def test_ourlog_extraction_with_sentry_logs(
"attributes": {
"sentry.body": {"stringValue": "This is really bad"},
"browser.name": {"stringValue": "Python Requests"},
"browser.version": {"stringValue": "2.32"},
"browser.version": {"stringValue": "2.33"},
"sentry.severity_text": {"stringValue": "error"},
"sentry.payload_size_bytes": {"intValue": mock.ANY},
"sentry.span_id": {"stringValue": "eee19b7ec3c1b175"},
Expand Down Expand Up @@ -389,7 +389,7 @@ def test_ourlog_extraction_with_sentry_logs(
},
"sentry.body": {"stringValue": "Example log record"},
"browser.name": {"stringValue": "Python Requests"},
"browser.version": {"stringValue": "2.32"},
"browser.version": {"stringValue": "2.33"},
"sentry.severity_text": {"stringValue": "info"},
"sentry.payload_size_bytes": {"intValue": mock.ANY},
"http.response_content_length": {"intValue": "17"},
Expand Down Expand Up @@ -505,7 +505,7 @@ def test_ourlog_extraction_with_string_pii_scrubbing(
"attributes": {
"test_pii": {"type": "string", "value": expected_scrubbed},
"browser.name": {"type": "string", "value": "Python Requests"},
"browser.version": {"type": "string", "value": "2.32"},
"browser.version": {"type": "string", "value": "2.33"},
"sentry.observed_timestamp_nanos": {
"type": "string",
"value": time_within(ts, expect_resolution="ns"),
Expand Down Expand Up @@ -691,7 +691,7 @@ def test_ourlog_extraction_default_pii_scrubbing_does_not_scrub_default_attribut
"sentry._meta.fields.attributes.custom_field": {
"stringValue": '{"meta":{"value":{"":{"rem":[["remove_custom_field","s",0,10]],"len":12}}}}'
},
"browser.version": {"stringValue": "2.32"},
"browser.version": {"stringValue": "2.33"},
"custom_field": {"stringValue": "[REDACTED]"},
"sentry.body": {"stringValue": "Test log"},
"sentry.severity_text": {"stringValue": "info"},
Expand Down Expand Up @@ -746,7 +746,7 @@ def test_ourlog_extraction_with_sentry_logs_with_missing_fields(
"attributes": {
"sentry.body": {"stringValue": "Example log record 2"},
"browser.name": {"stringValue": "Python Requests"},
"browser.version": {"stringValue": "2.32"},
"browser.version": {"stringValue": "2.33"},
"sentry.severity_text": {"stringValue": "warn"},
"sentry.payload_size_bytes": {"intValue": mock.ANY},
**timestamps(ts),
Expand Down Expand Up @@ -1177,7 +1177,7 @@ def test_ourlog_container_metadata(
},
"browser.version": {
"type": "string",
"value": "2.32",
"value": "2.33",
},
},
),
Expand Down
4 changes: 2 additions & 2 deletions tests/integration/test_spansv2.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def test_spansv2_basic(
"invalid_int": None,
"invalid": None,
"browser.name": {"type": "string", "value": "Python Requests"},
"browser.version": {"type": "string", "value": "2.32"},
"browser.version": {"type": "string", "value": "2.33"},
"sentry.dsc.environment": {"type": "string", "value": "prod"},
"sentry.dsc.public_key": {
"type": "string",
Expand Down Expand Up @@ -322,7 +322,7 @@ def test_spansv2_trimming_basic(
},
"custom.invalid.attribute": None,
"browser.name": {"type": "string", "value": "Python Requests"},
"browser.version": {"type": "string", "value": "2.32"},
"browser.version": {"type": "string", "value": "2.33"},
"sentry.dsc.environment": {"type": "string", "value": "prod"},
"sentry.dsc.public_key": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/test_trace_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -933,7 +933,7 @@ def test_trace_metric_container_metadata(
},
"browser.version": {
"type": "string",
"value": "2.32",
"value": "2.33",
},
},
),
Expand Down
Loading
Loading