Skip to content

Commit d0bb9e6

Browse files
committed
Update dependencies & add analytics
1 parent 56f91b4 commit d0bb9e6

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,6 @@ with Session(engine) as session:
126126
* [filedepot: ](https://github.com/amol-/depot) When I was looking for a library like this, depot was the
127127
best I saw. This project inspired **SQLAlchemy-file** extensively
128128
and some features are implemented the same.
129-
* [sqlalchemy-media](https://github.com/pylover/sqlalchemy-media) Another attachment extension for SqlAlchemy
129+
* [sqlalchemy-media: ](https://github.com/pylover/sqlalchemy-media) Another attachment extension for SqlAlchemy
130130
to manage assets which are associated with database models
131131

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,5 +125,5 @@ with Session(engine) as session:
125125
* [filedepot: ](https://github.com/amol-/depot) When I was looking for a library like this, depot was the
126126
best I saw. This project inspired **SQLAlchemy-file** extensively
127127
and some features are implemented the same.
128-
* [sqlalchemy-media](https://github.com/pylover/sqlalchemy-media) Another attachment extension for SqlAlchemy
128+
* [sqlalchemy-media: ](https://github.com/pylover/sqlalchemy-media) Another attachment extension for SqlAlchemy
129129
to manage assets which are associated with database models

mkdocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ watch:
6767

6868

6969
extra:
70+
analytics:
71+
provider: google
72+
property: G-6GVDGPXNYF
7073
social:
7174
- icon: fontawesome/brands/github
7275
link: https://github.com/jowilf

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,19 @@ apache-libcloud = "^3.6.0"
3333

3434
[tool.poetry.dev-dependencies]
3535
pytest = "^7.1.2"
36-
sqlmodel = "^0.0.6"
36+
sqlmodel = "^0.0.8"
3737
Pillow = "^9.2.0"
3838
fasteners = "^0.17.3"
3939
black = "^22.6.0"
4040
coverage = { extras = ["toml"], version = "^6.4.2" }
4141
flake8 = "^3.9.2"
4242
mypy = "^0.971"
4343
isort = "^5.10.1"
44-
mkdocs-material = "^8.2.7"
44+
mkdocs-material = "^8.4.3"
4545
PyMySQL = { extras = ["rsa"], version = "^1.0.2" }
4646
psycopg2-binary = "^2.9.3"
4747
mkdocstrings = { extras = ["python"], version = "^0.19.0" }
48-
fastapi = "^0.79.0"
48+
fastapi = "^0.82.0"
4949
uvicorn = "^0.18.2"
5050
python-multipart = "^0.0.5"
5151
Flask = "^2.2.2"

0 commit comments

Comments
 (0)