arize-phoenix 11.2.2__py3-none-any.whl → 11.3.0__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.

@@ -110,6 +110,7 @@
110
110
  oAuth2Idps: {{ oauth2_idps | tojson }},
111
111
  basicAuthDisabled: Boolean("{{basic_auth_disabled}}" == "True"),
112
112
  websocketsEnabled: Boolean("{{websockets_enabled}}" == "True"),
113
+ managementUrl: {{management_url | tojson}},
113
114
  }),
114
115
  writable: false
115
116
  });
phoenix/version.py CHANGED
@@ -1 +1 @@
1
- __version__ = "11.2.2"
1
+ __version__ = "11.3.0"