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

Bump fastapi from 0.101.0 to 0.109.1 #45

Merged
merged 2 commits into from
Feb 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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 requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
annotated-types==0.5.0
anyio==3.7.1
click==8.1.6
fastapi==0.101.0
fastapi==0.109.1
h11==0.14.0
idna==3.4
numpy==1.25.2
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
PyScaffold helps you to put up the scaffold of your new Python project.
Learn more under: https://pyscaffold.org/
"""

from setuptools import setup

if __name__ == "__main__":
Expand Down
1 change: 1 addition & 0 deletions src/aidapp/coordinates.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Coordinates module."""

from numpy import absolute, array, column_stack, linspace, polyfit
from shapely.geometry.linestring import LineString

Expand Down
1 change: 1 addition & 0 deletions tests/test_main_aidapp.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Test the core functionality of AIDApp."""

import sys
from collections import namedtuple

Expand Down
Loading