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

[AENT-8333] - Updating Pydantic Dependencies #22

Merged
merged 27 commits into from
Sep 20, 2024
Merged
Changes from 2 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
c7def87
chore(deps): update actions/checkout digest to f43a0e5
anaconda-renovate[bot] Sep 26, 2023
d59aa8e
updated dependencies
joshburt Aug 20, 2024
4e44e85
update dependencies, linting, and rebuilt docs,
joshburt Aug 20, 2024
30aae05
gha yaml fix
joshburt Aug 20, 2024
229e0a5
add conda package build dependencies
joshburt Aug 20, 2024
c35fc7f
update build context
joshburt Aug 20, 2024
9d983e7
pydantic 2 updates
joshburt Aug 21, 2024
e1a1531
pydantic >2 fixes
joshburt Aug 21, 2024
e544a33
Merge branch 'main' into renovate/actions-checkout-digest
joshburt Aug 23, 2024
eeca603
chore(deps): pin registry.access.redhat.com/ubi8/ubi docker tag to d5…
anaconda-renovate[bot] Aug 23, 2024
6525de6
chore(deps): update conda-incubator/setup-miniconda digest to 9f54435
anaconda-renovate[bot] Aug 23, 2024
4a0da46
chore(deps): update dependency versioneer to v0.29
anaconda-renovate[bot] Aug 23, 2024
c93427f
chore(deps): update actions/checkout action to v4
anaconda-renovate[bot] Aug 23, 2024
3e2a302
chore(deps): update conda-incubator/setup-miniconda action to v3
anaconda-renovate[bot] Aug 23, 2024
f589778
Merge branch 'renovate/actions-checkout-digest' of github.com:anacond…
joshburt Aug 23, 2024
1a77f73
Merge branch 'renovate/pin-dependencies' of github.com:anaconda/mlflo…
joshburt Aug 23, 2024
153889f
chore(deps): update dependency numpy to v2
anaconda-renovate[bot] Aug 23, 2024
be08d98
chore(deps): update dependency psutil to v6
anaconda-renovate[bot] Aug 23, 2024
a9784e5
chore(deps): update dependency xgboost to v2
anaconda-renovate[bot] Aug 23, 2024
68778aa
Merge branch 'renovate/conda-incubator-setup-miniconda-digest' of git…
joshburt Aug 23, 2024
1664c0e
Merge branch 'renovate/versioneer-0.x' of github.com:anaconda/mlflow-…
joshburt Aug 23, 2024
1814a09
Merge branch 'renovate/actions-checkout-4.x' of github.com:anaconda/m…
joshburt Aug 23, 2024
d57d8bf
Merge branch 'renovate/conda-incubator-setup-miniconda-3.x' of github…
joshburt Aug 23, 2024
51a9932
Merge branch 'renovate/numpy-2.x' of github.com:anaconda/mlflow-adsp …
joshburt Aug 23, 2024
fda2d88
Merge branch 'renovate/psutil-6.x' of github.com:anaconda/mlflow-adsp…
joshburt Aug 23, 2024
f1881f5
Merge branch 'renovate/xgboost-2.x' of github.com:anaconda/mlflow-ads…
joshburt Aug 23, 2024
2c4e94c
add dev conda package publish step on pr
joshburt Aug 23, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ jobs:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Install dependencies
# https://github.com/conda-incubator/setup-miniconda
uses: conda-incubator/setup-miniconda@3b0f2504dd76ef23b6d31f291f4913fb60ab5ff3 # v2
uses: conda-incubator/setup-miniconda@9f54435e0e72c53962ee863144e47a4b094bfd35 # v2
with:
channels: defaults,ae5-admin
auto-activate-base: true
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ jobs:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Install dependencies
# https://github.com/conda-incubator/setup-miniconda
uses: conda-incubator/setup-miniconda@3b0f2504dd76ef23b6d31f291f4913fb60ab5ff3 # v2
uses: conda-incubator/setup-miniconda@9f54435e0e72c53962ee863144e47a4b094bfd35 # v2
with:
channels: defaults,ae5-admin
auto-activate-base: true