release ai-marketplace-monitor 0.9.10

This commit is contained in:
Bo Peng
2025-09-17 23:31:09 -05:00
parent 9669af623c
commit e3959a275c
5 changed files with 11 additions and 6 deletions

View File

@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.9.10]
- [Issue 264](https://github.com/BoPeng/ai-marketplace-monitor/pull/264). Validate `search_city`.
## [0.9.9]
- [Issue 259](https://github.com/BoPeng/ai-marketplace-monitor/pull/259). Disallow keyboard monitoring by default.

View File

@@ -1,7 +1,7 @@
[project]
readme = "README.md"
name = "ai-marketplace-monitor"
version = "0.9.9"
version = "0.9.10"
description = "An AI-based tool for monitoring facebook marketplace"
authors = [{ name = "Bo Peng", email = "ben.bob@gmail.com" }]
requires-python = ">=3.10"

View File

@@ -2,4 +2,4 @@
__author__ = """Bo Peng"""
__email__ = "ben.bob@gmail.com"
__version__ = "0.9.9"
__version__ = "0.9.10"

View File

@@ -13,7 +13,7 @@ from ai_marketplace_monitor.user import User
def test_version(version: str) -> None:
"""Sample pytest test function with the pytest fixture as an argument."""
assert version == "0.9.9"
assert version == "0.9.10"
def test_listing_cache(temp_cache: Cache, listing: Listing) -> None:

6
uv.lock generated
View File

@@ -21,7 +21,7 @@ wheels = [
[[package]]
name = "ai-marketplace-monitor"
version = "0.9.9"
version = "0.9.10"
source = { editable = "." }
dependencies = [
{ name = "currencyconverter" },
@@ -128,7 +128,7 @@ requires-dist = [
{ name = "python-telegram-bot", specifier = ">=22.3" },
{ name = "requests", specifier = ">=2.30.0" },
{ name = "rich", specifier = ">=13.7.0" },
{ name = "ruff", marker = "extra == 'linters'", specifier = ">=0.9.2,<0.13.0" },
{ name = "ruff", marker = "extra == 'linters'", specifier = ">=0.9.2,<0.14.0" },
{ name = "safety", specifier = ">=3.5.2" },
{ name = "safety", marker = "extra == 'security'", specifier = ">=3.2.11" },
{ name = "schedule", specifier = ">=1.2.2" },
@@ -137,7 +137,7 @@ requires-dist = [
{ name = "sphinxext-opengraph", marker = "extra == 'docs'", specifier = ">=0.9.0" },
{ name = "tomli", marker = "python_full_version < '3.11'", specifier = "==2.2.1" },
{ name = "twine", marker = "extra == 'dev'", specifier = ">=5.0.0" },
{ name = "typer", specifier = ">=0.15.1,<0.17.0" },
{ name = "typer", specifier = ">=0.15.1,<0.18.0" },
{ name = "watchdog", specifier = ">=4.0.0" },
{ name = "watchdog", extras = ["watchmedo"], marker = "extra == 'dev'", specifier = ">=6.0.0" },
{ name = "xdoctest", marker = "extra == 'test'", specifier = ">=1.2.0" },