-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Support Python SDK 3.0.0 #92011
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Python SDK 3.0.0 #92011
Changes from 85 commits
f5010ee
109670e
d1c81fb
4cbadbc
2a204f4
f3d56a1
fcc75ac
b75ec43
420b0e8
4896797
47401ba
ea9f446
58062aa
9ac4468
20c7098
ee2cd8e
5d23052
e8212a0
22bfae5
d72b7c3
cbc0ab5
6a67a42
6be5d4f
fbb5794
262d7ec
bb55c2c
767ff19
d0713ae
539ba80
77db522
8ac865c
c9aed13
2f87727
eda30c8
8d34740
2fc5724
9bdc5c7
811295a
3196756
6fe96cd
cba2d08
b257ce3
3d22514
6fb01f0
ca31b3e
b07b506
7645de6
19a8e15
585ce09
6140c91
d74d1da
021988d
3e9cf51
791fa5d
a6aaf63
e484188
9188a3d
2fe7a0c
ebec05e
f23fe52
b28a307
0870caa
102cb52
4c154c8
534c9e2
a71823e
3f1501e
6fd66b1
7ef89f3
5d1e332
f1fc98b
443f074
83eaa41
3f14f20
d494df2
3b850fd
1e2e2ef
2193459
f641055
0247622
e0c3e66
0522d95
25712df
8858bc7
7b1245f
c1f35b4
b64c9ca
f084069
aee5352
3674af7
6c2a99f
5411f36
2804ca9
cc789a0
357dfec
4f0cec6
4eba442
7c2038d
bc22138
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,6 +37,7 @@ cryptography==44.0.1 | |
cssselect==1.0.3 | ||
cssutils==2.9.0 | ||
datadog==0.49.1 | ||
deprecated==1.2.18 | ||
devservices==1.2.1 | ||
distlib==0.3.8 | ||
distro==1.8.0 | ||
|
@@ -82,6 +83,7 @@ httpx==0.25.2 | |
hyperframe==6.1.0 | ||
identify==2.6.1 | ||
idna==3.7 | ||
importlib-metadata==8.6.1 | ||
inflection==0.5.1 | ||
iniconfig==1.1.1 | ||
iso3166==2.1.1 | ||
|
@@ -114,6 +116,9 @@ openapi-core==0.18.2 | |
openapi-pydantic==0.4.0 | ||
openapi-schema-validator==0.6.2 | ||
openapi-spec-validator==0.7.1 | ||
opentelemetry-api==1.33.1 | ||
opentelemetry-sdk==1.33.1 | ||
opentelemetry-semantic-conventions==0.54b1 | ||
orjson==3.10.10 | ||
outcome==1.2.0 | ||
packaging==24.1 | ||
|
@@ -151,7 +156,7 @@ pytest-fail-slow==0.3.0 | |
pytest-json-report==1.5.0 | ||
pytest-metadata==3.1.1 | ||
pytest-rerunfailures==15.0 | ||
pytest-sentry==0.3.0 | ||
pytest-sentry==0.5.0 | ||
|
||
pytest-workaround-12888==1.0.0 | ||
pytest-xdist==3.0.2 | ||
python-dateutil==2.9.0.post0 | ||
|
@@ -190,7 +195,7 @@ sentry-ophio==1.1.3 | |
sentry-protos==0.2.1 | ||
sentry-redis-tools==0.5.0 | ||
sentry-relay==0.9.9 | ||
sentry-sdk==2.29.1 | ||
sentry-sdk==3.0.0a2 | ||
sentry-usage-accountant==0.0.10 | ||
simplejson==3.17.6 | ||
six==1.17.0 | ||
|
@@ -246,6 +251,7 @@ wheel==0.38.4 | |
wrapt==1.17.0 | ||
wsproto==1.1.0 | ||
xmlsec==1.3.14 | ||
zipp==3.21.0 | ||
zstandard==0.18.0 | ||
|
||
# The following packages are considered to be unsafe in a requirements file: | ||
|
Uh oh!
There was an error while loading. Please reload this page.