/
vshmidt
/
streamlit
Обзор
Документация
Войти
/
vshmidt
/
streamlit
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
.github/CODEOWNERS
18 строк
949 B
Lukas Masuch
Remove CODEOWNER for `proto/` directory (#13765)
30 янв 2026, 17:53
Не верифицирован
30 янв 2026, 17:53
97f09bc
Код
Авторство
О чём код?
# We need to take additional care when making changes to Python dependencies # to ensure that Streamlit works with as wide a range of packages/package # versions as possible. lib/pyproject.toml @streamlit/open-source-release-team # `audit_frontend_dependencies` ensures that the libraries we ship # with our frontend code don't violate Snowflake open source policy. scripts/audit_frontend_licenses.py @streamlit/open-source-release-team # Ensure changes to our GitHub Actions and related files are reviewed by # someone closely familiar with how our CI works. .github/ @streamlit/open-source-release-team # Changes to the following files/directories are likely to have backwards # compatibility implications for platforms that host Streamlit apps, so we need # to be extra-careful with these. lib/streamlit/web/server/server.py @streamlit/open-source-release-team frontend/lib/src/DefaultStreamlitEndpoints.ts @streamlit/open-source-release-team