Skip to content

Commit

Permalink
Use freezing-model with SQLAlchemy 1.4.x
Browse files Browse the repository at this point in the history
This is more compatible with how we use SQLAlchemy now.
  • Loading branch information
obscurerichard committed Dec 7, 2024
1 parent ddcd938 commit 52bfe52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
arrow==0.15.5
envparse==0.2.0
falcon==4.0.2
freezing-model @ https://github.com/freezingsaddles/freezing-model/archive/0.10.2.tar.gz
freezing-model @ https://github.com/freezingsaddles/freezing-model/archive/0.10.3.tar.gz
greenstalk==1.0.1
gunicorn==22.0.0
python-mimeparse==1.6.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
from setuptools import setup

version = "0.4.0"
version = "0.4.1"

long_description = """
freezing-nq is the Freezing Saddles component for receiving
Expand Down

0 comments on commit 52bfe52

Please sign in to comment.