Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup!…
Browse files Browse the repository at this point in the history
… fixup! chore: lint
  • Loading branch information
spicyfalafel committed Sep 23, 2024
1 parent 4ee4388 commit 82c0bc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Install python dependencies
run: |
export RUST_BACKTRACE=1
cd test/aidbox_sdk/snapshots/python && pip install './[dev]'
cd test/aidbox_sdk/snapshots/python && pip install --prefer-binary './[dev]'
- name: Run python lint
run: cd test/aidbox_sdk/snapshots/python && pylint **/*.py
4 changes: 2 additions & 2 deletions resources/sdk/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
install_requires=[
"requests>=2.31.0",
"types-requests==2.31.0.8",
"pydantic[email]==2.0.0",
"pydantic_core==2.0.1",
"pydantic[email]==2.9.2",
# "pydantic_core==2.24.0",
],
extras_require={
'dev': [
Expand Down

0 comments on commit 82c0bc2

Please sign in to comment.