Skip to content

Commit

Permalink
Update python version in API and attribution (#5095)
Browse files Browse the repository at this point in the history
* Update python version in API and attribution

* Update packages that require rust

* Revert unnecessary updates

* Address code review comments
  • Loading branch information
obulat authored Oct 31, 2024
1 parent 0f981f0 commit 403596c
Show file tree
Hide file tree
Showing 5 changed files with 278 additions and 219 deletions.
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN apt-get update \
python3-dev \
&& apt-get autoremove -y \
&& rm -rf /var/lib/apt/lists/* \
&& pip install pdm~=2.17
&& pip install pdm~=2.19

# Copy subpackages from additional build-context 'packages'
# hadolint ignore=DL3022
Expand Down
Loading

0 comments on commit 403596c

Please sign in to comment.