Skip to content
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

Initial #1

Merged
merged 92 commits into from
Nov 29, 2024
Merged

Initial #1

merged 92 commits into from
Nov 29, 2024

Conversation

thorrester
Copy link
Member

testing gcs

Copy link

github-actions bot commented Nov 12, 2024

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 4 package(s) with unknown licenses.
See the Details below.

License Issues

crates/opsml_server/Cargo.toml

PackageVersionLicenseIssue Type
axum>= 0.7.7, < 0.8.0NullUnknown License
tower-http>= 0.5.0, < 0.6.0NullUnknown License

Cargo.lock

PackageVersionLicenseIssue Type
tinystr0.7.6NullUnknown License

crates/opsml_settings/Cargo.toml

PackageVersionLicenseIssue Type
rand>= 0.8.5, < 0.9.0NullUnknown License

Scanned Manifest Files

.github/workflows/auto-assign-py.yml
.github/workflows/dependency-review.yml
  • actions/checkout@4.*.*
  • actions/dependency-review-action@3.*.*
.github/workflows/storage-aws-tests.yml
  • pyo3/maturin-action@1.*.*
  • swatinem/rust-cache@2.*.*
  • actions/checkout@4.*.*
  • actions/setup-python@5.*.*
  • aws-actions/configure-aws-credentials@3.*.*
  • dtolnay/rust-toolchain@stable
.github/workflows/storage-gcs-tests.yml
  • pyo3/maturin-action@1.*.*
  • swatinem/rust-cache@2.*.*
  • actions/checkout@4.*.*
  • actions/setup-python@5.*.*
  • dtolnay/rust-toolchain@stable
.github/workflows/storage-local-tests.yml
  • pyo3/maturin-action@1.*.*
  • swatinem/rust-cache@2.*.*
  • actions/checkout@4.*.*
  • actions/setup-python@5.*.*
  • dtolnay/rust-toolchain@stable
Cargo.lock
crates/opsml_server/Cargo.toml
  • anyhow@>= 1.0.93, < 2.0.0
  • async-trait@>= 0.1.83, < 0.2.0
  • axum@>= 0.7.7, < 0.8.0
  • bytes@>= 1.8.0, < 2.0.0
  • mockall@>= 0.0.0, < 1.0.0
  • mockito@>= 1.0.0, < 2.0.0
  • rand@>= 0.8.5, < 0.9.0
  • serde@>= 1.0.0, < 2.0.0
  • serde_json@>= 1.0.0, < 2.0.0
  • thiserror@>= 2.0.3, < 3.0.0
  • time@>= 0.3.36, < 0.4.0
  • tokio@>= 1.0.0, < 2.0.0
  • tower@>= 0.4.13, < 0.5.0
  • tower-http@>= 0.5.0, < 0.6.0
  • tracing@>= 0.1.40, < 0.2.0
  • tracing-subscriber@>= 0.3.18, < 0.4.0
crates/opsml_settings/Cargo.toml
  • rand@>= 0.8.5, < 0.9.0
crates/opsml_storage/Cargo.toml
  • async-trait@>= 0.0.0, < 1.0.0
  • aws-config@>= 1.5.10, < 2.0.0
  • aws-sdk-s3@>= 1.0.0, < 2.0.0
  • aws-smithy-types@>= 1.2.9, < 2.0.0
  • azure_core@>= 0.21.0, < 0.22.0
  • azure_storage@>= 0.21.0, < 0.22.0
  • azure_storage_blobs@>= 0.21.0, < 0.22.0
  • base64@>= 0.0.0, < 1.0.0
  • bytes@>= 1.0.0, < 2.0.0
  • futures@>= 0.0.0, < 1.0.0
  • google-cloud-auth@>= 0.0.0, < 1.0.0
  • google-cloud-storage@>= 0.0.0, < 1.0.0
  • google-cloud-token@>= 0.0.0, < 1.0.0
  • mockall@>= 0.0.0, < 1.0.0
  • mockall@>= 0.0.0, < 1.0.0
  • mockito@>= 1.0.0, < 2.0.0
  • pyo3@>= 0.22.0, < 0.23.0
  • rand@>= 0.8.5, < 0.9.0
  • reqwest@>= 0.0.0, < 1.0.0
  • reqwest-middleware@>= 0.0.0, < 1.0.0
  • reqwest_mock@>= 0.0.0, < 1.0.0
  • serde@>= 1.0.0, < 2.0.0
  • serde_json@>= 1.0.0, < 2.0.0
  • tempfile@>= 3.0.0, < 4.0.0
  • thiserror@>= 2.0.0, < 3.0.0
  • tokio@>= 1.0.0, < 2.0.0
  • tokio-util@>= 0.0.0, < 1.0.0
  • uuid@>= 1.11.0, < 2.0.0
  • walkdir@>= 2.0.0, < 3.0.0
opsml_storage_gcs/Cargo.toml
  • bytes@>= 1.0.0, < 2.0.0
  • futures-core@>= 0.0.0, < 1.0.0
  • pyo3@>= 0.22.0, < 0.23.0
  • tokio@>= 1.0.0, < 2.0.0
opsml_storage_local/Cargo.toml
  • bytes@>= 1.0.0, < 2.0.0
  • futures-core@>= 0.0.0, < 1.0.0
  • pyo3@>= 0.22.0, < 0.23.0
  • tokio@>= 1.0.0, < 2.0.0
opsml_storage_s3/Cargo.toml
  • bytes@>= 1.0.0, < 2.0.0
  • futures-core@>= 0.0.0, < 1.0.0
  • pyo3@>= 0.22.0, < 0.23.0
  • tokio@>= 1.0.0, < 2.0.0

@thorrester thorrester merged commit e10cab3 into main Nov 29, 2024
10 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant