arize-phoenix 9.6.1__py3-none-any.whl → 10.0.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of arize-phoenix might be problematic. Click here for more details.

Files changed (33) hide show
  1. {arize_phoenix-9.6.1.dist-info → arize_phoenix-10.0.1.dist-info}/METADATA +1 -1
  2. {arize_phoenix-9.6.1.dist-info → arize_phoenix-10.0.1.dist-info}/RECORD +33 -32
  3. phoenix/auth.py +6 -4
  4. phoenix/config.py +150 -25
  5. phoenix/db/README.md +38 -1
  6. phoenix/db/enums.py +1 -2
  7. phoenix/db/facilitator.py +20 -11
  8. phoenix/db/migrations/versions/6a88424799fe_update_users_with_auth_method.py +179 -0
  9. phoenix/db/models.py +66 -37
  10. phoenix/server/api/context.py +5 -4
  11. phoenix/server/api/mutations/user_mutations.py +58 -26
  12. phoenix/server/api/routers/auth.py +16 -4
  13. phoenix/server/api/routers/oauth2.py +196 -15
  14. phoenix/server/app.py +36 -10
  15. phoenix/server/bearer_auth.py +5 -7
  16. phoenix/server/jwt_store.py +5 -4
  17. phoenix/server/main.py +11 -4
  18. phoenix/server/oauth2.py +47 -3
  19. phoenix/server/static/.vite/manifest.json +44 -44
  20. phoenix/server/static/assets/{components-CDvTuTqd.js → components-D6QBwbkV.js} +274 -241
  21. phoenix/server/static/assets/{index-DpcxdHu4.js → index-D4fytZZJ.js} +11 -11
  22. phoenix/server/static/assets/{pages-Bcs41-Zv.js → pages-Bg98duFI.js} +350 -381
  23. phoenix/server/static/assets/{vendor-arizeai-BhbMHqQs.js → vendor-arizeai-Dy-0mSNw.js} +1 -1
  24. phoenix/server/static/assets/{vendor-codemirror-CeLHFooz.js → vendor-codemirror-DBtifKNr.js} +1 -1
  25. phoenix/server/static/assets/{vendor-CToBXdDM.js → vendor-oB4u9zuV.js} +11 -11
  26. phoenix/server/static/assets/{vendor-recharts-PlWJHgM9.js → vendor-recharts-D-T4KPz2.js} +1 -1
  27. phoenix/server/static/assets/{vendor-shiki-CPwL2jwA.js → vendor-shiki-BMn4O_9F.js} +1 -1
  28. phoenix/server/templates/index.html +1 -0
  29. phoenix/version.py +1 -1
  30. {arize_phoenix-9.6.1.dist-info → arize_phoenix-10.0.1.dist-info}/WHEEL +0 -0
  31. {arize_phoenix-9.6.1.dist-info → arize_phoenix-10.0.1.dist-info}/entry_points.txt +0 -0
  32. {arize_phoenix-9.6.1.dist-info → arize_phoenix-10.0.1.dist-info}/licenses/IP_NOTICE +0 -0
  33. {arize_phoenix-9.6.1.dist-info → arize_phoenix-10.0.1.dist-info}/licenses/LICENSE +0 -0
@@ -1,67 +1,67 @@
1
1
  {
2
- "_components-CDvTuTqd.js": {
3
- "file": "assets/components-CDvTuTqd.js",
2
+ "_components-D6QBwbkV.js": {
3
+ "file": "assets/components-D6QBwbkV.js",
4
4
  "name": "components",
5
5
  "imports": [
6
- "_vendor-CToBXdDM.js",
7
- "_pages-Bcs41-Zv.js",
8
- "_vendor-arizeai-BhbMHqQs.js",
9
- "_vendor-codemirror-CeLHFooz.js",
6
+ "_vendor-oB4u9zuV.js",
7
+ "_pages-Bg98duFI.js",
8
+ "_vendor-arizeai-Dy-0mSNw.js",
9
+ "_vendor-codemirror-DBtifKNr.js",
10
10
  "_vendor-three-C5WAXd5r.js"
11
11
  ]
12
12
  },
13
- "_pages-Bcs41-Zv.js": {
14
- "file": "assets/pages-Bcs41-Zv.js",
13
+ "_pages-Bg98duFI.js": {
14
+ "file": "assets/pages-Bg98duFI.js",
15
15
  "name": "pages",
16
16
  "imports": [
17
- "_vendor-CToBXdDM.js",
18
- "_vendor-arizeai-BhbMHqQs.js",
19
- "_components-CDvTuTqd.js",
20
- "_vendor-codemirror-CeLHFooz.js",
21
- "_vendor-recharts-PlWJHgM9.js"
22
- ]
23
- },
24
- "_vendor-CToBXdDM.js": {
25
- "file": "assets/vendor-CToBXdDM.js",
26
- "name": "vendor",
27
- "imports": [
28
- "_vendor-three-C5WAXd5r.js"
29
- ],
30
- "css": [
31
- "assets/vendor-WIZid84E.css"
17
+ "_vendor-oB4u9zuV.js",
18
+ "_vendor-arizeai-Dy-0mSNw.js",
19
+ "_components-D6QBwbkV.js",
20
+ "_vendor-codemirror-DBtifKNr.js",
21
+ "_vendor-recharts-D-T4KPz2.js"
32
22
  ]
33
23
  },
34
24
  "_vendor-WIZid84E.css": {
35
25
  "file": "assets/vendor-WIZid84E.css",
36
26
  "src": "_vendor-WIZid84E.css"
37
27
  },
38
- "_vendor-arizeai-BhbMHqQs.js": {
39
- "file": "assets/vendor-arizeai-BhbMHqQs.js",
28
+ "_vendor-arizeai-Dy-0mSNw.js": {
29
+ "file": "assets/vendor-arizeai-Dy-0mSNw.js",
40
30
  "name": "vendor-arizeai",
41
31
  "imports": [
42
- "_vendor-CToBXdDM.js"
32
+ "_vendor-oB4u9zuV.js"
43
33
  ]
44
34
  },
45
- "_vendor-codemirror-CeLHFooz.js": {
46
- "file": "assets/vendor-codemirror-CeLHFooz.js",
35
+ "_vendor-codemirror-DBtifKNr.js": {
36
+ "file": "assets/vendor-codemirror-DBtifKNr.js",
47
37
  "name": "vendor-codemirror",
48
38
  "imports": [
49
- "_vendor-CToBXdDM.js",
50
- "_vendor-shiki-CPwL2jwA.js"
39
+ "_vendor-oB4u9zuV.js",
40
+ "_vendor-shiki-BMn4O_9F.js"
41
+ ]
42
+ },
43
+ "_vendor-oB4u9zuV.js": {
44
+ "file": "assets/vendor-oB4u9zuV.js",
45
+ "name": "vendor",
46
+ "imports": [
47
+ "_vendor-three-C5WAXd5r.js"
48
+ ],
49
+ "css": [
50
+ "assets/vendor-WIZid84E.css"
51
51
  ]
52
52
  },
53
- "_vendor-recharts-PlWJHgM9.js": {
54
- "file": "assets/vendor-recharts-PlWJHgM9.js",
53
+ "_vendor-recharts-D-T4KPz2.js": {
54
+ "file": "assets/vendor-recharts-D-T4KPz2.js",
55
55
  "name": "vendor-recharts",
56
56
  "imports": [
57
- "_vendor-CToBXdDM.js"
57
+ "_vendor-oB4u9zuV.js"
58
58
  ]
59
59
  },
60
- "_vendor-shiki-CPwL2jwA.js": {
61
- "file": "assets/vendor-shiki-CPwL2jwA.js",
60
+ "_vendor-shiki-BMn4O_9F.js": {
61
+ "file": "assets/vendor-shiki-BMn4O_9F.js",
62
62
  "name": "vendor-shiki",
63
63
  "imports": [
64
- "_vendor-CToBXdDM.js"
64
+ "_vendor-oB4u9zuV.js"
65
65
  ]
66
66
  },
67
67
  "_vendor-three-C5WAXd5r.js": {
@@ -69,19 +69,19 @@
69
69
  "name": "vendor-three"
70
70
  },
71
71
  "index.tsx": {
72
- "file": "assets/index-DpcxdHu4.js",
72
+ "file": "assets/index-D4fytZZJ.js",
73
73
  "name": "index",
74
74
  "src": "index.tsx",
75
75
  "isEntry": true,
76
76
  "imports": [
77
- "_vendor-CToBXdDM.js",
78
- "_vendor-arizeai-BhbMHqQs.js",
79
- "_pages-Bcs41-Zv.js",
80
- "_components-CDvTuTqd.js",
77
+ "_vendor-oB4u9zuV.js",
78
+ "_vendor-arizeai-Dy-0mSNw.js",
79
+ "_pages-Bg98duFI.js",
80
+ "_components-D6QBwbkV.js",
81
81
  "_vendor-three-C5WAXd5r.js",
82
- "_vendor-codemirror-CeLHFooz.js",
83
- "_vendor-shiki-CPwL2jwA.js",
84
- "_vendor-recharts-PlWJHgM9.js"
82
+ "_vendor-codemirror-DBtifKNr.js",
83
+ "_vendor-shiki-BMn4O_9F.js",
84
+ "_vendor-recharts-D-T4KPz2.js"
85
85
  ]
86
86
  }
87
87
  }