mirror of
https://github.com/inventree/InvenTree.git
synced 2026-02-25 16:17:58 +00:00
@@ -1,11 +1,14 @@
|
|||||||
"""InvenTree API version information."""
|
"""InvenTree API version information."""
|
||||||
|
|
||||||
# InvenTree API version
|
# InvenTree API version
|
||||||
INVENTREE_API_VERSION = 457
|
INVENTREE_API_VERSION = 458
|
||||||
"""Increment this API version number whenever there is a significant change to the API that any clients need to know about."""
|
"""Increment this API version number whenever there is a significant change to the API that any clients need to know about."""
|
||||||
|
|
||||||
INVENTREE_API_TEXT = """
|
INVENTREE_API_TEXT = """
|
||||||
|
|
||||||
|
v458 -> 2026-02-22 : https://github.com/inventree/InvenTree/pull/11401
|
||||||
|
- siwtches token refresh endpoint to use POST instead of GET (upstream allauth change)
|
||||||
|
|
||||||
v457 -> 2026-02-11 : https://github.com/inventree/InvenTree/pull/10887
|
v457 -> 2026-02-11 : https://github.com/inventree/InvenTree/pull/10887
|
||||||
- Extend the "auto allocate" wizard API to include tracked items
|
- Extend the "auto allocate" wizard API to include tracked items
|
||||||
|
|
||||||
|
|||||||
@@ -538,9 +538,9 @@ django==5.2.11 \
|
|||||||
# djangorestframework
|
# djangorestframework
|
||||||
# djangorestframework-simplejwt
|
# djangorestframework-simplejwt
|
||||||
# drf-spectacular
|
# drf-spectacular
|
||||||
django-allauth[headless, mfa, openid, saml, socialaccount]==65.13.1 \
|
django-allauth[headless, mfa, openid, saml, socialaccount]==65.14.3 \
|
||||||
--hash=sha256:2887294beedfd108b4b52ebd182e0ed373deaeb927fc5a22f77bbde3174704a6 \
|
--hash=sha256:1d8e1127bdffceb8001bdd9bafbf97661f81e92f4b7bd4f6e799167b0311286d \
|
||||||
--hash=sha256:2af0d07812f8c1a8e3732feaabe6a9db5ecf3fad6b45b6a0f7fd825f656c5a15
|
--hash=sha256:548eef76ab85f6e48f46f98437abf22acf0e834f73e9915fb6cc3f31a0dcdf4d
|
||||||
# via
|
# via
|
||||||
# -c src/backend/requirements.txt
|
# -c src/backend/requirements.txt
|
||||||
# -r src/backend/requirements.in
|
# -r src/backend/requirements.in
|
||||||
|
|||||||
@@ -518,9 +518,9 @@ django==5.2.11 \
|
|||||||
# djangorestframework
|
# djangorestframework
|
||||||
# djangorestframework-simplejwt
|
# djangorestframework-simplejwt
|
||||||
# drf-spectacular
|
# drf-spectacular
|
||||||
django-allauth[headless, mfa, openid, saml, socialaccount]==65.13.1 \
|
django-allauth[headless, mfa, openid, saml, socialaccount]==65.14.3 \
|
||||||
--hash=sha256:2887294beedfd108b4b52ebd182e0ed373deaeb927fc5a22f77bbde3174704a6 \
|
--hash=sha256:1d8e1127bdffceb8001bdd9bafbf97661f81e92f4b7bd4f6e799167b0311286d \
|
||||||
--hash=sha256:2af0d07812f8c1a8e3732feaabe6a9db5ecf3fad6b45b6a0f7fd825f656c5a15
|
--hash=sha256:548eef76ab85f6e48f46f98437abf22acf0e834f73e9915fb6cc3f31a0dcdf4d
|
||||||
# via -r src/backend/requirements.in
|
# via -r src/backend/requirements.in
|
||||||
django-anymail[amazon-ses, postal]==14.0 \
|
django-anymail[amazon-ses, postal]==14.0 \
|
||||||
--hash=sha256:98e5575bcff231952a92117b7d0a4dd37fab582333a343de302d415a31dc72b1 \
|
--hash=sha256:98e5575bcff231952a92117b7d0a4dd37fab582333a343de302d415a31dc72b1 \
|
||||||
|
|||||||
Reference in New Issue
Block a user